forked from JetBrains/intellij-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IJPL-161819 inline prompt code generation: show diff in the gutter af…
…ter code generation IJPL-162132: Clear progressbar only when a meaningful message arrives from LLM IJPL-161819 gutter animation IJPL-161819 hide bulb on edt IJPL-161819 revert temporary code IJPL-161819 properly dispose InlinePromptEditorFilter IJPL-161819 hide unsupported actions IJPL-162132: Do now show lightbulb after code generation IJPL-161819 add tooltip text for line marker gutter IJPL-161819 add revert action on gutter IJPL-161819 move AIInEditorDiffRendererOnGutter to better packages IJPL-161819 use proper diff color IJPL-161819 move AIInEditorDiffRendererOnGutter to inlinePromptDetector module also, add dependency on `intellij.platform.collaborationTools` IJPL-161819 fix retry inlay text IJPL-161819 add gutter markers to inline prompt IJPL-161819 do not show generation diff on undo by default cleanup rename object IJPL-161819 add `simplify` to prompt initiating words IJPL-161819 ignore warnings shown while inline prompt is shown IJPL-161819 ignore new errors in the current file when an inline prompt is shown IJPL-161819 show diff after generation Squashed commits: Do not show quickfixes when the user is in inline prompt add on generation diff fix esc on retry regenerate inlay prevent blinking (fast fix) add undo/redo FUS statistics move diff listener class hide diff on esc, add adv setting dead code hide diff before regeneration do not show modified lines in diff (show them as deleted/added for more clarity) better diff make diff better show diff on undo something something some ctrl+Z GitOrigin-RevId: 2141d2e0b83c2b089780e0df1be12d43e4fff834
- Loading branch information
1 parent
7ae3831
commit 4fbc8c3
Showing
3 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters