Commit Graph

29 Commits

Author SHA1 Message Date
Cameron c53d8509d1
Add ability to open file/file diff from source control context menu (#1590)
* open file/diff from source control context menu

* update changelog

* use matches macro
2022-10-23 15:41:54 +01:00
Jovan Gerodetti 57c3c315d5
Basic Tab Context Menu for #736 (#1570)
* Basic Tab Context Menu for #736

* fix typo
2022-10-22 14:59:29 +01:00
Cameron 2f310ab43d
Add ability to copy active editor remote file url to clipboard (#1560) 2022-10-21 21:53:20 +01:00
Cameron 97a2686fe3
Add ability to discard file changes from context menu in source control (#1510)
* implement ability to discard git file changes from context menu

* remove unused import + update changelog
2022-10-21 20:40:28 +01:00
Jakub Panek 2210706535
fix: rename drag/drop colour, use it for panels (#1568) 2022-10-21 20:24:01 +01:00
Jakub Panek af9aaaca5c
multiple fixes (#1566)
* fix: correct me and my british english

* fix: use separate colour for split drop

* fix: typo
2022-10-21 20:05:18 +01:00
Jakub Panek b5f6488373
Icon themes (#1459) 2022-10-20 19:08:16 +01:00
Dorian Péron b0f162019d
feat(tree-sitter): Add XML support (#1554)
* Added XML syntax highlighting support.

* feat(tree_sitter_xml); Updated CHANGELOG.md

Co-authored-by: Dorian 'RenjiSann' Péron <dodo.savenay@gmail.com>
2022-10-19 19:18:12 +01:00
MinusGix 8c70b12e1f
Add support for empty setting items (#1547) 2022-10-17 19:55:03 +01:00
Dongdong Zhou ba80febd57
order palette items according to last execute time (#1541)
* order palette items according to last execute time

* update changelog
2022-10-16 20:53:41 +01:00
Dongdong Zhou 6b9126b091
Update CHANGELOG.md 2022-10-16 19:47:45 +01:00
Paul Delafosse d3371361ce
feat(tree-sitter): add sql language (#1472) 2022-10-16 19:46:09 +01:00
Dongdong Zhou 43d6e46660 add tests 2022-10-15 21:40:40 +01:00
Dongdong Zhou 941f6870e9 editor tab dedup files update 2022-10-15 21:13:13 +01:00
killian 198d9b3299
Improve Ctrl+Left-Arrow Keys behavior (#1531)
* Improve Ctrl+Left-Arrow Keys behavior

* Add CHANGELOG entry
2022-10-15 19:35:26 +01:00
Dongdong Zhou bd17c6322b
add indent guide (#1525)
* add indent guide

* Add changelog
2022-10-14 22:41:10 +01:00
Dongdong Zhou e110b02724 update CHANGELOG 2022-10-13 19:40:06 +01:00
Dongdong Zhou 0e112644b5
show update in progress (#1508)
* show update in progress

* update changelog
2022-10-13 19:38:38 +01:00
Dongdong Zhou 849c9fb75d
scratch buffer fix (#1507) 2022-10-13 19:09:04 +01:00
Dongdong Zhou da21846d0e update changelog 2022-10-13 19:02:46 +01:00
Paul Delafosse f036ef845f
fix(search): use esc to close search regardless of current mode (#1477)
Closes #1309
2022-10-13 18:55:59 +01:00
Hanif Ariffin de186c55a7
UI: Fix issue where 1st tab shows the close icon... (#1483) 2022-10-13 18:55:27 +01:00
maxwell8888 611b189281
Feat: Add setting Cursor Surrounding Lines (#1474) (#1475)
This is the minimum number of visible lines above and below the cursor.
The default is 1 as per the editors current behavior.
2022-10-13 18:54:38 +01:00
Jakub Panek c85af33d5f
fix: remove -Z (#1505)
* fix: remove -Z

parallel isn't required and might be missing on some hosts
fixes #1504

* docs: update changelog
2022-10-13 18:53:24 +01:00
Dongdong Zhou fdb1e52f4e bump version to 0.2.1 2022-10-12 19:13:39 +01:00
MinusGix 2533c61b03
Update Changelog.md with 0.2.1 changes (#1486) 2022-10-12 19:11:34 +01:00
Jakub Panek 55addda26b
feat: add command to un/install lapce from/to PATH (#1471) 2022-10-11 21:20:58 +01:00
Dongdong Zhou aea97b6ea3
Plugin Settings (#1449) 2022-10-09 20:10:43 +01:00
Dongdong Zhou 7c993f9435
IME Support for macOS (#1440) 2022-10-05 22:34:32 +01:00