lapce/cargo_config

222 lines
9.9 KiB
Plaintext
Raw Normal View History

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/6cdh/tree-sitter-scheme.git?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"]
git = "https://github.com/6cdh/tree-sitter-scheme.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
replace-with = "vendored-sources"
[source."git+https://github.com/Himujjal/tree-sitter-svelte?rev=52e122ae68b316d3aa960a0a422d3645ba717f42"]
git = "https://github.com/Himujjal/tree-sitter-svelte"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "52e122ae68b316d3aa960a0a422d3645ba717f42"
replace-with = "vendored-sources"
[source."git+https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e"]
git = "https://github.com/MDeiml/tree-sitter-markdown.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "272e080bca0efd19a06a7f4252d746417224959e"
replace-with = "vendored-sources"
[source."git+https://github.com/RenjiSann/tree-sitter-xml?rev=422528a43630db6dcc1e222d1c5ee3babd559473"]
- Update to version 0.2.2: * Features/Changes: - #1643: Use https://plugins.lapce.dev/ as the plugin registry - #1620: Added "Show Hover" keybinding that will trigger the hover at the cursor location - #1619: * Add active/inactive tab colours * Add primary button colour * Replace custom drawn checkboxes with icons in source control * Add hover effect in source control panel * Add colour preview in settings - #1617: Fixed a stack overflow that would crash lapce when attempting to sort a large number of PaletteItems - #1609: Add syntax highlighting for erlang - #1590: Added ability to open file and file diff from source control context menu - #1570: Added a basic tab context menu with common close actions - #1560: Added ability to copy active editor remote file path to clipboard - #1510: Added support to discard changes to a file - #1459: Implement icon theme system * This is a breaking change for colour themes! * Colour themes should now use [color-theme] table format in theme TOML * volt.toml now use color-themes and icon-themes keys. themes key is not used anymore. - #1554: Added XML language support - #1472: Added SQL language support - #1531: Improved Ctrl+Left command on spaces at the beginning of a line - #1491: Added Vim shift+c to delete remainder of line - #1508: Show in progress when Lapce is self updating - #1475: Add editor setting: "Cursor Surrounding Lines" which sets minimum number of lines above and below cursor - #1525: Add editor indent guide - #1521: Show unique paths to disambiguate same file names - #1452: Wrap selected text with brackets/quotes - #1421: Add matching bracket highlighting - #1541: Order palette items according to last execute time * Bug Fixes - #1566|#1568: Use separate colour for drag and drop background - #1459: Fix opening currently used logfile - #1505: Fix proxy download for hosts with curl without -Z flag - #1483: Fix showing the close icon for the first tab when opening multiple tab - #1477: Now use esc to close searchbar regarless of the current focus - #1507: Fixed a crash when scratch buffer is closed - #1547: Fix infinite cycle in workspace symbol search - #1628: Fix kts files not being recognized - Readded lapce-proxy. - Simplify _service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=43
2022-11-06 02:01:36 +00:00
git = "https://github.com/RenjiSann/tree-sitter-xml"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "422528a43630db6dcc1e222d1c5ee3babd559473"
- Update to version 0.2.2: * Features/Changes: - #1643: Use https://plugins.lapce.dev/ as the plugin registry - #1620: Added "Show Hover" keybinding that will trigger the hover at the cursor location - #1619: * Add active/inactive tab colours * Add primary button colour * Replace custom drawn checkboxes with icons in source control * Add hover effect in source control panel * Add colour preview in settings - #1617: Fixed a stack overflow that would crash lapce when attempting to sort a large number of PaletteItems - #1609: Add syntax highlighting for erlang - #1590: Added ability to open file and file diff from source control context menu - #1570: Added a basic tab context menu with common close actions - #1560: Added ability to copy active editor remote file path to clipboard - #1510: Added support to discard changes to a file - #1459: Implement icon theme system * This is a breaking change for colour themes! * Colour themes should now use [color-theme] table format in theme TOML * volt.toml now use color-themes and icon-themes keys. themes key is not used anymore. - #1554: Added XML language support - #1472: Added SQL language support - #1531: Improved Ctrl+Left command on spaces at the beginning of a line - #1491: Added Vim shift+c to delete remainder of line - #1508: Show in progress when Lapce is self updating - #1475: Add editor setting: "Cursor Surrounding Lines" which sets minimum number of lines above and below cursor - #1525: Add editor indent guide - #1521: Show unique paths to disambiguate same file names - #1452: Wrap selected text with brackets/quotes - #1421: Add matching bracket highlighting - #1541: Order palette items according to last execute time * Bug Fixes - #1566|#1568: Use separate colour for drag and drop background - #1459: Fix opening currently used logfile - #1505: Fix proxy download for hosts with curl without -Z flag - #1483: Fix showing the close icon for the first tab when opening multiple tab - #1477: Now use esc to close searchbar regarless of the current focus - #1507: Fixed a crash when scratch buffer is closed - #1547: Fix infinite cycle in workspace symbol search - #1628: Fix kts files not being recognized - Readded lapce-proxy. - Simplify _service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=43
2022-11-06 02:01:36 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/VixieTSQ/tree-sitter-glimmer?rev=7281caca2ba114e1960c5d944a37860ef0841426"]
git = "https://github.com/VixieTSQ/tree-sitter-glimmer"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "7281caca2ba114e1960c5d944a37860ef0841426"
replace-with = "vendored-sources"
[source."git+https://github.com/VixieTSQ/tree-sitter-hcl?rev=f4aa4553344e03e149ec459549a7f686d6846626"]
git = "https://github.com/VixieTSQ/tree-sitter-hcl"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "f4aa4553344e03e149ec459549a7f686d6846626"
replace-with = "vendored-sources"
[source."git+https://github.com/VixieTSQ/tree-sitter-scss?rev=3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc"]
git = "https://github.com/VixieTSQ/tree-sitter-scss"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc"
replace-with = "vendored-sources"
[source."git+https://github.com/WhatsApp/tree-sitter-erlang?rev=a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9"]
- Update to version 0.2.2: * Features/Changes: - #1643: Use https://plugins.lapce.dev/ as the plugin registry - #1620: Added "Show Hover" keybinding that will trigger the hover at the cursor location - #1619: * Add active/inactive tab colours * Add primary button colour * Replace custom drawn checkboxes with icons in source control * Add hover effect in source control panel * Add colour preview in settings - #1617: Fixed a stack overflow that would crash lapce when attempting to sort a large number of PaletteItems - #1609: Add syntax highlighting for erlang - #1590: Added ability to open file and file diff from source control context menu - #1570: Added a basic tab context menu with common close actions - #1560: Added ability to copy active editor remote file path to clipboard - #1510: Added support to discard changes to a file - #1459: Implement icon theme system * This is a breaking change for colour themes! * Colour themes should now use [color-theme] table format in theme TOML * volt.toml now use color-themes and icon-themes keys. themes key is not used anymore. - #1554: Added XML language support - #1472: Added SQL language support - #1531: Improved Ctrl+Left command on spaces at the beginning of a line - #1491: Added Vim shift+c to delete remainder of line - #1508: Show in progress when Lapce is self updating - #1475: Add editor setting: "Cursor Surrounding Lines" which sets minimum number of lines above and below cursor - #1525: Add editor indent guide - #1521: Show unique paths to disambiguate same file names - #1452: Wrap selected text with brackets/quotes - #1421: Add matching bracket highlighting - #1541: Order palette items according to last execute time * Bug Fixes - #1566|#1568: Use separate colour for drag and drop background - #1459: Fix opening currently used logfile - #1505: Fix proxy download for hosts with curl without -Z flag - #1483: Fix showing the close icon for the first tab when opening multiple tab - #1477: Now use esc to close searchbar regarless of the current focus - #1507: Fixed a crash when scratch buffer is closed - #1547: Fix infinite cycle in workspace symbol search - #1628: Fix kts files not being recognized - Readded lapce-proxy. - Simplify _service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=43
2022-11-06 02:01:36 +00:00
git = "https://github.com/WhatsApp/tree-sitter-erlang"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9"
- Update to version 0.2.2: * Features/Changes: - #1643: Use https://plugins.lapce.dev/ as the plugin registry - #1620: Added "Show Hover" keybinding that will trigger the hover at the cursor location - #1619: * Add active/inactive tab colours * Add primary button colour * Replace custom drawn checkboxes with icons in source control * Add hover effect in source control panel * Add colour preview in settings - #1617: Fixed a stack overflow that would crash lapce when attempting to sort a large number of PaletteItems - #1609: Add syntax highlighting for erlang - #1590: Added ability to open file and file diff from source control context menu - #1570: Added a basic tab context menu with common close actions - #1560: Added ability to copy active editor remote file path to clipboard - #1510: Added support to discard changes to a file - #1459: Implement icon theme system * This is a breaking change for colour themes! * Colour themes should now use [color-theme] table format in theme TOML * volt.toml now use color-themes and icon-themes keys. themes key is not used anymore. - #1554: Added XML language support - #1472: Added SQL language support - #1531: Improved Ctrl+Left command on spaces at the beginning of a line - #1491: Added Vim shift+c to delete remainder of line - #1508: Show in progress when Lapce is self updating - #1475: Add editor setting: "Cursor Surrounding Lines" which sets minimum number of lines above and below cursor - #1525: Add editor indent guide - #1521: Show unique paths to disambiguate same file names - #1452: Wrap selected text with brackets/quotes - #1421: Add matching bracket highlighting - #1541: Order palette items according to last execute time * Bug Fixes - #1566|#1568: Use separate colour for drag and drop background - #1459: Fix opening currently used logfile - #1505: Fix proxy download for hosts with curl without -Z flag - #1483: Fix showing the close icon for the first tab when opening multiple tab - #1477: Now use esc to close searchbar regarless of the current focus - #1507: Fixed a crash when scratch buffer is closed - #1547: Fix infinite cycle in workspace symbol search - #1628: Fix kts files not being recognized - Readded lapce-proxy. - Simplify _service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=43
2022-11-06 02:01:36 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/abreumatheus/tree-sitter-clojure?rev=fdc969eb04fc711e38ad74afe441d74b3b5d3091"]
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
git = "https://github.com/abreumatheus/tree-sitter-clojure"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "fdc969eb04fc711e38ad74afe441d74b3b5d3091"
replace-with = "vendored-sources"
[source."git+https://github.com/dragazo/human-sort"]
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
git = "https://github.com/dragazo/human-sort"
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/elixir-lang/tree-sitter-elixir.git?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"]
git = "https://github.com/elixir-lang/tree-sitter-elixir.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
replace-with = "vendored-sources"
[source."git+https://github.com/fwcd/tree-sitter-kotlin?rev=a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569"]
git = "https://github.com/fwcd/tree-sitter-kotlin"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569"
replace-with = "vendored-sources"
[source."git+https://github.com/ghishadow/tree-sitter-d?rev=36603135ecb37ac6494c520efff91b875815d6f7"]
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
git = "https://github.com/ghishadow/tree-sitter-d"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "36603135ecb37ac6494c520efff91b875815d6f7"
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/druid?branch=shell_opengl"]
git = "https://github.com/lapce/druid"
Accepting request 978939 from home:uncomfyhalomacro:branches:editors - Update to version 0.1.1~0: * fix modifiers * relase v0.1.1 * windows dark mode * fix ci * reset editor view to normal when it's not a hisotry * bump druid * apt-get update * change the place of anim frame request paint * update dependencies * update dependencies * clippy fix * remove glutin * num lock modifier fix * request paint when request anim frame * bump druid * use mouse event count for double/tripple click * use mouse event count for double click * macos title double click fix * Change Appstream metadata license to MIT * bump druid * bump druid * consolidate window desc creation * add Linux AppStream metadata * add Linux .desktop file * file watcher fix * fix editor focus issue * clippy fix * ensure cusror visible when editor got focus * cancel mouse hover timer when right click * change to os menu * file dialog change to druid-shell * use druid shell with opengl * fix code format * refactor the tests for readability * Avoid cloning syntax highlight result * Only allocate once when toggling comments * Special-case non-modifier ansi sequences * Doc: do not specify a transitional package * fix code format * address PR review feedbacks * fix code format * address PR review feedbacks * Removed the last min window size constraint * Pre-parse svgs * Only hash svg names once * Deduplicate * Don't allocate while accessing svgs * add meta+backspace for macOS * key binding mode text fix * Restrict visibility and remove unused code * Remove unused type * Remove unused outline module * Remove unused module * Use static str in LapceIcon * Remove most of the dead code * bump lapce-rpc version * support count in move by words commands in the vi-mode * implement top_of_window and bottom_of_window * Removed min window size - Update to version 0.1.0~0: * wix version bump * wix fix * bump version * Fix scroll bar scroll * bump druid * problem panel dispaly fix * Clip the command name cells * release lto folder * Clean up split - also limit to tier 1 arches OBS-URL: https://build.opensuse.org/request/show/978939 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=7
2022-05-24 11:02:59 +00:00
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/font-kit"]
git = "https://github.com/lapce/font-kit"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/fount"]
git = "https://github.com/lapce/fount"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/parley"]
git = "https://github.com/lapce/parley"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/piet-wgpu?branch=shell_opengl"]
git = "https://github.com/lapce/piet-wgpu"
Accepting request 978939 from home:uncomfyhalomacro:branches:editors - Update to version 0.1.1~0: * fix modifiers * relase v0.1.1 * windows dark mode * fix ci * reset editor view to normal when it's not a hisotry * bump druid * apt-get update * change the place of anim frame request paint * update dependencies * update dependencies * clippy fix * remove glutin * num lock modifier fix * request paint when request anim frame * bump druid * use mouse event count for double/tripple click * use mouse event count for double click * macos title double click fix * Change Appstream metadata license to MIT * bump druid * bump druid * consolidate window desc creation * add Linux AppStream metadata * add Linux .desktop file * file watcher fix * fix editor focus issue * clippy fix * ensure cusror visible when editor got focus * cancel mouse hover timer when right click * change to os menu * file dialog change to druid-shell * use druid shell with opengl * fix code format * refactor the tests for readability * Avoid cloning syntax highlight result * Only allocate once when toggling comments * Special-case non-modifier ansi sequences * Doc: do not specify a transitional package * fix code format * address PR review feedbacks * fix code format * address PR review feedbacks * Removed the last min window size constraint * Pre-parse svgs * Only hash svg names once * Deduplicate * Don't allocate while accessing svgs * add meta+backspace for macOS * key binding mode text fix * Restrict visibility and remove unused code * Remove unused type * Remove unused outline module * Remove unused module * Use static str in LapceIcon * Remove most of the dead code * bump lapce-rpc version * support count in move by words commands in the vi-mode * implement top_of_window and bottom_of_window * Removed min window size - Update to version 0.1.0~0: * wix version bump * wix fix * bump version * Fix scroll bar scroll * bump druid * problem panel dispaly fix * Clip the command name cells * release lto folder * Clean up split - also limit to tier 1 arches OBS-URL: https://build.opensuse.org/request/show/978939 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=7
2022-05-24 11:02:59 +00:00
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/psp-types"]
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
git = "https://github.com/lapce/psp-types"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/structdesc"]
git = "https://github.com/lapce/structdesc"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/swash"]
git = "https://github.com/lapce/swash"
replace-with = "vendored-sources"
[source."git+https://github.com/lapce/wasi-experimental-http"]
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
git = "https://github.com/lapce/wasi-experimental-http"
replace-with = "vendored-sources"
[source."git+https://github.com/latex-lsp/tree-sitter-latex?rev=b3b2cf27f33e71438ebe46934900b1153901c6f2"]
git = "https://github.com/latex-lsp/tree-sitter-latex"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "b3b2cf27f33e71438ebe46934900b1153901c6f2"
replace-with = "vendored-sources"
[source."git+https://github.com/maxxnino/tree-sitter-zig?rev=8d3224c3bd0890fe08358886ebf54fca2ed448a6"]
git = "https://github.com/maxxnino/tree-sitter-zig"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "8d3224c3bd0890fe08358886ebf54fca2ed448a6"
replace-with = "vendored-sources"
[source."git+https://github.com/oknozor/tree-sitter-sql?rev=15dad0f3cae8a094a7dac17d712ea8fb25228011"]
- Update to version 0.2.2: * Features/Changes: - #1643: Use https://plugins.lapce.dev/ as the plugin registry - #1620: Added "Show Hover" keybinding that will trigger the hover at the cursor location - #1619: * Add active/inactive tab colours * Add primary button colour * Replace custom drawn checkboxes with icons in source control * Add hover effect in source control panel * Add colour preview in settings - #1617: Fixed a stack overflow that would crash lapce when attempting to sort a large number of PaletteItems - #1609: Add syntax highlighting for erlang - #1590: Added ability to open file and file diff from source control context menu - #1570: Added a basic tab context menu with common close actions - #1560: Added ability to copy active editor remote file path to clipboard - #1510: Added support to discard changes to a file - #1459: Implement icon theme system * This is a breaking change for colour themes! * Colour themes should now use [color-theme] table format in theme TOML * volt.toml now use color-themes and icon-themes keys. themes key is not used anymore. - #1554: Added XML language support - #1472: Added SQL language support - #1531: Improved Ctrl+Left command on spaces at the beginning of a line - #1491: Added Vim shift+c to delete remainder of line - #1508: Show in progress when Lapce is self updating - #1475: Add editor setting: "Cursor Surrounding Lines" which sets minimum number of lines above and below cursor - #1525: Add editor indent guide - #1521: Show unique paths to disambiguate same file names - #1452: Wrap selected text with brackets/quotes - #1421: Add matching bracket highlighting - #1541: Order palette items according to last execute time * Bug Fixes - #1566|#1568: Use separate colour for drag and drop background - #1459: Fix opening currently used logfile - #1505: Fix proxy download for hosts with curl without -Z flag - #1483: Fix showing the close icon for the first tab when opening multiple tab - #1477: Now use esc to close searchbar regarless of the current focus - #1507: Fixed a crash when scratch buffer is closed - #1547: Fix infinite cycle in workspace symbol search - #1628: Fix kts files not being recognized - Readded lapce-proxy. - Simplify _service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=43
2022-11-06 02:01:36 +00:00
git = "https://github.com/oknozor/tree-sitter-sql"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "15dad0f3cae8a094a7dac17d712ea8fb25228011"
- Update to version 0.2.2: * Features/Changes: - #1643: Use https://plugins.lapce.dev/ as the plugin registry - #1620: Added "Show Hover" keybinding that will trigger the hover at the cursor location - #1619: * Add active/inactive tab colours * Add primary button colour * Replace custom drawn checkboxes with icons in source control * Add hover effect in source control panel * Add colour preview in settings - #1617: Fixed a stack overflow that would crash lapce when attempting to sort a large number of PaletteItems - #1609: Add syntax highlighting for erlang - #1590: Added ability to open file and file diff from source control context menu - #1570: Added a basic tab context menu with common close actions - #1560: Added ability to copy active editor remote file path to clipboard - #1510: Added support to discard changes to a file - #1459: Implement icon theme system * This is a breaking change for colour themes! * Colour themes should now use [color-theme] table format in theme TOML * volt.toml now use color-themes and icon-themes keys. themes key is not used anymore. - #1554: Added XML language support - #1472: Added SQL language support - #1531: Improved Ctrl+Left command on spaces at the beginning of a line - #1491: Added Vim shift+c to delete remainder of line - #1508: Show in progress when Lapce is self updating - #1475: Add editor setting: "Cursor Surrounding Lines" which sets minimum number of lines above and below cursor - #1525: Add editor indent guide - #1521: Show unique paths to disambiguate same file names - #1452: Wrap selected text with brackets/quotes - #1421: Add matching bracket highlighting - #1541: Order palette items according to last execute time * Bug Fixes - #1566|#1568: Use separate colour for drag and drop background - #1459: Fix opening currently used logfile - #1505: Fix proxy download for hosts with curl without -Z flag - #1483: Fix showing the close icon for the first tab when opening multiple tab - #1477: Now use esc to close searchbar regarless of the current focus - #1507: Fixed a crash when scratch buffer is closed - #1547: Fix infinite cycle in workspace symbol search - #1628: Fix kts files not being recognized - Readded lapce-proxy. - Simplify _service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=43
2022-11-06 02:01:36 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/panekj/tree-sitter-dockerfile?rev=c49d819e07685c90456270f1cc654d9cba640f53"]
git = "https://github.com/panekj/tree-sitter-dockerfile"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "c49d819e07685c90456270f1cc654d9cba640f53"
replace-with = "vendored-sources"
[source."git+https://github.com/panekj/tree-sitter-nix?rev=59fc47150ab437e8bb356c7ab21e9531e87f7cc8"]
git = "https://github.com/panekj/tree-sitter-nix"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "59fc47150ab437e8bb356c7ab21e9531e87f7cc8"
replace-with = "vendored-sources"
[source."git+https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1"]
git = "https://github.com/panekj/tree-sitter-yaml"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "80c8d76847f03e772c5c524cf29bafb56858a8d1"
replace-with = "vendored-sources"
[source."git+https://github.com/syntacti/tree-sitter-css?rev=397aa132b9982fcdd2d473ed69343762a557f10a"]
git = "https://github.com/syntacti/tree-sitter-css"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "397aa132b9982fcdd2d473ed69343762a557f10a"
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/syntacti/tree-sitter-dart?rev=78cad4503571d72666f78d5ba8ed6c1417653063"]
git = "https://github.com/syntacti/tree-sitter-dart"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "78cad4503571d72666f78d5ba8ed6c1417653063"
replace-with = "vendored-sources"
[source."git+https://github.com/syntacti/tree-sitter-lua?rev=a29f646c14ed800aaeef1ca58a9bacc6d92922e8"]
git = "https://github.com/syntacti/tree-sitter-lua"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "a29f646c14ed800aaeef1ca58a9bacc6d92922e8"
replace-with = "vendored-sources"
[source."git+https://github.com/szebniok/tree-sitter-wgsl?rev=272e89ef2aeac74178edb9db4a83c1ffef80a463"]
- Update to version 0.2.0: * Features/Changes - Implemented error lens. - Add Fedora spec for packaging - Add LSP stderr output to log - Truncate plugin description with ellipsis when it is too long - Add goto type definition support. (Where you can jump to the definition of the type a variable is of) - Add alpine dev-container - Add next/previous tab commands and keybindings. (Note that this is moving left/right in the tabs, not to the last used tab) - Make undo more granular - Fix alpha-depth issue in painting - Display documentation of completion items. - Add config option for cursor blink interval - Use new highlighter query for Julia - Title update - Full screen fix. Changes Lapce icon to work better on common color schemes. - Separate plugin panel into two parts, installed and uninstalled. - Custom title bar on Linux and palette bar - Preserve unsaved files when closing, which are restored when opening Lapce again - Add the ability to enable, disable, and remove plugins - Don't paint tiny tab drags - Add command to toggle inlay hints - Add daily nightly build - Don't show autocomplete after whitespace keys - Make completion/palette allow page-up/down keys - Add setting to control palette preview editor's width - Don't show autocomplete after backspacing over whitespace - Add the ability to resize editor/terminal/various splits. * Bug Fixes - Give the plugin panel a scroll bar - Check LSP capabilities before sending commands. Fixes most of Julia LSP support. - Properly check if a line is after the end of the document in line styles - Use FS module - Fix crashing on semantic tokens going past last line - Fix goto ref on single references - Reload explorer on file change, just in case our watching code didn't activate. - (LSP) Specify the workspace folder of the root uri if available. - Set the current directory when starting the LSP - Read files lossily, in case they are not UTF8. - Use UTF16 encoding for communicating with LSPs. This should fix a bunch of bugs with unicode causing RA or the editor to crash. - Fix keybinds on Mac with Command+Shift - Fix MacOS Option Key - Properly open editors when applying text edits via code actions to editors which aren't focused or open. - Prevent crash on save with multiple windows - Fix calculation of mouse down position in the problem panel - Follow system OS paths better - Proxy rewrite! This should make lock-ups not happen, and be easier to add onto. - Find box result count should use the current buffer - Pass uname as multiple args to fix WSL - Align settings button size to window controls - Don't fail on missing primary monitor - Various other bug fixes OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=29
2022-09-04 07:29:56 +00:00
git = "https://github.com/szebniok/tree-sitter-wgsl"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "272e89ef2aeac74178edb9db4a83c1ffef80a463"
replace-with = "vendored-sources"
[source."git+https://github.com/theHamsta/tree-sitter-glsl?rev=74329feb2605deccd32b1c644af507daa6fb82f1"]
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
git = "https://github.com/theHamsta/tree-sitter-glsl"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "74329feb2605deccd32b1c644af507daa6fb82f1"
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74"]
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
git = "https://github.com/tree-sitter/tree-sitter-bash"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "4488aa41406547e478636a4fcfd24f5bbc3f2f74"
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-c-sharp?rev=5b60f99545fea00a33bbfae5be956f684c4c69e2"]
git = "https://github.com/tree-sitter/tree-sitter-c-sharp"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "5b60f99545fea00a33bbfae5be956f684c4c69e2"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-haskell?rev=e30bdfd53eb28c73f26a68b77d436fd2140af167"]
git = "https://github.com/tree-sitter/tree-sitter-haskell"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "e30bdfd53eb28c73f26a68b77d436fd2140af167"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-java.git?rev=09d650def6cdf7f479f4b78f595e9ef5b58ce31e"]
git = "https://github.com/tree-sitter/tree-sitter-java.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "09d650def6cdf7f479f4b78f595e9ef5b58ce31e"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0"]
git = "https://github.com/tree-sitter/tree-sitter-json.git"
rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-ocaml?rev=cc26b1ef111100f26a137bcbcd39fd4e35be9a59"]
git = "https://github.com/tree-sitter/tree-sitter-ocaml"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "cc26b1ef111100f26a137bcbcd39fd4e35be9a59"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-php.git?rev=ab2e72179ceb8bb0b249c8ac9162a148e911b3dc"]
git = "https://github.com/tree-sitter/tree-sitter-php.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "ab2e72179ceb8bb0b249c8ac9162a148e911b3dc"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-ql?rev=bd087020f0d8c183080ca615d38de0ec827aeeaf"]
git = "https://github.com/tree-sitter/tree-sitter-ql"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "bd087020f0d8c183080ca615d38de0ec827aeeaf"
replace-with = "vendored-sources"
[source."git+https://github.com/tree-sitter/tree-sitter-ruby.git?rev=656abef0645caea793e33c1c773570722463e1d8"]
git = "https://github.com/tree-sitter/tree-sitter-ruby.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "656abef0645caea793e33c1c773570722463e1d8"
replace-with = "vendored-sources"
[source."git+https://github.com/vantreeseba/tree-sitter-haxe?rev=52e3d2b9c3955aca886bccc38b496ef99b603a09"]
git = "https://github.com/vantreeseba/tree-sitter-haxe"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "52e3d2b9c3955aca886bccc38b496ef99b603a09"
replace-with = "vendored-sources"
[source."git+https://github.com/varlad/tree-sitter-julia.git?rev=2ad4c9b79e0f213b61dbb3820754bfc6306e595a"]
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
git = "https://github.com/varlad/tree-sitter-julia.git"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "2ad4c9b79e0f213b61dbb3820754bfc6306e595a"
replace-with = "vendored-sources"
[source."git+https://github.com/yusdacra/tree-sitter-protobuf?rev=5aef38d655f76a6b0d172340eed3766c93b3124c"]
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
git = "https://github.com/yusdacra/tree-sitter-protobuf"
- Update to version 0.2.5+git87: * Add 'Rename Symbol' option on right-click (#2045) * Bump Rust version to 1.65 (#2008) * fix permissions; close #2037 (#2038) * Small optimization when parsing settings (#2035) * Implement basic double click delay (#2033) * Fix cursor movement on selections with arrow up/down keys (#2036) * feat: increase diff extend lines (#1979) * always return response even when the job was cancelled (#2032) * Limit global search to 1 worker thread (#2020) * fix: ToggleHistory command (#2022) * Only be notified of content changes in file (#2023) * refactor: assume empty diff if history unavailable (#2017) * refactor: use `Option::filter` (#2016) * Fix some visual issues in local find box (#2010) * fix: align width and tab separator correctly + refactor (#2006) * Propagate error in read_line (#2005) * fix: pass volt dir to load_volt (#1996) * feat: ToggleHistory command (#2004) * Implement rendering of images in markdown views (#1991) * Fix: handle last char in document (#1997) (#1998) * Add some documentation and tests (#2000) * Add serde feature req to indexmap dep (#1992) * cargo: migrate to workspace.dependencies (#1940) * feat: add fg/bg modal status theme keys (#1988) * fix: add terminal title fallback (#1986) * ci: fetch only locked dependencies (#1965) * Implement file duplication (#1972) * Change cursor up/down behavior for the first/last line (#1971) * Implement completion lens (#1968) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=59
2023-01-23 05:08:51 +00:00
rev = "5aef38d655f76a6b0d172340eed3766c93b3124c"
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
replace-with = "vendored-sources"
- Update to version 0.2.5+git17: * Update julia queries, fix indent guide (#1862) * Remove a lot small vector allocation for `lapce_core::syntax::find_tag` (#1841) * Rewriting the `Snippet` methods (#1818) * Remove a lot small vector allocation in `find_matching_pair` (#1839) * Implement mouse keybinds (#1835) * Remove unnecessary vector allocation in `LapceTerminalPanelHeaderContent::update` (#1836) * Remove unnecessary Arc<String> indirection in `Document.ime_text` (#1822) * Remove unnecessary vector allocation in `TerminalPanel::update` (#1834) * Don't use the active editor's view id for opening file diff (#1838) * fix: add option to change remote svg icon colour (#1820) * fix: hide language/text details on non-editor tabs (#1776) * Plugin settings shown on right click (#1831) * Add Clojure language support (#1830) * minor fixes to scope and bracket highlight (#1824) * Revert "fix(clippy): clippy::manual_clamp" (#1817) * Apply clippy recommendations (#1815) * updated csharp syntax properties (#1814) * bump version * Add sticky header theming option (#1794) * Use more standardized java indentation (#1808) * Code action change (#1807) * Fix some LSP bugs causing code actions to not show up correctly (#1805) * Fix "Open Keyboard Shortcuts" enum. (#1803) * Updated link to Ropes: An Alternative to Strings (#1800) * highlight scope lines (#1791) * Update entries in file & edit menu (#1788) * add file menu (#1786) * format keybinding name on settings to Capital case. (#1778) * configure dir walker builder instead of default (#1780) * switch terminal tabs (#1777) * terminal tab text color fix * added ctrl+y redo keymap (#1773) * vertical scroll for horizontal only taks effect when there's no horizontal scroll * add terminal tab (#1770) * Add error dialog for invalid syntax highlighting schemes (#1772) * fix: update tree-sitter-bash (#1771) * added cmake support (#1767) * Revert "(band-aid) fix opening some file types crashing lapce (#1764)" (#1768) * (band-aid) fix opening some file types crashing lapce (#1764) * Update C tree-sitter (#1759) * update dlang treesitter (#1758) * Add vim motions cw, ce, cc, S, and QOL modal bind gf (#1760) * Limit search response size (#1753) * ssh user is optional * ssh remote supports port (#1756) * fix recent workspace crash (#1755) * put recent workspaces to db (#1752) * don't send completion request again before response is back (#1746) * Add syntax highlighting for glsl. (#1741) * Fix enclosing parentheses crash (#1745) * ci: use edge branch for alpinelinux (#1743) * fix plugin can't upgrade issue (#1737) * prevent volt loading on files and hidden file/folders (#1724) * Add protobuf language support (#1713) * esc cancel snippet * command palette keymap paint implementation change * signature position change (#1736) * docs: update changelog * Add save without formatting; Allow toggling of formatting for autosave (#1722) * Display the keybinding of a command within the palette (#1723) * lsp response fix * feat: more theme keys (#1726) * Impl displaying signature from LSP (#1720) * bump version * update changelog * add support for plugin request (#1715) * update changelog * Fix visual bug in search panel (#1708) * Use IndexMap to avoid changing search result order (#1709) * add zstd support for plugin (#1711) * Fix autosave trying to save scratch files * chore(deps): bump tree-sitter-md from `e375ba9` to `272e080` * fix: remove useless language tests (#1707) * theme settings fix (#1706) * fix: sort languages * fix: update lockfile * add codelens and sticky headers for Dart (#1690) * add prisma support (#1700) * added queries for svelte (#1702) * bump version * load volts event to tab * ci: fix importing codesign certs (#1673) * render installed plugin icons (#1670) * feat: add status.foreground theme key (#1655) * fix: add schemas, sort base colours, fix light theme (#1667) * remember panels when open folder (#1669) * ci: remove deprecated features (#1630) * feat: use respective icons for extension/settings tabs (#1663) * fix: drop stdin/stdout to not pollute terminal (#1662) * fix: use correct python identation (#1666) * fix: hide terminal window when launching lapce (#1658) * feat: fork by default when started from terminal (#1646) * don't clear icon when search plugin * paint plugin icons (#1653) * Fix: new windows would never be created after closing all (#1651) * add plugin search (#1645) * Implement "Reveal in File Tree" (#1644) * bump to 0.2.2 * update changelog * using plugin registry (#1643) * add sticky headers to julia (#1636) * fix(clippy): needless borrow (#1641) * clippy fix (#1640) * fix: update xi_rope import name (#1635) * rustfmt * update lapce-rpc cargo.toml * xi-rope switch to crates.io * safeguard char_at_offset * Fix kts files not being recognized * add config for brackets higlihghting * Highlight matching brackets (#1421) * chore(deps): bump zip from 0.6.2 to 0.6.3 (#1600) * feat: added show hover keyboard shortcut (#1620) * some style tweaks * feat: add tab in/active, add primary button colours (#1619) * fix: stackoverflow on sorting large number of PaletteItems (#1617) * fix(editor): diagnosis cause cursor x calculate error (#1615) * Add syntax highlighting for erlang. (#1609) * add icon to volt meta * Detect the .Containerfile file extension as a Dockerfile (#1603) * fix: use proper colour for symbols (#1613) * bump druid * add icon size * theme key name fix * Plugin tab now accepts keyboard inputs (#1601) * chore(deps): bump smallvec from 1.9.0 to 1.10.0 (#1582) * chore(deps): bump tree-sitter-swift from 0.3.3 to 0.3.4 (#1584) * Add ability to open file/file diff from source control context menu (#1590) * feat: add goto definition var link (#1589) * linux release github action * add g++ in ubuntu * chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) * chore(deps): bump codecov/codecov-action from 2 to 3 (#1579) * load panel infomartion for workspaces with no open folder * Basic Tab Context Menu for #736 (#1570) * show no readme if plugin doesn't have one * ci: remove unmaintained action (#1580) * fix: update rust-cache action (#1578) * Update building-from-source.md * fix: bump required rust-version (#1577) * fix: remove .devcontainer (#1576) * Fix overflow crash when editor is sluggish (#1575) * Add ability to copy active editor remote file url to clipboard (#1560) * Add ability to discard file changes from context menu in source control (#1510) * fix: correct svg icons (#1569) * icon size * fix: rename drag/drop colour, use it for panels (#1568) * icon svg refactor (#1567) * multiple fixes (#1566) * Several fixes to the About modal (#1565) * Clear commands every time we paint which will insert the link rects (#1564) * decide color theme is light or dark * fix: correct icons used (#1561) * about style change * Icon themes (#1459) * feat(tree-sitter): Add XML support (#1554) * fix tree sitter edit once more (#1556) * feat: add option to open plugin directory (#1548) * key binding fix * Add support for empty setting items (#1547) * hover size improvement * order palette items according to last execute time (#1541) * Update CHANGELOG.md * feat(tree-sitter): add sql language (#1472) * github: add github issues config (#1538) * Update release.yml OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=54
2022-12-28 03:36:28 +00:00
[source.vendored-sources]
directory = "vendor"