Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/helix-editor/helix

A post-modern modal text editor.
https://github.com/helix-editor/helix

fix keymap doc typo for 'delete' in insert-mode (#1990)

closes #1980
see also #1180

275c05008fb5bc2f15044738a329939bc6b5befc authored almost 3 years ago
[dark_plus] update markup colors (#1989)

b33318672173fd49ffbd3440b7857ebc9812de08 authored almost 3 years ago
add boo_berry theme (#1962)

0eb87996a8e8245d7aa2688fc7397ed5a174e311 authored almost 3 years ago
add language `ron` (#1925)

eb84d9493cc09bf27ae9c9e0dba79be3bb743e08 authored almost 3 years ago
Fix toggle_comments command on multiple selections (#1882)

6b80cb8a7750885abf761d1b65e5c0065ae1640b authored almost 3 years ago
Add runtime language configuration (#1794) (#1866)

* Add runtime language configuration (#1794)

* Add set-language typable command to change the...

d962e06e91b997813092cc5e49a800cc9d4f0ee1 authored almost 3 years ago
Fix next paragraph logic over muliple blank lines (#1951)

Fix #1928

6fc6f87260a2f11a892f09678fc6c10b01e88e3f authored almost 3 years ago
Add paragraph to last motion (#1956)

Fix #1954

e7beb32fd7b9262e61dad96fdf4b36ebdc5367f7 authored almost 3 years ago
Bump crossterm to 0.32.2 (#1955)

Deduplicates mio dependency which results no crate duplication now and
7 lesser crate for cargo...

d3c8286ea0c984f69bbab09a480530a827647192 authored almost 3 years ago
clear terminal after switching to alternate screen

when using helix over mosh, the screen doesn't get cleared and
characters get left all over the ...

f8c83f98859fd618980141eb95e7927dcdf074d7 authored almost 3 years ago
[dark_plus] remove `ui.text` background (#1950)

3fc4ea2938a0ee8048176a92c4bbf29aaaf0b853 authored almost 3 years ago
Add typed commands buffer-next and buffer-previous (#1940)

9782204f739813ab5b2dd82451ef2d4695b41d22 authored almost 3 years ago
Add next paragraph

e2a6e33b98ac6dd1d42be659706c7e0d248e8f5d authored almost 3 years ago
Change test mark from ^@ to #[|]#

45b76db5068791fe6163963976a6a9daf3e9bf9d authored almost 3 years ago
Add (prev) paragraph motion

Also improved testing facility.

Fix #1580

8b02bf2ea8c07926697ad8e1e01d77596a540d59 authored almost 3 years ago
Refactor test print to be more readable

64c2490f2d9a9b98d1142243e815d2ff80c99f2a authored almost 3 years ago
Add missing # back to test output

ec21de08446656b9012c39db2db3d02c7ce3dc9c authored almost 3 years ago
Add paragraph textobject

Change parameter/argument key from p to a since paragraph only have p
but parameter are also cal...

8350ee9a0ef38ff4e78bfa5dc30e874d6d2510ef authored almost 3 years ago
Rename _para to _paragraph

8b91ecde40e95a8ba956881c95da60adbf98abb6 authored almost 3 years ago
Add texlab language server for latex (#1922)

e4561d1ddede65baaaf04adf5baa0edbaf8f8028 authored almost 3 years ago
Added checkmarks to health.rs output, Resolves #1894 (#1918)

* Added checkmarks to health.rs output

* replaced found/not found text with checkmarks

36d1df71fc99b0f2e3b594f9d7d0f07ef829b9fc authored almost 3 years ago
separate JSX queries from javascript (#1921)

It looks like a24fb17b2a978d3165bd6304e9edd69bddb6dd82 (and
855e438f55cb278de8203ac4911561c4c7a...

ffdc2f179334de82383670faed68acfc54317f55 authored almost 3 years ago
Update bash tree sitter (#1917)

deb7ee6595644accf88e0232aefe419d6f757365 authored almost 3 years ago
Avoid unnecessary clone when formatting error (#1903)

Instead of first cloning the query and then allocating again to format
the error, format the er...

85c23b31deb73d71bb38264485d728665f151d4a authored almost 3 years ago
Fix start-position of next search (#1904)

The search implementation would start searching at the next grapheme
boundary after the previou...

8165febe23cbd8bb9cd99cceac9d09b81f35456e authored almost 3 years ago
Jump to the next number on the line before incrementing (#1778)

* Jump to the next number on the line before incrementing

Partially fix #1645

* Refactor t...

47fe7397574208ecdcccc63770ce1b0374de1126 authored almost 3 years ago
jsx: Add special highlighting to component names

855e438f55cb278de8203ac4911561c4c7ad656c authored almost 3 years ago
Add JSX highlighting queries

a24fb17b2a978d3165bd6304e9edd69bddb6dd82 authored almost 3 years ago
Add support for jsx (#1906)

* Add support for javascriptreact language

* Add support for jsx files

d0ff2ffd891eb9d674840fdff896e6f26dc60ca5 authored almost 3 years ago
Reintroduce win32yank as a clipboard provider on Linux for WSL2 + Windows 10 (#1912)

* feat(clipboard): reintroduce win32yank for wsl2 linux

* refactor(clipboard): adjust win32ya...

a9635659f7d0dbbf2f11552842cf789ce1797914 authored almost 3 years ago
Fix an issue that caused an empty indentation query to be used instead of using the fallback method of copying the indentation from the current line. (#1908)

Co-authored-by: Triton171 <[email protected]>

6bb229839149742682d943a90f728e334c3cc560 authored almost 3 years ago
lsp: Implement support for workspace_folders (currently just one)

Refs #1898

8adf0c1b3a7a2173c80a86da5d435288bab456de authored almost 3 years ago
fix: copy_selections was broken with selections (not cursors)

236c6b77077596f8c7b5a5377e23e96ecec45e07 authored almost 3 years ago
Add install instructions for Void Linux (#1911)

924462edda05a11f0dc260b516af39c13bee2949 authored almost 3 years ago
fix: Some LSPs still want rootPath, so provide it

Refs #1898

84e799f0e4fdbae1dd574439f5b9776ce8ea3f8e authored almost 3 years ago
Resolve conflicts between prompt/picker bindings (#1792)

Currently, the picker's re-using a few bindings which are also present
in the prompt. This caus...

5d61631507143194594f1dff6af9f862ce79992e authored almost 3 years ago
set VERSION file to dev (#1883)

* set VERSION file to dev

* bump to 22.05-dev

ef91b6500c208807cf71ab07f04bad27f0190a65 authored almost 3 years ago
fix: copy_selection needs to account for to() being exclusive

Fixes #1367
Fixes #1590

ab7885e93423dbfb57e2b6e7589672c67a4666e8 authored almost 3 years ago
Add a TODO for the future

d15c875214d2147bf9bdf03ef3445752476d14b3 authored almost 3 years ago
Use fromTOML on Nix >= 2.6.0 (#1892)

4eed4c26e9f72a586f9175c4976d80ba091086e6 authored almost 3 years ago
Indentation rework (#1562)

* WIP: Rework indentation system

* Add ComplexNode for context-aware indentation (including a...

58758fee610a3808dfaeafddd1b4b4242a7e42cd authored almost 3 years ago
fix: Don't rely on FormattingOptions::default()

Refs #1884

c18de0e8f001041e234b2b9bb0f8fea122858ad3 authored almost 3 years ago
Handle BrokenPipe when piping hx --health through head (#1876)

Co-authored-by: Gokul Soumya <[email protected]>

8702aaaefcc3a069947b4e52a9c1f57868f32b5c authored almost 3 years ago
add tree-sitter-gleam

7cd60502358440449935a50b4d95fa6527312037 authored almost 3 years ago
update tree-sitter-elixir

news:

- tree-sitter-elixir now powers Elixir syntax highlighting on github.com
- GitHub now sup...

18194789407c23d4076e8f3f54ad493d93fac258 authored almost 3 years ago
update tree-sitter-erlang

changes:

- typed fields within records which do not declare a default
value are now correctly...

e2a50711d5ca1029b28b1ddaeb3b2989ade7d651 authored almost 3 years ago
Avoid using the format ident Rust feature (#1881)

f2dd3d446914ec0953cd7e056d430fc3b959e75d authored almost 3 years ago
update screenshot (#1879)

c8082a113321455cd1025a115e8da72eca37e320 authored almost 3 years ago
changelog notes for 22.03 (#1830)

d4e45fd47932466b83baa04111350a04923fbff8 authored almost 3 years ago
Revert "Resize is not necessary inside SIGCONT, handled by render()"

Fixes #1877

This reverts commit 85264a861aeda7a002dda548403258620e914b57.

6c276d786858891c2d49570ee2ad4d8790270309 authored almost 3 years ago
publish a source tarball with version and grammars (#1875)

* publish a source tarball with version and grammars

* include_str! the release version from ...

838cfcc7cd7958a5e75a94041ce2d6b5495eab5a authored almost 3 years ago
build(deps): bump log from 0.4.14 to 0.4.16 (#1874)

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://...

6e7c287371d68325cafb5eed3e3fdbe452478128 authored almost 3 years ago
build(deps): bump smartstring from 1.0.0 to 1.0.1 (#1873)

Bumps [smartstring](https://github.com/bodil/smartstring) from 1.0.0 to 1.0.1.
- [Release notes...

3af0a7f3cb1707de0ba3d1d154f3f242cde572a0 authored almost 3 years ago
grammars.nix: use github type for fetchTree where possible (#1872)

b63b37d5a09ffb7e9703a046fbf42f668303e262 authored almost 3 years ago
clipboard: fix import on macOS

511f37c736f7c64fe1047c57e6bf87e61f60747b authored almost 3 years ago
cargo fmt

33510d60f4dab5c7f4dd6a5e16b4005827c1389b authored almost 3 years ago
Address clippy lint

a516f5881be7e4a4967f7865746c4cbbc8dee2f5 authored almost 3 years ago
Refactor clipboard to make it easier to feature gate std::process

8611c5b84e2f87ab7708ed3ca91062f08608775d authored almost 3 years ago
Make truncate_start a builder method instead

4940db3e2de21b47a7f867896befbcc5010d231d authored almost 3 years ago
Strip some more params

20cf75dfa1097988cb66dbd5696154584ae32e4b authored almost 3 years ago
Clean up global search

1849ad1fdee8e19622b419e3a1a3643b4fcd7f3d authored almost 3 years ago
Make line a private property

92bb312f0fadc0cb60f51241a10d39783c020a3f authored almost 3 years ago
Remove more push_layer calls

96a4eb84838d4cbfb9313968278985ea1986a3bc authored almost 3 years ago
Make regex_prompt directly call cx.push_layer

5c162ef995e3822cd465f2c83874a040ebe153b8 authored almost 3 years ago
This doesn't need to be mut

83b3272166013a7c394fb41dca172042e3229ab4 authored almost 3 years ago
Split off dap event handlers into helix-view to allow reuse

9a6ee88e66d29f7158150bab2045e3a5d3ba3ea7 authored almost 3 years ago
Resize is not necessary inside SIGCONT, handled by render()

85264a861aeda7a002dda548403258620e914b57 authored almost 3 years ago
Move top level lsp config to editor.lsp (#1868)

* Move top level lsp config to editor.lsp

This is mainly done to accomodate the new lsp.signa...

7b3a3d562cb46a1d70950983d460e388ae46cf79 authored almost 3 years ago
Add refresh-config and open-config command (#1803)

* Add refresh-config and open-config command

* clippy

* Use dynamic dispatch for editor co...

bee05dd32a685b58015514492525673b1b568b0d authored almost 3 years ago
Revise the color for ui.cursor.match (#1862)

- bogster.toml
- solarized_dark.toml
- solarized_light.toml
- spacebones_light.toml

309f2c2c8e64f8be2123a0232c5f9761496b6514 authored almost 3 years ago
Fix Rescript hightlights query (#1863)

22ba668fad55212388d7aabcbed3af6cbb5c23c9 authored almost 3 years ago
Handle RPC returning an invalid call

919ac7ba15ed8443c80429d0e439074b611e231c authored almost 3 years ago
Add syntax highlighting for Solidity (#1854)

3e78b8fdad953a14c9a4f815295dfc6ed75d409f authored almost 3 years ago
Fix typo in query parsing error message (#1856)

79477ec6e70f43722cb0cc43f4ee6928dd6c7faf authored almost 3 years ago
Add LSP support for Solidity (#1848)

* Add LSP support for Solidity

This requires a recent version of Solidity 0.8.11+

* Add So...

3c79bf51170caf09642da3cc23ba389ed57a79ac authored almost 3 years ago
build(deps): bump lsp-types from 0.92.0 to 0.92.1 (#1852)

Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.92.0 to 0.92.1.
- [Release no...

5d7fa57754ffa0a87ab103239740250b5e8a8944 authored almost 3 years ago
build(deps): bump which from 4.2.4 to 4.2.5 (#1851)

Bumps [which](https://github.com/harryfei/which-rs) from 4.2.4 to 4.2.5.
- [Release notes](http...

1de99cf46a7f45ccc18b20b854a458e0c70e4abe authored almost 3 years ago
build(deps): bump actions/cache from 2.1.7 to 3 (#1850)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](http...

585347aca08b727882a912524b27837ab4195cb9 authored almost 3 years ago
Initial basic Org markup support thanks to tree-sitter-org (#1845)

7eb013c6fb33df40b2fae31c9d08f7da275cd963 authored almost 3 years ago
No need for KeymapResult anymore since we can query .sticky()

a7ee9f74f771a486f99dca9e7a6084f74f19eb46 authored almost 3 years ago
keymap: Store pending/sticky on the root level

7909d6f05e4d651d904886aa53ec4bd250294e73 authored almost 3 years ago
update tree-sitter-git-commit (#1838)

changes:

- any text following a (scissors) is now contained in one (message)
- this vast...

cfd992b1511655fc2116af4ddd1cd0dbb3bcb85e authored almost 3 years ago
Improve bug report template (#1826)

533cca7195b5ab36e0a1fa4863d00f6c11cb41b9 authored almost 3 years ago
cleanup changelog markup (#1829)

cb7b674f870bcc0928b448d20fd04b6bf2fe8185 authored almost 3 years ago
ropey 1.4.1 fixes the issue

0b9620108dabe6a26fbeac32ba9d236b6d69b56a authored almost 3 years ago
Temporarily turn on unicode-lines

Ropey's non-unicode lines impl has some bugs still

2376fc875e659dfce952c0b885e369b4295ba441 authored almost 3 years ago
Optimize rendering by using Ropey::byte_slice

This avoids costly conversions via byte_to_char (which are then
reversed back into bytes interna...

59f05088b9628086b35631338e49ae8f061dcba2 authored almost 3 years ago
ropey 1.4.0 is out!

16e2b2e36b8e9d8516178ec7e8a3da8962ea5b35 authored almost 3 years ago
Configure ropey to only use CR/CRLF line breaks by default

Fixes #1643

b4a282fd360a6cd8a03f7b1d784dafe5bc4c8abc authored almost 3 years ago
Put esoteric line endings behind a feature flag

f67e1ee1723592a4e6279197317d46759cd05976 authored almost 3 years ago
fix enum definition for use-grammars selections (#1818)

See https://github.com/helix-editor/helix/discussions/1817

It looks like we need the enums to...

c6bd105484fbaf35812dddc41b8fb32cb054fc54 authored almost 3 years ago
Update dependencies (crossterm 0.23.1)

Fixes #1654

20a132e36f5406de54a3a4cfe2e8396a79c5d393 authored almost 3 years ago
Refactor :set to parse by deserializing values (#1799)

* Refactor :set to parse by deserializing values

* Implement serialize for idle_timeout config

2b0835b295bbf57a171210be967e039a1bddf823 authored almost 3 years ago
simplify Julia config (#1811)

* simplify Julia config

* remove trailing whitespace

0902ede7b1d4c7edb8b039235456d552aaf44679 authored almost 3 years ago
build(deps): bump tree-sitter from 0.20.5 to 0.20.6 (#1813)

Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.5 to 0.20.6.
- [Relea...

9400d743075375e9c9ad90cc91c5530445d8c304 authored almost 3 years ago
build(deps): bump regex from 1.5.4 to 1.5.5 (#1812)

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https:...

be2b452a39f3022be754d3e7a337e33a9fb6b601 authored almost 3 years ago
Add horizontal and vertical split scratch buffers (#1763)

Make subcommand name more descriptive

Fix vsplit completer

Run cargo xtask docgen

c0dbd6dc3f147b46d4352ac78903a7a70741cfd9 authored almost 3 years ago
Deploy docs for master separately (#1783)

* Deploy docs for master separately

* Output docs for every tagged release

* Update .githu...

85492e587cc27ba9783c8380683660a0f4423ff4 authored almost 3 years ago
Handle panic on move within empty picker (#1786)

When the picker results output is empty, movement actions result in a panic:
```
thread 'main'...

1ac576f2b3ab3b3b1c398c57e1269682e6f63f3e authored almost 3 years ago
Perform extend line on every selection (#1804)

Currently `x` only affect the current selection, but this will make it
affect every selection s...

29d6a5a9b6fde7b9e82b6abceef892fba42d8da4 authored almost 3 years ago