Mikayla Maki
|
76efab005f
|
WIP
|
2023-03-29 17:25:41 -07:00 |
|
Mikayla Maki
|
ebd06b43f5
|
Add copilot settings
Add copilot pause / resume
Add copilot statusbar item stub
|
2023-03-29 16:40:52 -07:00 |
|
Antonio Scandurra
|
12370f120e
|
🎨
|
2023-03-28 18:40:51 -07:00 |
|
Antonio Scandurra
|
ce9774be53
|
Improve detection of common prefix in text_for_active_completion
|
2023-03-28 18:40:42 -07:00 |
|
Antonio Scandurra
|
da81ff3295
|
Optimize CopilotState::text_for_active_completion
|
2023-03-28 09:42:01 -07:00 |
|
 Antonio ScandurraandMikayla Maki
|
034bc75467
|
Refresh copilot suggestions when hitting alt-] if none are showing
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2023-03-28 09:42:01 -07:00 |
|
 Antonio ScandurraandMikayla Maki
|
d236d9e8c9
|
Clear copilot suggestions when hitting escape
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2023-03-28 09:42:01 -07:00 |
|
Antonio Scandurra
|
1162615043
|
Reuse existing suggestion when inserting to avoid flickering
|
2023-03-28 09:42:01 -07:00 |
|
Antonio Scandurra
|
6715e5247c
|
Rework SuggestionMap to take highlight style when retrieving chunks
|
2023-03-28 09:42:01 -07:00 |
|
Antonio Scandurra
|
093e0a30e9
|
Replace editor::CycleCopilotSuggestions with copilot::NextSuggestion
|
2023-03-28 09:42:01 -07:00 |
|
Antonio Scandurra
|
2f95510a2e
|
Start integrating Copilot with editor
There's still a bit to do in terms of reusing the previous suggestion
when the prefix matches, but we're getting there.
|
2023-03-28 09:42:01 -07:00 |
|
Nathan Sobo
|
f0992e7d67
|
Trim empty tokens; copy selected range if non-empty
|
2023-03-24 17:10:50 -06:00 |
|
Nathan Sobo
|
3dfedd1b21
|
Merge adjacent chunks with the same highlight name in copied JSON
|
2023-03-24 16:52:00 -06:00 |
|
Nathan Sobo
|
195215f1e0
|
Add "editor: copy highlight json" command
Nate needs this to feed to Figma for highlighted code in designs.
|
2023-03-24 16:37:57 -06:00 |
|
 Mikayla Makiandmax
|
c39b4ac229
|
Fix boundary condition in buffer_line_len when at the end of a file
co-authored-by: max <max@zed.dev>
|
2023-03-17 16:56:44 -07:00 |
|
 Mikayla MakiandMax
|
eba119b914
|
Fix fold tests with new representation
Switch UI code from using display rows to using buffer rows
Make folds only show up on lines with line layouts
co-authored-by: Max <max@zed.dev>
|
2023-03-17 16:00:22 -07:00 |
|
Mikayla Maki
|
c427a8c584
|
WIP - DEBUGGING
|
2023-03-16 08:41:19 -07:00 |
|
 Mikayla Makiandmax
|
75bea91245
|
Convert code folding to be in terms of buffer points instead of display points
Co-authored-by: max <max@zed.dev>
|
2023-03-14 16:48:03 -07:00 |
|
Mikayla Maki
|
2ba38b2fca
|
Change icon width to scale with font size
|
2023-03-14 00:42:15 -07:00 |
|
 Antonio ScandurraandJulia Risley
|
686f5439ad
|
Set buffer language when confirming selection in language selector
Co-Authored-By: Julia Risley <julia@zed.dev>
|
2023-03-10 15:34:26 +01:00 |
|
 Mikayla MakiandMax
|
606d683f29
|
Add interactable fold markers
Change fold handlers to be driven by the fold map
Switch to a mouse region based implementation for click regions
Co-authored-by: Max <max@zed.dev>
|
2023-03-03 12:26:36 -08:00 |
|
 Mikayla MakiandMax
|
7ca0b38048
|
Made fold inline styles be driven by the fold map
co-authored-by: Max <max@zed.dev>
|
2023-03-03 09:32:58 -08:00 |
|
Mikayla Maki
|
3dd5b3f426
|
Attempted to initialize code-fold indicators, does not work
|
2023-03-02 19:42:59 -08:00 |
|
Mikayla Maki
|
dc11d2726e
|
Made code fold indicators show up on active line indicators
|
2023-02-28 19:53:53 -08:00 |
|
Mikayla Maki
|
2198c295b3
|
Fix comments
|
2023-02-28 17:25:35 -08:00 |
|
Mikayla Maki
|
f8401394f5
|
Removed DisplayRow abstraction
|
2023-02-28 17:12:48 -08:00 |
|
Mikayla Maki
|
b53d1eef71
|
Added background styling of the ...
|
2023-02-28 16:35:44 -08:00 |
|
Mikayla Maki
|
c397fd9a71
|
Added click regions and cursor styles
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
9b8adecf05
|
Adjusted code-folding behavior
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
e0f553c0f5
|
WIp
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
37a2ef9d41
|
Make chevrons and lightning bolt interactive
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
89b93d4f6f
|
Added fold changes on gutter hover
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
cb3e873a67
|
Fixed autoscroll timing
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
da78abd99f
|
Added DisplayRow abstraction to make folding code more readable
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
637e8ada42
|
Fix bugs in code folding
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
e3061066c9
|
Add code folding indicators into the gutter.
|
2023-02-28 16:34:28 -08:00 |
|
 Max BrunsfeldandMikayla Maki
|
5fea49e639
|
Pass the 'Save' format trigger when formatting on save
In an earlier refactor, I accidentally caused the 'Manual'
trigger to *always* be passed.
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
|
2023-02-24 17:11:35 -08:00 |
|
Mikayla Maki
|
9004640586
|
Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage
|
2023-02-23 14:10:55 -08:00 |
|
Kay Simmons
|
24fcad3fa2
|
Merge pull request #2189 from zed-industries/labeled-tasks
Labeled Tasks
|
2023-02-21 21:31:47 -08:00 |
|
Kay Simmons
|
1c69e289b7
|
Fix formatting
|
2023-02-21 21:07:45 -08:00 |
|
 Joseph LyonsandJulia
|
8c3232bb9b
|
Add reveal in finder to additional locations
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
|
2023-02-21 16:09:11 -05:00 |
|
Kay Simmons
|
3564e95f27
|
Add labeled tasks to gpui and observe them in the activity status to give feedback when we are still waiting for the language server
|
2023-02-20 20:28:48 -08:00 |
|
Max Brunsfeld
|
ab82e13167
|
Run cargo fmt
|
2023-02-20 11:10:30 -08:00 |
|
Max Brunsfeld
|
8922156923
|
Restructure how bracket pairs are overridden to unify lists
This way, a bracket pair that is disabled in a given scope can still be skipped, if
it was auto-closed before that scope existed.
|
2023-02-20 10:53:37 -08:00 |
|
Kay Simmons
|
ac3e8f61ef
|
Merge pull request #2186 from zed-industries/better-vim-matching-motion
Better vim matching motion
|
2023-02-17 22:10:28 -08:00 |
|
Kay Simmons
|
fc811d14b1
|
Fix failing test
|
2023-02-17 22:00:39 -08:00 |
|
Joseph T. Lyons
|
a4a179763a
|
Merge pull request #2171 from zed-industries/add-option-to-advance-cursor-downward-when-toggling-comment
Add option to advance cursor downward when toggling comment
|
2023-02-16 15:03:38 -05:00 |
|
Kay Simmons
|
2c904cb0bf
|
Merge pull request #2176 from zed-industries/better-move-to-brackets
Make jump to matching bracket action more predictable
|
2023-02-15 14:32:51 -08:00 |
|
Kay Simmons
|
0ba051a754
|
use more predictable rules for selecting which bracket to jump to and where
|
2023-02-15 14:04:16 -08:00 |
|
 Joseph LyonsandJulia
|
5fbc9736e5
|
Add option to advance cursor downward when toggling comment
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
|
2023-02-15 14:00:49 -05:00 |
|