Dongdong Zhou
|
202955c823
|
Merge pull request #346 from bugadani/focusfix
Pass unhandled key events through the default handler
|
2022-04-03 16:56:44 +00:00 |
Dongdong Zhou
|
2ab45e6a44
|
Merge pull request #354 from lapce/rollup
Rollup of 4 pull requests
|
2022-04-03 16:54:04 +00:00 |
Dongdong Zhou
|
e2edd74690
|
Merge pull request #355 from PhilipDaniels/terminal_painting
Make terminal paint in proper background color
|
2022-04-03 16:52:51 +00:00 |
Dongdong Zhou
|
19461e0a9f
|
Merge pull request #357 from PhilipDaniels/remove_duplicate_svg_module
Remove duplicate svg module
|
2022-04-03 16:52:24 +00:00 |
Dongdong Zhou
|
4a2a0c583f
|
Merge pull request #356 from PhilipDaniels/dead_theme_code
Remove unused files
|
2022-04-03 16:48:56 +00:00 |
Philip Daniels
|
8f40b6ce89
|
Avoid unncessary allocation in fn svg_name().
|
2022-04-03 17:01:29 +01:00 |
Philip Daniels
|
0a13b38c1b
|
Remove redundant svg.rs from lapce-ui.
|
2022-04-03 17:01:24 +01:00 |
Philip Daniels
|
248ae5691e
|
Capture improvement from cargo-ui/svg.rs.
This is the only difference between the two files.
|
2022-04-03 17:01:14 +01:00 |
Philip Daniels
|
b4a5f36d3d
|
Remove unused files
|
2022-04-03 16:23:37 +01:00 |
Philip Daniels
|
e30b05da85
|
All PanelMainHeaders use same bg color.
This backs out part of the change from the previous commit,
leaving the comment. Following discussion on Discord with
bugadani
|
2022-04-03 16:18:17 +01:00 |
Philip Daniels
|
505c2a6ab2
|
Make terminal paint in proper background color
|
2022-04-03 15:41:46 +01:00 |
Dániel Buga
|
964b707ca6
|
Merge pull request #135 from fasterthanlime/patch-1
Fix 'executable' typo in README
|
2022-04-03 15:44:12 +02:00 |
Dániel Buga
|
3623396b76
|
Merge pull request #125 from frafra/patch-1
List python3 as dependency
|
2022-04-03 15:43:21 +02:00 |
Dániel Buga
|
33089dd4f0
|
Merge pull request #46 from liyechen/master
update typo in Makefile comment
|
2022-04-03 15:40:52 +02:00 |
Dániel Buga
|
7aa5a43d0f
|
Merge pull request #17 from vladdoster/patch-1
(docs): increase readability
|
2022-04-03 15:38:44 +02:00 |
Dániel Buga
|
5242abc9c7
|
Handle unhandled keypresses
|
2022-04-01 22:26:28 +02:00 |
Dongdong Zhou
|
5e569bb77e
|
Merge pull request #340 from bugadani/hoverfix
Fix explorer hover effect not resetting on mouse leave
|
2022-04-01 18:49:25 +00:00 |
Dongdong Zhou
|
312db5bf89
|
Merge pull request #339 from bugadani/crash
Fix window title crash on opening volume root (e.g. `C:\`)
|
2022-04-01 18:49:09 +00:00 |
Dániel Buga
|
a23493b006
|
Fix hover effect not resetting on mouse leave
|
2022-03-31 21:37:14 +02:00 |
Dániel Buga
|
5dce45cac4
|
Fix potential crash when path contains non-utf8 encodable byte sequence
|
2022-03-31 21:07:46 +02:00 |
Dániel Buga
|
5c214a2ed4
|
Fix crash when selecting a volume root
|
2022-03-31 21:06:07 +02:00 |
Dongdong Zhou
|
303b7e6acb
|
Merge pull request #100 from SunDoge/middle-click
Close the tab by clicking middle mouse button
|
2022-03-31 16:10:57 +00:00 |
Dongdong Zhou
|
53db4d931e
|
change disconnect remote text
|
2022-03-30 22:32:13 +01:00 |
Dongdong Zhou
|
81c1534a27
|
hide menu command shouldn't change focus
|
2022-03-30 22:30:20 +01:00 |
Dongdong Zhou
|
ac6d8a40e3
|
Merge pull request #299 from hasali19/wsl
Add support for WSL
|
2022-03-30 20:27:33 +00:00 |
Dongdong Zhou
|
36d857e65f
|
Merge pull request #303 from bugadani/hover
Highlight hovered list item in file explorer
|
2022-03-30 20:11:18 +00:00 |
Dongdong Zhou
|
5a2a24f291
|
clippy fix
|
2022-03-30 21:09:06 +01:00 |
Dongdong Zhou
|
0b069da513
|
check plugins update
|
2022-03-30 21:05:22 +01:00 |
Dániel Buga
|
dfb9358a99
|
Highlight the currently hovered file
|
2022-03-29 22:12:08 +02:00 |
Dániel Buga
|
cf12bfe738
|
Rename variables to better reflect intent
|
2022-03-29 22:12:08 +02:00 |
Dongdong Zhou
|
3602c701a0
|
Merge pull request #314 from bugadani/theme
Don't allocate strings for syntax highlight lookups
|
2022-03-29 20:03:50 +00:00 |
Dongdong Zhou
|
8927e6d18b
|
Merge pull request #317 from VitorTrin/master
Add elixir language support
|
2022-03-29 19:55:48 +00:00 |
Dongdong Zhou
|
46af6b10f4
|
Merge pull request #321 from PhilipDaniels/hisotry
Fix typo of 'hisotry'.
|
2022-03-29 19:54:53 +00:00 |
Dongdong Zhou
|
8e0ef75806
|
Merge pull request #297 from bugadani/ctx3
Refactor towards testability, step 3: Remove `workspace` field from `LapceEditorBufferData`
|
2022-03-29 19:48:32 +00:00 |
Dongdong Zhou
|
517024cc23
|
Merge pull request #328 from MinusGix/mut_borrow_reservation
Avoid mutable borrow reservation conflict
|
2022-03-29 19:38:07 +00:00 |
MinusGix
|
df590284ac
|
Avoid mutable borrow reservation conflict
|
2022-03-29 14:26:13 -05:00 |
Dániel Buga
|
013a2ee16f
|
Remove workspace field from LapceEditorBufferData
|
2022-03-29 19:37:54 +02:00 |
SunDoge
|
ea0ff55dc3
|
close tab by middle click
|
2022-03-29 22:49:21 +08:00 |
VitorTrin
|
6fe7720480
|
Use main repo
|
2022-03-29 10:19:35 -03:00 |
Philip Daniels
|
0764a05f9c
|
Fix typo of 'hisotry'.
|
2022-03-29 13:57:29 +01:00 |
Dongdong Zhou
|
481d63e57c
|
Merge pull request #305 from MinusGix/hover
Implement hover support
|
2022-03-29 12:27:00 +00:00 |
MinusGix
|
75911a5f76
|
Implement hover support
|
2022-03-28 19:18:47 -05:00 |
Dongdong Zhou
|
0919d135cb
|
Merge pull request #300 from bugadani/tab
Only react to left clicks on editor tabs headers
|
2022-03-28 21:33:12 +00:00 |
Dániel Buga
|
8189fc9d9c
|
Only react to left clicks on editor tabs headers
|
2022-03-28 23:32:24 +02:00 |
Dongdong Zhou
|
5a5bec6c6b
|
Merge pull request #318 from dakata1337/master
Add tree-sitter JSON support
|
2022-03-28 21:29:36 +00:00 |
Dániel Buga
|
8268e3fccf
|
Remove useless fallback
|
2022-03-28 22:22:40 +02:00 |
Dániel Buga
|
91de10092d
|
Fix typo
|
2022-03-28 22:17:22 +02:00 |
Dániel Buga
|
8749e8e95e
|
Move get_theme into Theme
|
2022-03-28 22:15:30 +02:00 |
Dániel Buga
|
01f3d38e2a
|
Add parent to get_theme
|
2022-03-28 22:08:19 +02:00 |
Dániel Buga
|
41bbd27ab8
|
Better explain intent
|
2022-03-28 22:03:29 +02:00 |