Commit Graph

1377 Commits

Author SHA1 Message Date
Dongdong Zhou 19c3742ebd
Merge pull request #507 from bugadani/termnav
Special-case non-modifier ansi sequences
2022-05-15 15:27:02 +01:00
Dániel Buga 1292e5bf02 Special-case non-modifier ansi sequences 2022-05-15 10:58:45 +02:00
DuckDuckWhale 44277abef7
Doc: do not specify a transitional package 2022-05-15 01:34:42 -07:00
Jiangbin Zhao 883064a1d9 fix code format 2022-05-14 17:05:11 -07:00
Jiangbin Zhao accdca760f address PR review feedbacks
- refactor impl of the functions

They now perform better in edge cases.

- add some unit tests
2022-05-14 17:02:45 -07:00
Jiangbin Zhao 95617bdce0 fix code format 2022-05-13 15:10:07 -07:00
Jiangbin Zhao 7f1903249a address PR review feedbacks
- fix calculation of the new view center

- add default key bindings
2022-05-13 11:44:16 -07:00
Dominik Moos 5c22d7520f Removed the last min window size constraint 2022-05-13 18:50:33 +02:00
Domerpig 0a1eb8f822
Merge branch 'lapce:master' into Remove-min-window-size 2022-05-13 18:38:24 +02:00
Dániel Buga be2f1269c8 Pre-parse svgs 2022-05-12 22:57:10 +02:00
Dániel Buga 0dc4bdf7c4 Only hash svg names once 2022-05-12 22:53:17 +02:00
Dániel Buga a6e7de7556 Deduplicate 2022-05-12 22:53:17 +02:00
Dániel Buga 00be1af344 Don't allocate while accessing svgs 2022-05-12 22:53:13 +02:00
Dongdong Zhou 4a7275dc71 add meta+backspace for macOS 2022-05-12 21:43:11 +01:00
Dongdong Zhou c790557ccd
Merge pull request #494 from bugadani/sign
Remove more unused code
2022-05-12 21:38:25 +01:00
Dongdong Zhou 29c96a32cc
Merge pull request #493 from bugadani/readonly
Use `&'static str` in `LapceIcon`
2022-05-12 21:38:15 +01:00
Dongdong Zhou 97c8a84422 key binding mode text fix 2022-05-12 21:29:53 +01:00
Dániel Buga 8719b2ee20 Restrict visibility and remove unused code 2022-05-12 21:57:47 +02:00
Dániel Buga d7f9383ce0 Remove unused type 2022-05-12 21:32:18 +02:00
Dániel Buga ceb784b38f Remove unused outline module 2022-05-12 21:30:29 +02:00
Dániel Buga ecb5f4da8d Remove unused module 2022-05-12 21:30:28 +02:00
Dániel Buga fd1ecc1514 Use static str in LapceIcon 2022-05-12 21:26:11 +02:00
Dongdong Zhou d37eb343cd
Merge pull request #492 from bugadani/deadcode
Remove most of the dead code
2022-05-12 20:12:01 +01:00
Dániel Buga 02cc1478fe Remove most of the dead code 2022-05-12 21:08:36 +02:00
Dongdong Zhou 066135b824 bump lapce-rpc version 2022-05-12 18:43:27 +01:00
Dongdong Zhou 8d0b0932b5 wix version bump 2022-05-12 18:37:37 +01:00
Dongdong Zhou b11c2150f6 wix fix 2022-05-12 18:35:11 +01:00
Dongdong Zhou 0f1160776b bump version 2022-05-12 18:05:07 +01:00
Dongdong Zhou dd4284f689 Fix scroll bar scroll 2022-05-12 17:28:00 +01:00
Dongdong Zhou 6b89c44dbd bump druid 2022-05-12 15:32:33 +01:00
Dongdong Zhou 6dbb412f10 problem panel dispaly fix 2022-05-12 15:03:03 +01:00
Dongdong Zhou f0f3dab62c
Merge pull request #479 from bugadani/keymap
Don't draw shortcut names outside of the cells
2022-05-11 21:41:25 +01:00
Dániel Buga a6da7b9a7d Clip the command name cells 2022-05-11 22:38:30 +02:00
Dongdong Zhou 7f3ee1eae1 release lto folder 2022-05-11 21:35:38 +01:00
Dániel Buga 66194fcf21 Clean up split 2022-05-11 22:35:13 +02:00
Dániel Buga c27ed5b2b5 Update piet-wgpu 2022-05-11 22:35:09 +02:00
Dongdong Zhou c8be6e3f37
Merge pull request #490 from tormeh/fix-ci
Fix ci
2022-05-11 21:15:15 +01:00
Dongdong Zhou 0deb3aed0a add keymap for new file 2022-05-11 21:14:35 +01:00
Dongdong Zhou 3b772bfe2d add support for scratch buffer 2022-05-11 21:12:12 +01:00
Dongdong Zhou c404f7194f alert when close editor if buffer not saved 2022-05-11 14:05:11 +01:00
Tormod G. Hellen 2fb6366ee7 Fix indentation. 2022-05-11 10:42:38 +02:00
Tormod G. Hellen 6114a29c5c Run cargo fmt --all. 2022-05-11 10:42:38 +02:00
Jiangbin Zhao ca5502bba0 support count in move by words commands in the vi-mode 2022-05-10 23:15:44 -07:00
Dongdong Zhou 0e001390bd Fix tab unsaved icon
Fix #488
2022-05-10 19:47:42 +01:00
Dongdong Zhou 30dcb93c43 clean up 2022-05-10 15:10:45 +01:00
Dongdong Zhou f2fffb3b1e file watcher improvement 2022-05-10 15:10:34 +01:00
Dongdong Zhou a9631ceaaa normal mode reset edit type 2022-05-10 09:34:17 +01:00
Dongdong Zhou 510532c179
Merge pull request #481 from zhaojiangbin/optional-langs
make deps on the tree-sitter lang crates optional
2022-05-10 09:33:15 +01:00
Dongdong Zhou f3eae73085 atomic rev fix 2022-05-10 08:43:48 +01:00
Jiangbin Zhao d95114e43f implement top_of_window and bottom_of_window
to complement center_of_window
2022-05-09 18:04:53 -07:00