This website requires JavaScript.
d9e0411763
Implement the drag-and-drop to open file feature. (#3415 )
ifengqi
2024-08-07 19:33:57 +08:00
8661de659d
bump floem
Dongdong Zhou
2024-08-06 23:33:25 +01:00
3a78eaa1ce
Add error message display for plugins and LSP server. (#3414 )
ifengqi
2024-08-06 20:54:50 +08:00
69914369c6
Add proxy and retry count to all HTTPS GET requests. (#3413 )
ifengqi
2024-08-06 20:53:19 +08:00
e00d5ca751
show call hierarchy and jump to location (#3403 )
ifengqi
2024-08-06 05:36:48 +08:00
41a40a1a06
load_available_volts: 1. Add proxy and retry count. (#3401 )
ifengqi
2024-08-05 21:51:44 +08:00
9dec920916
Optimize "Reveal in File Tree". (#3404 )
ifengqi
2024-08-05 21:45:12 +08:00
14f67a7e2a
Optimize double click Terminal. (#3405 )
ifengqi
2024-08-05 21:43:21 +08:00
0f1aeddfc2
tree sitter nightly version detection change
Dongdong Zhou
2024-08-03 13:44:53 +01:00
a23f8aee7e
update deps, fix msrv and clippy lints
Jakub Panek
2024-08-01 21:17:06 +02:00
16ebd02775
fix: upgrade locale_config to non-panic version (#3395 )
Jakub Panek
2024-08-02 06:42:38 +02:00
9c5e480ce8
fix crash
Dongdong Zhou
2024-08-01 21:29:47 +01:00
87a517a1cd
add more languages, cleanup code (#3396 )
Jakub Panek
2024-08-01 19:07:27 +02:00
7a616d5553
show code lens (#3387 )
ifengqi
2024-08-01 23:53:39 +08:00
e7d6482da7
fixup! move tracing to separate crate
pj/personal
Jakub Panek
2024-08-01 17:44:14 +02:00
0538a9340d
fixup! fix: dont use git2 for linux, since it fails when cross-compiling
Jakub Panek
2024-08-01 17:43:39 +02:00
bf9075002a
fix: dont use git2 for linux, since it fails when cross-compiling
Jakub Panek
2024-07-21 00:30:29 +02:00
b65ada293f
implement encoding palette
Jakub Panek
2024-07-16 19:52:44 +02:00
a002294a10
update cargo-deny
Jakub Panek
2024-07-06 11:39:35 +02:00
57b1206392
bah
Jakub Panek
2024-07-14 12:11:34 +02:00
0599b8a453
move tracing to separate crate
Jakub Panek
2024-07-14 10:39:45 +02:00
db34d62346
move direcotries to separate crate
Jakub Panek
2024-07-14 10:39:08 +02:00
f400ca1364
move build-time version info to separate crate
Jakub Panek
2024-07-14 10:14:12 +02:00
6b1647306e
fix building lapce-proxy
Jakub Panek
2024-07-14 09:18:30 +02:00
9594f0ffcd
fix portable
Jakub Panek
2024-06-26 15:15:28 +02:00
b36bd349e7
add data_dir to directory
Jakub Panek
2024-06-24 11:09:21 +02:00
489c847280
add markdown preview
Jakub Panek
2024-06-12 05:08:56 +02:00
5ae804a0b8
fix log filter reload and watchers
Jakub Panek
2024-06-08 05:05:08 +02:00
29500596f0
format code
Jakub Panek
2024-06-02 15:25:51 +02:00
cb69047740
ignore flatpak
Jakub Panek
2024-06-01 08:47:26 +02:00
c9d4a53f6f
rename "Plugin Settings" to "Plugins"
Jakub Panek
2024-05-26 21:06:16 +02:00
10e795184d
refactor directories and config functions to return Result instead of Option
Jakub Panek
2024-05-26 17:23:13 +02:00
fbc2274d0c
make config load return a Result so we can catch errors in main thread
Jakub Panek
2024-05-25 10:46:20 +02:00
78bf4b087f
feat: implement custom remote
Jakub Panek
2024-05-25 10:08:02 +02:00
a7779ddd24
wip: file icon themes
Jakub Panek
2023-02-16 22:24:51 +01:00
b70a4d57c6
feat: implement tailscale remote
Jakub Panek
2024-05-21 20:51:32 +02:00
12699da5ce
replace inline indents declarations with comptime
Jakub Panek
2024-05-21 00:32:50 +02:00
8f324eef36
feat: implement GitHub Codespaces remote
Jakub Panek
2024-05-21 00:31:13 +02:00
9f223d1ea9
clean-up deadcode from languages, leave only core languages
Jakub Panek
2024-05-20 05:26:46 +02:00
b0acc926c8
implement log level filtering from settings
Jakub Panek
2024-05-20 05:06:13 +02:00
da7a653b49
implement reading from stdin
Jakub Panek
2024-05-20 05:04:50 +02:00
afe36c7715
feat: implement reading files in different file encodings
Jakub Panek
2024-04-19 16:28:40 +02:00
41aaca3f5b
1. editor: Right-click add command "Show Call Hierarchy" (#3389 )
ifengqi
2024-07-29 18:48:42 +08:00
98ebe57583
support to click hint (#3388 )
ifengqi
2024-07-27 07:17:21 +08:00
1d2372daa2
Improve editor tab header (#3322 )
Jared Moulton
2024-07-25 09:40:49 -06:00
7d3830797b
support rust-analyzer's notification "experimental/serverStatus". (#3381 )
ifengqi
2024-07-25 22:34:59 +08:00
fef57e8258
show file status for scratch documents
Jakub Panek
2024-07-25 16:30:10 +02:00
20fa316f2c
fix git commit char length in version
Dongdong Zhou
2024-07-22 20:42:05 +01:00
8a610b0442
Fix head's path (#3380 )
ifengqi
2024-07-23 00:24:25 +08:00
ea999c653a
update version matching
Jakub Panek
2024-07-21 15:50:30 +02:00
a6c21dc5c1
fix lapce-proxy build (#3379 )
Jakub Panek
2024-07-21 15:24:27 +02:00
bd2cfc510c
fix terminal on mac keeps fires PTY_READ_WRITE_TOKEN
Dongdong Zhou
2024-07-21 11:09:45 +01:00
930487449c
Avoid receiving the terminal disconnection event before the terminal has finished reading, which leads to incorrect display. (#3355 )
ifengqi
2024-07-21 17:49:11 +08:00
2ed1f6c68b
update wgpu
Dongdong Zhou
2024-07-21 10:40:52 +01:00
8f149d28f8
editor: Right-click add command "Select in File Explorer" (#3375 )
ifengqi
2024-07-21 16:56:35 +08:00
b83823122c
get code lens and store in doc (#3370 )
ifengqi
2024-07-21 16:39:05 +08:00
ecea551209
fix release.yml publish
Dongdong Zhou
2024-07-21 09:26:05 +01:00
86e1837232
fix proxy download for nightly, fix linux updater
Jakub Panek
2024-07-21 00:55:54 +02:00
94c83124ab
fix: dont use git2 for linux, since it fails when cross-compiling
Jakub Panek
2024-07-21 00:30:29 +02:00
80fed3987d
fix: update wgpu{,-hal} to mitigate issues on Windows
Jakub Panek
2024-07-20 01:28:00 +02:00
b40d8a68d4
terminal: double-click to maximize bottom (#3376 )
ifengqi
2024-07-19 23:34:54 +08:00
d9d7d1772e
Terminal ctrl + click to jump: Support path contains '-' and toml file (#3367 )
ifengqi
2024-07-17 00:01:59 +08:00
348bd17b46
ci: disable aarch64 proxy
Jakub Panek
2024-07-16 15:17:28 +02:00
6ffa4bb84b
Terminal: right-click to add "clear all" function (#3368 )
ifengqi
2024-07-16 16:50:34 +08:00
8236725896
add open grammars/queries directory command
Jakub Panek
2024-07-14 09:23:24 +02:00
af42f186ed
fix grammars fetching, log errors for queries, add zstd
Jakub Panek
2024-06-26 15:15:59 +02:00
e104f1db03
update dependencies (#3366 )
Jakub Panek
2024-07-12 07:08:27 +02:00
9f120f9016
re-implement grammar/queries update system (#3341 )
Jakub Panek
2024-07-12 06:03:12 +02:00
0d0b08d0c8
fix terminal key handling
Dongdong Zhou
2024-07-11 22:50:22 +01:00
07e7203962
1. terminal: The default number of jump columns is 0 (#3358 )
ifengqi
2024-07-08 21:09:35 +08:00
7f1172246d
terminal: added support for Alt+ some character input (#3357 )
ifengqi
2024-07-08 16:08:31 +08:00
11e4428c83
1. add right-click function for the tab of editor (#3346 )
ifengqi
2024-06-30 20:05:10 +08:00
28302a43ec
Terminal file jump: change the judgment point to Ctrl + left mouse click. (#3342 )
ifengqi
2024-06-28 18:22:06 +08:00
db55cbe3bb
chore(deps): bump open from 5.1.2 to 5.1.4
dependabot[bot]
2024-06-24 17:28:35 +00:00
0541f1cd8d
chore(deps): bump tar from 0.4.40 to 0.4.41
dependabot[bot]
2024-06-10 18:02:50 +00:00
67f8f82aaf
chore(deps): bump flate2 from 1.0.28 to 1.0.30
dependabot[bot]
2024-06-02 09:46:27 +00:00
3133098db3
chore(deps): bump git2 from 0.18.2 to 0.19.0
dependabot[bot]
2024-06-17 17:36:46 +00:00
51c7647d5a
chore(deps): bump unicode-width from 0.1.12 to 0.1.13
dependabot[bot]
2024-06-20 21:37:58 +00:00
05ac2561ad
chore(deps): bump regex from 1.10.4 to 1.10.5
dependabot[bot]
2024-06-20 21:38:03 +00:00
dd1dce96ef
format imports
Jakub Panek
2024-06-24 11:47:39 +02:00
ffdbb1faca
update time
Jakub Panek
2024-06-22 23:21:42 +02:00
f5fddebb5d
update tree-sitter
Dongdong Zhou
2024-06-20 22:36:11 +01:00
f258bb782c
handle keypress properly when failing back to windowtab
Dongdong Zhou
2024-06-14 22:20:42 +01:00
dc9a24d8e7
update linux dockerfile
Dongdong Zhou
2024-06-14 08:52:48 +01:00
28988c8fa2
load tree sitter quries from folder
Dongdong Zhou
2024-06-13 22:32:11 +01:00
caab22d091
Fix lanaguage from path
Dongdong Zhou
2024-06-12 22:20:30 +01:00
73a1c79d12
code action lightbulb position fix
Dongdong Zhou
2024-06-12 19:51:48 +01:00
45b5bad59e
fix environment loading, add windows support, add show env command (#3326 )
Jakub Panek
2024-06-12 12:36:28 +02:00
67696bd586
fix progress view overflow (#3324 )
Long0x0
2024-06-12 17:11:37 +08:00
d4c562fcae
fix file language detection from path
Jakub Panek
2024-06-12 10:12:10 +02:00
890438883e
fix panel picker drag
Dongdong Zhou
2024-06-11 19:59:12 +01:00
e99621d971
fix file explorer
Dongdong Zhou
2024-06-11 19:47:16 +01:00
35b60fd50f
remove println
Dongdong Zhou
2024-06-11 19:31:16 +01:00
139ce92411
bump floem to fix clear_focus
Dongdong Zhou
2024-06-11 19:30:26 +01:00
2768da1d88
Make editor tab separator height configurable (#3313 )
Jared Moulton
2024-06-10 07:23:45 -06:00
c6d39eca4b
disable selection on editor tabs (#3309 )
Jakub Panek
2024-06-10 13:24:21 +02:00
a0316a1107
Remove containers (#3312 )
Jared Moulton
2024-06-09 11:21:19 -06:00
7c9099c4b3
bump floem to fix emoji in tinyskia renderer
Dongdong Zhou
2024-06-08 20:15:01 +01:00
6e5f1aa4fa
stop pointerdown event propogation for keyboard shortcut picker
Dongdong Zhou
2024-06-08 16:47:58 +01:00
c4af55ee7c
Add debug names, trim extra containers (#3310 )
Jared Moulton
2024-06-08 03:55:56 -06:00