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

build(deps): bump smartstring from 0.2.9 to 0.2.10 (#1692)

Bumps [smartstring](https://github.com/bodil/smartstring) from 0.2.9 to 0.2.10.
- [Release note...

77b1a4a768d7c443987e50921bb6466ca8f0d90a authored almost 3 years ago
build(deps): bump anyhow from 1.0.53 to 1.0.55 (#1690)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.55.
- [Release notes](http...

7d2a77e53c12cf039b9ef4a33226ecc2aa36104c authored almost 3 years ago
fix: ui: Markdown popups stopped taking vertical padding into account

Fix #1688

24f86017a6de5634b17cdc24af1edd6293b33999 authored almost 3 years ago
update markup styles for everforest theme (#1687)

865881ba19a2d964d9114352dbf474ed4794f688 authored almost 3 years ago
Simplify some code

1ca6ba03cae040111154c96189c4aacf3126bfc8 authored almost 3 years ago
Allow separate styles for markup headings (#1618)

* update markdown highlighting to use separate heading themes

* remove markdown theme scopes ...

d5ba0b516263f08116c43eb0796b1027b094dabd authored almost 3 years ago
Always ignore the .git directory in file picker (#1604)

Some users (including myself) want to turn off filtering of files
prefixed with `.`, as they ar...

700058f433d0d12b30b968d50cd7f9b93f983107 authored almost 3 years ago
ui: prompt: Render aliases + border on the doc

c7b326be047a42f6a58146b0de049d48568e397f authored almost 3 years ago
fix: Allow multi-line prompt documentation

2af04325d83cd0141400951252574666cffdf1af authored almost 3 years ago
Extract jump_to_location

1cd710fe01eb2ccb1d35d25e74d967b5645e2ea8 authored almost 3 years ago
dap: fix runInTerminal with lldb-vscode

7b1d682fe55cfa72c1ecf5a1763940cf105902e4 authored almost 3 years ago
Extract a lsp position helper

a449156702112a1ee1d11ef2f5495067d801deef authored almost 3 years ago
Extract some duplication in lsp goto_ calls

5af9136aec31f712e2dea0f6545edb6fd3bdf4dd authored almost 3 years ago
Extract a common "language server or return" macro

4e845409b6d62a87f4b552213ee931a1716c147e authored almost 3 years ago
Extract a helper function for lsp::Location

c06155ace4ef4aa65b680093da920bded320b8f0 authored almost 3 years ago
Move most LSP specific commmands to commands::lsp

504d5ce8bd71486fc897ecdb33ff12c1c3a1e6b3 authored almost 3 years ago
Refactor symbol picker to share code

4e1b3b12f3f5626f1ab371d99fecd23e2f5b8603 authored almost 3 years ago
filter git revision on git command success exit code (#1674)

The unwrap (or '.ok()' rather) triggers for some errors but not
negative status codes. In the c...

a8cf0c6b90bd469047ac8fc294dbf90fcff71c7a authored almost 3 years ago
Fix bug when launching hx file.rs:10 (#1676)

368064e316ef75076b037af893af3c4eb483c594 authored almost 3 years ago
feat(commands): command palette (#1400)

* feat(commands): command palette

Add new command to display command pallete that can be used...

afec54485a3be29ff1172f70157a183853273420 authored almost 3 years ago
helix-term/commands: display buffer id in picker

a1207fd7683c2e038df923704bb5790c6cdaefea authored almost 3 years ago
Pass through Editor instead of Context

af21e2a5b491a18b22de7c99d96536bdaf741056 authored almost 3 years ago
WIP: show all buffers that couldn't be closed

e023a78919be31a9d9747d3735dfd29dd6c6605d authored almost 3 years ago
helix-term: implement buffer completer

In order to implement this completer, the completion function needs to
be able to access the com...

6118486eb2dd7ed680ff38a7cc024dbfb26fbb7f authored almost 3 years ago
Manually recalculate initial completion where it matters

24f90ba8d8f4a10fb18f71b05c278fe89b71a261 authored almost 3 years ago
Allow static strings in set_status/set_error so API is nicer

d11b6521399f41cb4c0b75ebaa5770972f550ebb authored almost 3 years ago
dap: Reduce amount of block_on uses

fd0e4b1159e2e96548a5fa962298fe8f2a80fc5c authored almost 3 years ago
Fix hover menu item text color in base16 themes (#1668)

* fix hover menu item text in base16 dark

* same ix for base16_default_light and base16_terminal

a629343476b5dbf3e0d5a56663a4ff2467a2396f authored almost 3 years ago
Add docs for tree-sitter based navigation

989407f190d543154e33630b07f4a53d13798d72 authored almost 3 years ago
Add object.movement for tree-sitter navigation

ab2a0f325b906574698933824b381ed65c7482a3 authored almost 3 years ago
Add tree-sitter based function, class navigation

966fbc59849701dc56f70af406444c351bc9f54a authored almost 3 years ago
..

14224495378cb9ac0709869ef0c6478fe7475a4c authored almost 3 years ago
Fix build on master

eeb9b398579828f64c2e6d814c25d8fccfa884b6 authored almost 3 years ago
Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612)

* Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker
...

442999384256f89eddfa6625a0ffb0257df65ef7 authored almost 3 years ago
use PathBuf::to_string_lossy() instead of to_str() (#1655)

23907a063c43f06f120d80a6ec0b6748881236a1 authored almost 3 years ago
add tree-sitter-erlang (#1657)

3a83a764e3a03ecf463c8fcfc141e48ed2d807ab authored almost 3 years ago
fix: nix flake build

8a7aec641408477ff62dd56f4f74337de6a7ab80 authored almost 3 years ago
build(deps): bump serde_json from 1.0.78 to 1.0.79 (#1667)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79.
- [Release notes](h...

225484c26c4e19c5c803709c4565458205089a9b authored almost 3 years ago
Refactor language config loading (#1658)

4c424d5ee442788b32eaaee67b4256aaa93aafa2 authored almost 3 years ago
Makefile indent must be '\t' (#1661)

e267dc834a815ae2dd9d04c9e81fb206f81a2c99 authored almost 3 years ago
Add new dap commands to docs (#1660)

59acee308dc0c68d1d9c65d050a2df211c6aacf4 authored almost 3 years ago
Mark DAP as experimental

97d4b2b5fe399ecc9992df91aa4230fe96357792 authored almost 3 years ago
Merge remote-tracking branch 'origin/master' into debug

bd549d8a20cce98e24c8653a4a86107c786cbaa3 authored almost 3 years ago
postpone clone after found (#1656)

7083b98a388b30e0b61caac9bf6ccc1d79eadf81 authored almost 3 years ago
Added docs for `ensure_selections_forward` (#1651)

a19a6ca01e07a111c6a5ca21a6d65888240bc2f6 authored almost 3 years ago
Replace tendril with smartstring

Slightly smaller API surface, less dependencies.

f88c077f992bbfc5ea3623441a9e2b2a0e9ca2b2 authored almost 3 years ago
Instant is more suitable than SystemTime for spinners

1bcb624ae65273cad13a3a65c567e0850fb0c9ed authored almost 3 years ago
feat(editor): add config for search wrap_around (#1516)

* feat(editor): add config for search wrap_around

Fixes: https://github.com/helix-editor/heli...

fdb9a1677b937e4975ff26d252c7da9f2a5df1f0 authored almost 3 years ago
Refactor document methods

59b5bf31780c937096a3f6bbf99b4b0bb7b35494 authored almost 3 years ago
Show infobox with register contents

bf773db45171b59a758b7dabf9f10ffb8852dcf0 authored almost 3 years ago
Handle newlines in register infobox

fa83426011fa80351502fdfc863376248c6ffcbb authored almost 3 years ago
Prevent multiple code action popups

5995568c1d23239a230d6e1bcbfc370e5c8cd287 authored almost 3 years ago
Replace if let with early return

e90276df0b7a643e6fa8a7bb61a21d93c57383ef authored almost 3 years ago
Preselect first item in code action popup menu

547c3ecd0c72f2b88fa2b3c1321ad9adcb42ee47 authored almost 3 years ago
Update keybind docs for treesitter, view mode (#1628)

f0cd02d5ef90e549e5e9f5dfce1d2317ad978b72 authored almost 3 years ago
build(deps): bump lsp-types from 0.91.1 to 0.92.0 (#1631)

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

828d39e736e50057abf1c3a0877fac6b8d3efaa8 authored almost 3 years ago
build(deps): bump unicode-segmentation from 1.8.0 to 1.9.0 (#1632)

Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.8.0 to 1...

718d4ab0f0230bd7435868f2a0474201ef4f5fee authored almost 3 years ago
Update dependencies (crossterm 0.23, tree-sitter 0.20.4)

Fixes #677

23553bd37c5e936c022faa70bef346448a36d6a2 authored almost 3 years ago
fix: There is no such thing as markup.normal, use ui.text

e7f5ec55617f9f6cddfd78b3c42960f757705f2b authored almost 3 years ago
fix: Revert Block widget change that broke autoinfo background

ad62e1e129c84c285b6c4f47d8d5e1a94fd6947b authored almost 3 years ago
feat(languages): rescript (#1616)

* Add rescript language support

* cargo xtask docgen

* Add textobjects & file line ending
...

f5b95beef69bbd8e627b6b0e7ea69317fd12b763 authored almost 3 years ago
Fix incorrect last modified behavior (#1621)

Looks like it checked the wrong doc id when setting last modified doc.

6c11708fb30cd394f136d7ed2807bc92bd67dfad authored almost 3 years ago
Don't use block_on in jobs.finish(), we can .await

6ea477ab60e242c2cd66af32ece601a691fcec4b authored almost 3 years ago
fix: Only parse git revision, don't use the tag for version

If building from source and the source is contained in a larger
repository, we'd contain the wro...

d3221b03a2b3ee5acc68066f34c4e56e2d05ce94 authored about 3 years ago
epocsquadron/add tree sitter twig (#1602)

* Add tree-sitter-twig grammer and highlights

The gammar itself is quite basic, but is much b...

d6b6ad879e297ff786ce520acd3ce9c4ff3c2e8e authored about 3 years ago
build(deps): bump tokio from 1.15.0 to 1.16.1 (#1610)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.15.0 to 1.16.1.
- [Release notes](https...

983a53bfb4f20751d0c94c82a5faac52c517a0ab authored about 3 years ago
build(deps): bump serde from 1.0.135 to 1.0.136 (#1608)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.135 to 1.0.136.
- [Release notes](htt...

d0903694044e8d69590909edf822568580be1741 authored about 3 years ago
build(deps): bump unicode-general-category from 0.4.0 to 0.5.1 (#1609)

Bumps [unicode-general-category](https://github.com/yeslogic/unicode-general-category) from 0.4....

05aeeaca0bd24b79c963955a2a958c026e87cb02 authored about 3 years ago
ui: menu: Don't allocate scrollbar space if options fit

36b975c4ce2502391873a086b10b46941d295ee4 authored about 3 years ago
ui: Only render menu scrollbar if it doesn't fit

f10a06f4def8af15516a4fe4ca35863b9aae3443 authored about 3 years ago
Render code actions as a menu, allow adding padding to popup

094a0aa3f9877e3b1049f262e65c8efea2b7b73e authored about 3 years ago
Improve code action picker by displaying it inline

f7f55143a1c8f8f643c4ca59d8c4beb9612ef0bb authored about 3 years ago
chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606)

4c996f43dfb81bc7438f2e24447c0370f1f4a97a authored about 3 years ago
Remove some unnecessary clippy tags

5aead46f4b4ce876701eb5aa2c2a44e286088977 authored about 3 years ago
Automatically commit changes to history if not in insert mode

Fixes #1500

2a7ae963e11dc2bb751e7b0933be157900f1adeb authored about 3 years ago
Stop collecting highlight_iter events then turning back into iter

62561e9d230c0a62e46c522b24befb7113117e00 authored about 3 years ago
Add textobjects queries for php (#1601)

* Add textobjects queries for php

* Missing EOL fix

* Update generated docs after adding t...

e2833b58533f3991fa68061a21486b1322239fe3 authored about 3 years ago
feat(helix-view): dynamic line numbers (#1522)

* feat(helix-view): dynamic line numbers

* docs: describe editor.line-number in more detail
...

333c2949c2b036f8aafa77be2286eb3c135ea269 authored about 3 years ago
Run clippy on all targets (including tests)

48a0c806520ea6f0404ea1d3a996c7a658f36aec authored about 3 years ago
add tree-sitter-iex (#1576)

* add tree-sitter-iex

* run docgen task

* fix url for iex submodule

7bce91556afd2430c336f2fe4a6ce3f7ce555be2 authored about 3 years ago
build(deps): bump which from 4.2.2 to 4.2.4 (#1577)

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

ed03be1450edd35738e5fa141dd08bb5a8326003 authored about 3 years ago
build(deps): bump clipboard-win from 4.3.0 to 4.4.1 (#1578)

Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 4.3.0 to 4.4.1.
- [Relea...

5c007c22488463615d9721d416c5715b679ccce3 authored about 3 years ago
Enable tree-sitter for .zshenv and zsh files (#1574)

This commit builds on #1460, #1571, and others, adding the .zshenv
file and all files with the ...

0ad7561135cb53bdcb067e092fa1edaba96ffdad authored about 3 years ago
[theme] Serika light and dark (#1566)

* add theme `serika` in light and dark variant

* add `markup.*`s

1bcff796e57ac1f8eee5a7fba88afc5253145bf6 authored about 3 years ago
Enable tree-sitter for .bash_profile (#1571)

a4fffaed9fed04c339c7a9d10075902575b22a40 authored about 3 years ago
Use markup scopes for the Markdown component (#1363)

d49e5323f9230f3195d3ee4c5e682cd6d8c2cb1a authored about 3 years ago
Fix picker won't scroll down when it hits the bottom #1544 (#1567)

4044c70eb2d23402629d58d0e8904815abd68dc7 authored about 3 years ago
Allow specifying file start position (#445)

Like helix-term/src/commands.rs:3426:15

759b850859727da9ef3e3c06cdab0300d242f1fe authored about 3 years ago
Enable tree-sitter for .zshrc and .bashrc

Closes #1460

7d510429c564d216b4f1419b37a37cf7384f49c0 authored about 3 years ago
Fix Clippy lints in tests (#1563)

Co-authored-by: Blaž Hrastnik <[email protected]>

f064894e5778071ef8cc563380f48cfdd9acba59 authored about 3 years ago
Merge pull request #1154 from sudormrfbin/cursor-shape-new

Change cursor shape on mode change

e2d2f19fd02419b8d144ae7a8a359d31bd773af7 authored about 3 years ago
Add haskell-language-server-wrapper --lsp to default `languages.toml` (#1556)

After the changes to upgrade and reenable tree-sitter-haskell #1417
for the purpose of enabling...

a8e69e12f414b77824af9db4b0631f83d665effd authored about 3 years ago
cargo fmt + clippy lint

4080341977d10abe91808711a3d5c2bc726c10e1 authored about 3 years ago
Remove some TODOs

7c9ebd05b83e90e55d032f65d9405ad265b82258 authored about 3 years ago
Update dependencies (includes tree-sitter 0.20.3)

80e920ba364fca68911d211f352590d872560fd6 authored about 3 years ago
Don't calculate symbol width twice

This is potentially costly so we should avoid calling width()

ac81b47a41a26ff18419466b129b34921864add2 authored about 3 years ago
fix: ensure_grapheme_boundary_next_byte needs to index at valid char

2302869836eedf6bba718815fbff3a5fd7afee36 authored about 3 years ago
Slicing micro-optimization

add3be85289a701bf075307d2dfef9fd8a50f69f authored about 3 years ago
cleanup

66a86123513ea5d6e9b7747eb3949a2695f23bee authored about 3 years ago
Only call scopes.load() once

24314bd844d1900252f108968b39dfa4c800ca92 authored about 3 years ago