This website requires JavaScript.
136550de9f
Discard shift when it causes keyboard to output a different character
Antonio Scandurra
2022-07-22 08:15:44 +02:00
9c412a8806
Remove test for handling input via key events
Max Brunsfeld
2022-07-21 21:40:37 -07:00
372c3eed52
Adjust editor tests to use input APIs instead of key events
Max Brunsfeld
2022-07-21 21:36:40 -07:00
0185b4fef4
Add simple IME handling to the terminal
Max Brunsfeld
2022-07-21 18:04:56 -07:00
9286e5ea04
Merge pull request #1396 from zed-industries/better-empty-pane
Keith Simmons
2022-07-21 15:07:03 -07:00
d6519ad280
Minor naming improvements and revert empty pane background color change
K Simmons
2022-07-21 14:56:17 -07:00
6d264502b2
Remove print statements
Max Brunsfeld
2022-07-21 13:44:58 -07:00
2142fca673
Remove Input action, detect ignored input in vim via an event
Max Brunsfeld
2022-07-21 13:40:48 -07:00
beeaec8647
Prevent IME window from appearing while editor's input is disabled (vim)
Max Brunsfeld
2022-07-21 12:48:36 -07:00
c6d5decbf9
Finished erorr terminal refactoring
Mikayla Maki
2022-07-21 12:37:15 -07:00
7c575990be
Remove the set_selected_text_range method from the InputHandler trait
Max Brunsfeld
2022-07-21 12:22:12 -07:00
7c0a031506
added cursor text back
Mikayla Maki
2022-07-21 10:04:12 -07:00
509f54bf20
Don't dispatch keydown event if editor is still composing
Antonio Scandurra
2022-07-21 17:37:32 +02:00
97ce3998ec
Position IME input according to where the selection is rendered
Antonio Scandurra
2022-07-21 17:35:40 +02:00
3c5d7e001e
Always mark keydown events as handled to suppress beep
Antonio Scandurra
2022-07-21 15:53:21 +02:00
3d6c257551
🎨
Antonio Scandurra
2022-07-21 14:39:22 +02:00
b2f2c5b055
Handle keydown event even when charactersIgnoringModifiers is empty
Antonio Scandurra
2022-07-21 14:35:55 +02:00
101a0663d3
Remove input from KeyDownEvent
Antonio Scandurra
2022-07-21 14:29:27 +02:00
f170582c26
Remove println statements from NSTextInputClient protocol functions
Antonio Scandurra
2022-07-21 13:51:31 +02:00
a4ceae3cf2
Remove unused {cancel,finish}_composition methods
Antonio Scandurra
2022-07-21 13:48:56 +02:00
481078ae22
Restructure IME composition to not follow Chromium so closely
Antonio Scandurra
2022-07-21 13:41:55 +02:00
b02681ee8a
Treat NSTextInputClient ranges as UTF-16
Antonio Scandurra
2022-07-21 13:41:35 +02:00
32662b6b92
Start indexing UTF-16 offsets
Antonio Scandurra
2022-07-21 09:40:48 +02:00
eda60effed
Honor setting the selected range in addition to marking text
Antonio Scandurra
2022-07-21 08:57:20 +02:00
fb2fbf2ac7
fix test failure
K Simmons
2022-07-20 19:13:16 -07:00
a076eeeb96
tweak diagnostic popover colors
K Simmons
2022-07-20 13:43:57 -07:00
b85b2a90aa
address warnings
K Simmons
2022-07-19 16:09:09 -07:00
02a47d962e
add test coverage for diagnostic popover
K Simmons
2022-07-19 15:59:16 -07:00
95952f0c66
working diagnostic popover. Also renamed GoToNextDiagnostic to GoToDiagnostic and adjusted it's action to jump to the popover's diagnostic if it is visible
K Simmons
2022-07-15 19:39:52 -07:00
dbedc30abe
WIP
K Simmons
2022-07-13 19:35:18 -07:00
daceb1eb5f
Fix warning
K Simmons
2022-07-20 19:02:12 -07:00
225055ed5d
Address some issues where panes don't get focused properly, make the focused pane more obvious, and prevent splitting of the pane with no items
K Simmons
2022-07-20 18:52:32 -07:00
f712dec4c0
Use new API for input handling in Terminal
Max Brunsfeld
2022-07-20 17:33:37 -07:00
ee87c8ebde
Render is snappier, less locking, and errors feel nicely modeled
Mikayla Maki
2022-07-20 17:25:21 -07:00
741b78a15b
I think I'm finished
Mikayla Maki
2022-07-20 17:11:36 -07:00
061dde5a9b
Compiling with new result based error handling
Mikayla Maki
2022-07-20 16:48:40 -07:00
f985515141
Start work on new text input handling in Editor
Max Brunsfeld
2022-07-20 16:45:27 -07:00
0b81a4dfae
Call methods on the focused view during input events
Max Brunsfeld
2022-07-20 16:44:26 -07:00
d34d6ea184
Merge pull request #1392 from zed-industries/mouse-vim-mode-clipping
Keith Simmons
2022-07-20 13:39:24 -07:00
9b6df1fb61
Checkpoint, this commit does not compile
Mikayla Maki
2022-07-20 12:41:04 -07:00
b493bafb48
Fixed failing test
Mikayla Maki
2022-07-20 10:34:00 -07:00
8e5ed9dbd2
Maybe fixed toml
Mikayla Maki
2022-07-19 16:50:24 -07:00
e2a9a6f361
Maybe fixed toml
Mikayla Maki
2022-07-19 16:50:16 -07:00
18079ced20
Updated alacritty version
Mikayla Maki
2022-07-19 16:45:48 -07:00
ef1a32ee92
Done updating rendering performance for now. Further changes would require more fundamental work, I'm still not really happy with it as is though. Will probably take a few hours to clean the code though.
Mikayla Maki
2022-07-19 10:30:46 -07:00
005e2cb2be
Compiling again... finally
Mikayla Maki
2022-07-18 17:05:24 -07:00
4f7b6b8b22
Finally finished merging this massive ball of changes
Mikayla Maki
2022-07-18 16:47:42 -07:00
150d2ff53f
Attempting to continue rebase
Mikayla Maki
2022-07-18 14:53:56 -07:00
4a483618be
Finished graceful terminal failure
Mikayla Maki
2022-07-16 10:34:47 -07:00
40d30a898b
Rebasing continues
Mikayla Maki
2022-07-18 14:50:33 -07:00
9d063ae6d8
Switched to hybrid iterator and while loop grid processor. Still hairy but much more managable. Not finished compiling yet.
Mikayla Maki
2022-07-16 22:17:20 -07:00
c9584a9d0c
Continuing rebases on other work
Mikayla Maki
2022-07-18 14:47:24 -07:00
a4ca11ba17
Finished design touchups
Mikayla Maki
2022-07-16 11:45:08 -07:00
c19956373a
Finished bel, moving on to title
Mikayla Maki
2022-07-16 11:21:05 -07:00
1b0e93b153
Change interpretation of marked_text and edit when handling input
Max Brunsfeld and Antonio Scandurra <antonio@zed.dev
2022-07-20 09:53:49 -07:00
42ac4bf9fc
WIP
Antonio Scandurra
2022-07-20 18:06:29 +02:00
d76cdb01be
Merge pull request #1380 from zed-industries/theme-improvements
Nate Butler
2022-07-20 10:40:09 -04:00
2ea0b89e7c
WIP
Antonio Scandurra
2022-07-20 15:07:09 +02:00
a77cf914ec
Fix failing test re mode switch in buffer search
K Simmons
2022-07-19 17:17:54 -07:00
1cfaac1bc5
Fix clipping when dragging the mouse with vim-mode enabled and adjust single line editor selections
K Simmons
2022-07-18 13:33:55 -07:00
55dee53e80
Regenerate package-lock.json
Nate Butler
2022-07-19 20:12:50 -04:00
bcc554a3db
Merge branch 'main' into theme-improvements
Nate Butler
2022-07-19 20:12:02 -04:00
df0023ad65
Update package-lock.json
Nate Butler
2022-07-19 20:09:28 -04:00
c2868a39e8
Merge pull request #1388 from zed-industries/mouse-region-refactor
Keith Simmons
2022-07-19 16:50:12 -07:00
5bf9db2e21
Fix incorrectly named icons
Nate Butler
2022-07-19 17:13:40 -04:00
9beeef6385
Update some contact panel styling
Nate Butler
2022-07-19 17:11:26 -04:00
46384e71b7
Add icon sets for sizes 8, 12 and 16, remove old icons
Nate Butler
2022-07-19 17:11:15 -04:00
7757fbe241
Implement NSTextInputClient protocol on window using no-ops
Antonio Scandurra
2022-07-19 14:52:02 +02:00
456a390166
Add character palette menu item
Antonio Scandurra
2022-07-19 14:51:22 +02:00
e5602b0ad4
0.48.1
Max Brunsfeld
2022-07-18 19:11:12 -07:00
815ce22fb7
Revert "Merge pull request #1359 from zed-industries/plugin-json-enable"
Max Brunsfeld
2022-07-18 19:00:52 -07:00
142a019ada
0.48.0
Max Brunsfeld
2022-07-18 16:24:57 -07:00
1a1ec1b81a
Merge pull request #1391 from zed-industries/dismiss-project-panel-rename
Max Brunsfeld
2022-07-18 16:23:15 -07:00
c1dfb6294b
Dismiss project panel's rename editor when it loses focus
Max Brunsfeld
2022-07-18 16:10:09 -07:00
2ab732efdb
Merge pull request #1390 from zed-industries/fix-fs-watch-leak
Max Brunsfeld
2022-07-18 15:16:41 -07:00
b4392ec11c
Merge pull request #1389 from zed-industries/no-gpu
Max Brunsfeld
2022-07-18 15:08:58 -07:00
43613fe2ac
Ensure that fs watches are dropped when dropping the event stream
Max Brunsfeld
2022-07-18 14:55:24 -07:00
7998771d9f
Avoid panic when unable to access a GPU
Max Brunsfeld and Nathan Sobo
2022-07-18 14:13:12 -07:00
deeefed7eb
Change mouse_event_handler to use HandlerSet
K Simmons
2022-07-18 10:08:14 -07:00
ec25fa9260
Extract handler set from MouseRegion
K Simmons
2022-07-18 09:54:48 -07:00
bb91492098
Fix missing red color in sandcastle theme
Nate Butler
2022-07-18 12:33:09 -04:00
aafaee7463
Fix missing red/incorrect hex colors in one-light
Nate Butler
2022-07-18 12:05:27 -04:00
59366a5c44
Merge pull request #1386 from zed-industries/symlink-cycles
Antonio Scandurra
2022-07-18 17:58:18 +02:00
11ef6bfbae
Avoid unnecessarily emitting fake fs events for dirs that exist
Antonio Scandurra
2022-07-18 17:36:40 +02:00
f9df5fe595
Detect cycles also when processing events
Antonio Scandurra
2022-07-18 17:22:18 +02:00
b3218641cd
Create intermediate directories in FakeFs::create_dir
Antonio Scandurra
2022-07-18 16:38:26 +02:00
b48118830f
Detect cycles when scanning a directory
Antonio Scandurra
2022-07-18 13:41:09 +02:00
df33556693
Introduce a new TreeSet struct in sum_tree
Antonio Scandurra
2022-07-18 13:40:30 +02:00
f9a5ed3a85
Start work on a test for a worktree with symlink cycles
Max Brunsfeld
2022-07-14 18:08:20 -07:00
f6c1393dfd
Restructure FakeFs to let it model symlinks
Max Brunsfeld
2022-07-14 18:07:55 -07:00
0aafc78eb7
Merge pull request #1385 from zed-industries/fix-lifetime-error
Antonio Scandurra
2022-07-18 12:22:54 +02:00
51c40f4136
Merge pull request #1384 from zed-industries/expose-collaboration-metrics
Antonio Scandurra
2022-07-18 10:44:29 +02:00
316a534a16
Allow querying active user counts for people that have collaborated
Antonio Scandurra
2022-07-18 10:16:24 +02:00
c326a20193
Merge pull request #1367 from zed-industries/plugin-opaque
Isaac Clayton
2022-07-18 09:20:10 +02:00
4664683069
Remove Redis
Antonio Scandurra
2022-07-18 08:59:35 +02:00
2cbb0ae843
Expose max number of project collaborators in Db::get_top_user_activity
Antonio Scandurra
2022-07-18 08:58:09 +02:00
8add81350e
Rework presenter and MouseRegion to use Handler hashmap rather than individual fields
K Simmons
2022-07-17 23:19:32 -07:00
668af83cd6
Format styles directory with prettier.
Nate Butler
2022-07-16 11:53:27 -04:00
45ea412d2c
Add the One Dark/ One Light themes
Nate Butler
2022-07-16 11:52:40 -04:00
ef2b42c3fb
UI / Theme improvements
Nate Butler
2022-07-16 11:52:30 -04:00