Commit Graph

82 Commits

Author SHA1 Message Date
Jakub Panek e24a5e10fe
fix: add option to change remote svg icon colour (#1820)
* fix: add option to change remote svg icon colour

* fix: disable plugin settings when none available

* docs: update CHANGELOG
2022-12-19 19:35:37 +00:00
RqndomHax f9df7be531
Plugin settings shown on right click (#1831)
* ❇️ added right click to open plugin settings

* 📝 Updated changelog
2022-12-19 07:37:41 +01:00
Matheus Abreu b7b17925c1
Add Clojure language support (#1830)
*  Adds Clojure language support

* 📝 Updated changelog

* nitpick: format

* fix: restore Cargo.lock

Co-authored-by: Matheus Abreu <matheus@zuplae.com>
Co-authored-by: Jakub Panek <me@panekj.dev>
2022-12-18 18:00:20 +01:00
Dongdong Zhou 5aa3b61cab bump version 2022-12-14 19:21:35 +00:00
Daniel H 94ebdd141f
Fix some LSP bugs causing code actions to not show up correctly (#1805)
* fix some code actions (but not all) not showing up

* fix lsp client not sending Vec<Diagnostic> to LS (fixes jdt.ls quick fixes and maybe more)

* add #1805 to changelog

* fix a weird clippy warning that only occured in CI

* perform filtering client-side before sending to proxy
2022-12-12 19:43:26 +00:00
Michael 7a2f342747
highlight scope lines (#1791)
* add initial support for scope highlighting

* fix drawing of scope line if line is not visible

* always return smaller offset first

* add config and horizontal line

* add entry to changelog

* change default to off
2022-12-08 22:37:03 +00:00
Dongdong Zhou b955e700eb
add terminal tab (#1770)
* add terminal tab

* new/close terminal tab

* update changelog
2022-12-01 19:44:37 +00:00
Jakub Panek 502e1330cf
fix: update tree-sitter-bash (#1771) 2022-11-30 23:09:05 +00:00
Arjun31415 da744ee50d
added cmake support (#1767)
Co-authored-by: Jakub Panek <me@panekj.dev>
2022-11-30 20:33:37 +00:00
Dongdong Zhou c0e857ff63
Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768)
This reverts commit 9bb80f83e0.
2022-11-30 19:27:42 +00:00
Daniel H 9bb80f83e0
(band-aid) fix opening some file types crashing lapce (#1764)
* (band-aid) fix opening some file types crashing lapce

* add #1764 to CHANGELOG.md

* replace a match with Option::map in declare_language_highlights!
(clippy didn't catch this due to it being in a macro)
2022-11-30 19:24:49 +00:00
Arjun31415 599ed5c1fa
Update C tree-sitter (#1759) 2022-11-30 16:43:31 +00:00
Arjun31415 c7288af882
update dlang treesitter (#1758)
* updated tree-sitter-d

* updated dlang treesitter

* fix formatting

* updated changelog

* Update CHANGELOG.md

Co-authored-by: Jakub Panek <me@panekj.dev>

Co-authored-by: Jakub Panek <me@panekj.dev>
2022-11-29 21:00:17 +00:00
Daniel H 6e4a472ef1
Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760)
* add vim motions cw, ce, cc, S, and QOL modal bind gf

* add #1760 to CHANGELOG.md
2022-11-29 20:58:56 +00:00
MinusGix 3130a9c377
Limit search response size (#1753) 2022-11-26 19:19:08 +00:00
Dongdong Zhou 3a30c6b6c5
ssh remote supports port (#1756)
* ssh remote supports port

* update changelog

* update changelog
2022-11-25 20:05:09 +00:00
Vixea 289e5d13c8
Add syntax highlighting for glsl. (#1741)
* Add syntax highlighting for glsl.

* Update CHANGELOG.md

* correct order

* Update CHANGELOG.md

Co-authored-by: Jakub Panek <me@panekj.dev>

* include even more extensions

I could think of more but at this point its getting a little out of hand
why couldn't  this be standardized :(
got some of them from https://github.com/euler0/sublime-glsl

* fmt

Co-authored-by: Jakub Panek <me@panekj.dev>
2022-11-23 18:42:02 +00:00
Dongdong Zhou c355bb2fe2
fix plugin can't upgrade issue (#1737)
* fix plugin can't upgrade issue

* update changelog
2022-11-22 19:23:11 +00:00
nheuillet 54ff5c7e3c
prevent volt loading on files and hidden file/folders (#1724)
Co-authored-by: Jakub Panek <me@panekj.dev>
Co-authored-by: Noe Heuillet <noe.heuillet@stack-labs.com>
2022-11-22 14:29:22 +01:00
Jovan Gerodetti 16e6449dee
Add protobuf language support (#1713) 2022-11-22 14:20:28 +01:00
Jakub Panek e7d4a5f57f docs: update changelog 2022-11-21 10:48:19 +01:00
MinusGix 5b10fea8f3
Add save without formatting; Allow toggling of formatting for autosave (#1722)
* Add save without formatting

* Allow disabling formatting on autosave
2022-11-20 22:41:39 +00:00
MinusGix 5a903c908a
Display the keybinding of a command within the palette (#1723) 2022-11-20 20:26:50 +00:00
MinusGix 6492ec2cb5
Impl displaying signature from LSP (#1720) 2022-11-19 19:45:17 +00:00
Dongdong Zhou e65d64b456 bump version 2022-11-18 19:50:08 +00:00
Dongdong Zhou 7859729b47 update changelog 2022-11-18 19:38:03 +00:00
Dongdong Zhou 3859fc7d33 update changelog 2022-11-16 19:15:09 +00:00
Dániel Buga b8b6d64c2d
Fix visual bug in search panel (#1708)
* Remove weird right margin

* Add possibility to remove background color from search input

* Clear background on search panel

* Housekeeping
2022-11-16 19:12:44 +00:00
Dániel Buga d21a5eeb96
Use IndexMap to avoid changing search result order (#1709)
* Use IndexMap to avoid changing search result order

* Housekeeping
2022-11-16 19:10:50 +00:00
Dongdong Zhou e339b59998
add zstd support for plugin (#1711)
* add zstd support for plugin

* update changelog
2022-11-16 19:10:09 +00:00
MinusGix 200083fcae Fix autosave trying to save scratch files 2022-11-16 18:11:11 +01:00
Dongdong Zhou 4b108d1360
theme settings fix (#1706)
Fix #1596
2022-11-15 19:17:32 +00:00
Michael 36f5e22d41
add codelens and sticky headers for Dart (#1690) 2022-11-15 19:10:44 +01:00
听风 89d44fe771
add prisma support (#1700) 2022-11-15 11:00:46 +01:00
Arjun31415 a937a67222
added queries for svelte (#1702) 2022-11-15 08:19:55 +01:00
Dongdong Zhou 939853808a bump version 2022-11-10 19:10:39 +00:00
Jakub Panek 11e27709af
feat: add status.foreground theme key (#1655)
* feat: add status.foreground theme key

* fix: use author colour for plugin version

* docs: update CHANGELOG

* fix: remove dead code

* feat: add palette{,.current}.foreground
2022-11-08 20:40:49 +00:00
Dongdong Zhou 53d39ea99e
remember panels when open folder (#1669)
* remember panels when open folder

Fix #1664

* update changelog
2022-11-08 20:03:30 +00:00
Assistant 9026987880
fix: use correct python identation (#1666)
* Fix python identation bug caused by #1411

* Added entry to CHANGELOG.md

* Update python indentation to pep8 and fix comment

* Updated CHANGELOG.md to match
2022-11-08 19:10:21 +00:00
Arjun31415 b13f89a92d
feat: fork by default when started from terminal (#1646)
Co-authored-by: Jakub Panek <me@panekj.dev>
2022-11-07 03:45:27 +01:00
Dongdong Zhou f4a879c5dc
paint plugin icons (#1653)
* paint plugin icons

* update changelog
2022-11-06 20:40:17 +00:00
a.e a65ab0b2fd
Fix: new windows would never be created after closing all (#1651)
* fix: reopen event handler on macOS

The `NewWindow`Command submitted by
`Event::ApplicationShouldHandleReopen`
will never be handled before `update()`.

* docs: update CHANGELOG
2022-11-06 20:15:35 +00:00
Dongdong Zhou b843959ac1
add plugin search (#1645)
* add plugin search

* update changelog
2022-11-05 16:22:02 +00:00
Jovan Gerodetti 2cb6001d9b
Implement "Reveal in File Tree" (#1644)
* Implement reveal in file tree

* update changelog
2022-11-05 14:14:53 +00:00
Dongdong Zhou 3da96232ec bump to 0.2.2 2022-11-04 22:12:10 +00:00
Dongdong Zhou 7c97ad4e54 update changelog 2022-11-04 21:37:18 +00:00
Dongdong Zhou 940e7f18c9
using plugin registry (#1643)
* using plugin registry

* update changelog

* update changelog
2022-11-04 21:36:56 +00:00
Pierce Thompson 8c9a6aa68d
Fix kts files not being recognized 2022-11-01 00:42:54 -04:00
Michael e51ffc9e04
Highlight matching brackets (#1421)
* add basic bracket matching and highlighting

* minor refactor

* fix bracket matching

* update after review

* refactor syntax

* fix errors

* split bracket search into functions

* fix merge errors

* finish bracket matching for cursor, add tests

* finish bracket matching for syntax

* fix: find enclosing pair for cursor, rename fn's

* fix doctest

* add PR to changelog
2022-10-31 21:22:53 +00:00
Michael Rutter be64a44d44
feat: added show hover keyboard shortcut (#1620) 2022-10-31 21:05:19 +00:00