Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Helix
A post-modern modal text editor
Collective -
Host: opensource -
https://opencollective.com/helix-editor
- Website: https://helix-editor.com
- Code: https://github.com/helix-editor/helix
toggle_comments needs to append to history.
github.com/helix-editor/helix - 175d38c88cf96dfb6744cb260abf2e8f5c1c48b9 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 175d38c88cf96dfb6744cb260abf2e8f5c1c48b9 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Finish hiding doc.state / State as an implementation detail.
github.com/helix-editor/helix - c331721565a00850849e0a99fd325ae281bfb800 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - c331721565a00850849e0a99fd325ae281bfb800 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Expose doc.syntax() via accessor.
github.com/helix-editor/helix - 8ba1e15d296fd3350332d8fa372c4c7703024a67 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 8ba1e15d296fd3350332d8fa372c4c7703024a67 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Document::new should just take a rope.
github.com/helix-editor/helix - 2b64f49f2c5da800ceae43359c91b9708e953d18 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 2b64f49f2c5da800ceae43359c91b9708e953d18 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Expose doc.language_server as an accessor.
github.com/helix-editor/helix - e261f3c50d0e06860ffbeee0178381fa789dfd96 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - e261f3c50d0e06860ffbeee0178381fa789dfd96 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Don't publicly re-export once_cell in lsp.
github.com/helix-editor/helix - 5237084d98c10bbef44fcbfa9bdd13315aa9964f authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 5237084d98c10bbef44fcbfa9bdd13315aa9964f authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Remove State from a few more signatures.
github.com/helix-editor/helix - 59e60241864dcf711325109423d74cf6e8b6463d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 59e60241864dcf711325109423d74cf6e8b6463d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Move things out of state.rs.
github.com/helix-editor/helix - dbcc099f484ad186782370ed0cf61b3e8d27282b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - dbcc099f484ad186782370ed0cf61b3e8d27282b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Fix completion panicking if text changed before insert completed.
github.com/helix-editor/helix - 0f6624491bb35ccfa360e5fd48b3954d635c50ba authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 0f6624491bb35ccfa360e5fd48b3954d635c50ba authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Make Transaction::change only rely on the rope.
github.com/helix-editor/helix - 8eaf9a432d14b6c2dd084dabbea606e4b1e3baa0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 8eaf9a432d14b6c2dd084dabbea606e4b1e3baa0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Hold a reference to executor on the Editor type.
github.com/helix-editor/helix - 51c15da3c32b2f0bf3da6db9bca9496d333ec15a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 51c15da3c32b2f0bf3da6db9bca9496d333ec15a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Merge pull request #8 from helix-editor/gd
Goto
github.com/helix-editor/helix - 8dc0b18e35cdfdd76f435dcd43c1cfd5a3f0c7f7 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Fix goto code before merging.
github.com/helix-editor/helix - e3ec5e31ec005e33da4c848b4272e81a6d21a5f0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - e3ec5e31ec005e33da4c848b4272e81a6d21a5f0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
term: Remove stray files.
github.com/helix-editor/helix - 857763c52e69de5c3b5a8ef62b78d5ca8cbe3727 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 857763c52e69de5c3b5a8ef62b78d5ca8cbe3727 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
lsp: Use into_iter->map->collect instead of manual loop.
github.com/helix-editor/helix - 15f142bc4b79aa0ef60bea3f0faa2dc49b73505b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 15f142bc4b79aa0ef60bea3f0faa2dc49b73505b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
editor.open now checks if view already exists
github.com/helix-editor/helix - 4e461bea2f4cc19d0d25a62a4f278420c074b6e9 authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - 4e461bea2f4cc19d0d25a62a4f278420c074b6e9 authored almost 4 years ago by Jan Hrastnik <[email protected]>
preparing for gd merge
github.com/helix-editor/helix - eadad13efabb6a838a366b27002e09e1d2580750 authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - eadad13efabb6a838a366b27002e09e1d2580750 authored almost 4 years ago by Jan Hrastnik <[email protected]>
picker wip
github.com/helix-editor/helix - 0828d1fdea0b69a2912bc6d550ec50c1b6bf874c authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - 0828d1fdea0b69a2912bc6d550ec50c1b6bf874c authored almost 4 years ago by Jan Hrastnik <[email protected]>
term: Simplify goto code, address lints.
github.com/helix-editor/helix - cf71625d4e879ef2e453a33b2eba41bc23174aa2 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - cf71625d4e879ef2e453a33b2eba41bc23174aa2 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Simplify code a bit.
github.com/helix-editor/helix - 18ec8adc7f24d0cde3d185202f8656b5cf7fefb0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 18ec8adc7f24d0cde3d185202f8656b5cf7fefb0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
gotodefiniton now runs but doesnt return anything
github.com/helix-editor/helix - 8a68a043400342a02496c4ff622dd86e6f40a89c authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - 8a68a043400342a02496c4ff622dd86e6f40a89c authored almost 4 years ago by Jan Hrastnik <[email protected]>
goto_request wip
github.com/helix-editor/helix - a5f9080a9cbc765758ce8af0c19a970a05745c60 authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - a5f9080a9cbc765758ce8af0c19a970a05745c60 authored almost 4 years ago by Jan Hrastnik <[email protected]>
gd now works for singular definition
github.com/helix-editor/helix - 0322c28e6bc1f3bf13842b7db47aafbe5752d45c authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - 0322c28e6bc1f3bf13842b7db47aafbe5752d45c authored almost 4 years ago by Jan Hrastnik <[email protected]>
more goto lsp functions
github.com/helix-editor/helix - b738ae1bc7f42ce6756ee5d79307e416f86ef491 authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - b738ae1bc7f42ce6756ee5d79307e416f86ef491 authored almost 4 years ago by Jan Hrastnik <[email protected]>
wip
github.com/helix-editor/helix - d3ddc8dea6844f836199196c44b08e63fdf837d0 authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - d3ddc8dea6844f836199196c44b08e63fdf837d0 authored almost 4 years ago by Jan Hrastnik <[email protected]>
added goto functions in helix-term
github.com/helix-editor/helix - 3869d7713e2dfd2621f7e5a656ebac0b13d10542 authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - 3869d7713e2dfd2621f7e5a656ebac0b13d10542 authored almost 4 years ago by Jan Hrastnik <[email protected]>
added picker for gd, but yet to test it. also need to load appropriate file when definition isnt in same file
github.com/helix-editor/helix - 294791dffd707d0725db5eb35b5165fd1bb2c24a authored almost 4 years ago by Jan Hrastnik <[email protected]>
github.com/helix-editor/helix - 294791dffd707d0725db5eb35b5165fd1bb2c24a authored almost 4 years ago by Jan Hrastnik <[email protected]>
lsp: Fix compilation errors.
github.com/helix-editor/helix - 4240f757c0b219950f17797db325c2c4e14d732b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 4240f757c0b219950f17797db325c2c4e14d732b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Syntax highlight code inside markdown popups.
github.com/helix-editor/helix - d8599f3a140eca7cd14f47e9b64f1ae9d829a0eb authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - d8599f3a140eca7cd14f47e9b64f1ae9d829a0eb authored almost 4 years ago by Blaž Hrastnik <[email protected]>
lsp: Wire up didClose notification on editor.close.
github.com/helix-editor/helix - 54a7e893b704b268f7d9d8b4692d3722db6a98df authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 54a7e893b704b268f7d9d8b4692d3722db6a98df authored almost 4 years ago by Blaž Hrastnik <[email protected]>
lsp: Pass through language_id on didOpenTextDocument.
github.com/helix-editor/helix - eca2a73ad0e829dbd83da8f42a8a2bd5c17bbf75 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - eca2a73ad0e829dbd83da8f42a8a2bd5c17bbf75 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
minor: TODO comment cleanup
github.com/helix-editor/helix - 143cfe13e05b17840a9f2c69417ed98bc3b8cb0e authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 143cfe13e05b17840a9f2c69417ed98bc3b8cb0e authored almost 4 years ago by Blaž Hrastnik <[email protected]>
syntax: highlight_iter always returns Ok()
github.com/helix-editor/helix - 081e0ae8ae4ead621010e7e6a060194fe2433bad authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 081e0ae8ae4ead621010e7e6a060194fe2433bad authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Clippy lint
github.com/helix-editor/helix - 4f77d80e74b1406b8701f5569b3bec8da2e5ed03 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 4f77d80e74b1406b8701f5569b3bec8da2e5ed03 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
syntax: Highlight using ropes, avoiding dumping whole doc to string.
github.com/helix-editor/helix - 71f899cb5b7753115b2e16ca115b4f376c4b6aee authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 71f899cb5b7753115b2e16ca115b4f376c4b6aee authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Use parsed markdown contents to determine sizing.
github.com/helix-editor/helix - 80eca5c32f2a9f3345a2449c8620f86423061d33 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 80eca5c32f2a9f3345a2449c8620f86423061d33 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Account for padding on markdown renderer.
github.com/helix-editor/helix - f9b9bc04ccef43494cad5ea847a1426dbd38cc41 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - f9b9bc04ccef43494cad5ea847a1426dbd38cc41 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Add command for keeping only the primary selection.
github.com/helix-editor/helix - eea339545cf7198b7a9e477ee2a9ee081ee5be36 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - eea339545cf7198b7a9e477ee2a9ee081ee5be36 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Implement keep_selections (filter selections on regex).
github.com/helix-editor/helix - dd91090a1ae931a604c51b9c6d7d8c9b46761af4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - dd91090a1ae931a604c51b9c6d7d8c9b46761af4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Restrain diagnostic sidebar w/h based on available area.
github.com/helix-editor/helix - 872d77075302a3f5b526045e07e0a5564d170e1b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 872d77075302a3f5b526045e07e0a5564d170e1b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Render diagnostic errors in sideline.
github.com/helix-editor/helix - 87e3cd3df283a6da055488bbea60637713bd1f35 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 87e3cd3df283a6da055488bbea60637713bd1f35 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Bump deps.
github.com/helix-editor/helix - 1abf2953cdee525f8c1f30e881bc5c4211cb62fd authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 1abf2953cdee525f8c1f30e881bc5c4211cb62fd authored almost 4 years ago by Blaž Hrastnik <[email protected]>
state.rs cleanup
github.com/helix-editor/helix - 9c55b3e306e221c213aadf9caa02a6b180dc7503 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 9c55b3e306e221c213aadf9caa02a6b180dc7503 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Cleanup: use doc.selection() instead of doc.state.selection().
github.com/helix-editor/helix - 1cf887dea93f7aa2184772fa2073751f031c5bf3 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 1cf887dea93f7aa2184772fa2073751f031c5bf3 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Configure language servers via LanguageConfiguration.
github.com/helix-editor/helix - bb87b08fc9677ddf0f083a2297c23c17144470e2 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - bb87b08fc9677ddf0f083a2297c23c17144470e2 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
syntax: Hide the TSParser internally, borrowing when needed.
github.com/helix-editor/helix - 3445abf88e550cce8ff5683f6fe45d7310597fd7 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 3445abf88e550cce8ff5683f6fe45d7310597fd7 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
lsp: Emit didSave notifications.
github.com/helix-editor/helix - 6cbfb050e2c99acf5cdfe7d981c262fbdeaf761c authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 6cbfb050e2c99acf5cdfe7d981c262fbdeaf761c authored almost 4 years ago by Blaž Hrastnik <[email protected]>
syntax: Reuse parser instances. highlight_iter() no longer needs &mut.
github.com/helix-editor/helix - b7dd7310c44532f3e6e3154367100ee6520ca69b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - b7dd7310c44532f3e6e3154367100ee6520ca69b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Use diagnostic.severity to distinguish between error colors.
github.com/helix-editor/helix - 9dcfe25e4a1868a4936194faf1d753d91d85430a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 9dcfe25e4a1868a4936194faf1d753d91d85430a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
pass clippy lint
github.com/helix-editor/helix - c7ccb432ef174e2eeadafe19dfb8b7c978062dc8 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - c7ccb432ef174e2eeadafe19dfb8b7c978062dc8 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Implement the f/t/F/T find/till family of commands.
github.com/helix-editor/helix - 4acf30102282584e31d8ac9a7a69e45acbdd64ec authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 4acf30102282584e31d8ac9a7a69e45acbdd64ec authored almost 4 years ago by Blaž Hrastnik <[email protected]>
find-till (f) prototype, on_next_key mode implementation.
github.com/helix-editor/helix - 62c991230f511b2dc11f8d1701260511800429d4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 62c991230f511b2dc11f8d1701260511800429d4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
search: draft f/t
github.com/helix-editor/helix - 90f9cd6d6275048db664afa4139e7f2bdfaeacb0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 90f9cd6d6275048db664afa4139e7f2bdfaeacb0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: popup: scroll documentation popups with c-u/c-d.
github.com/helix-editor/helix - 8fe459066605a794f8dceedaf872f71ffd4c750a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 8fe459066605a794f8dceedaf872f71ffd4c750a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: menu: Adjust scroll via required_size area caching.
github.com/helix-editor/helix - ddcf5156c0260debc522b0420f93e0c523697eb4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - ddcf5156c0260debc522b0420f93e0c523697eb4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Move terminal into compositor, redo required_size hints.
github.com/helix-editor/helix - 5ea610c41d58c8e63178200db7b723d016318f67 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 5ea610c41d58c8e63178200db7b723d016318f67 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
minor: dead code
github.com/helix-editor/helix - 05aa0d6991820625189c7e367a6d033682ef4e4e authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 05aa0d6991820625189c7e367a6d033682ef4e4e authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: wip: Markdown doc renderer.
github.com/helix-editor/helix - 1d42b959159751078b3bbc159a45cebe51d924fa authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 1d42b959159751078b3bbc159a45cebe51d924fa authored almost 4 years ago by Blaž Hrastnik <[email protected]>
commands: Improve scroll functions.
Followed kakoune's implementation, it's no longer janky and can scroll
all the way in either dir...
commands: Correct another case that always used primary().
github.com/helix-editor/helix - 565fb94afe817eb698f219d1fed76fe5ff7e27cd authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 565fb94afe817eb698f219d1fed76fe5ff7e27cd authored almost 4 years ago by Blaž Hrastnik <[email protected]>
commands: w/b/e need to apply to all selections.
github.com/helix-editor/helix - 7e4830215e22eb2fef15c1689b1dd9660aa74981 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 7e4830215e22eb2fef15c1689b1dd9660aa74981 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Adjust selection colors.
github.com/helix-editor/helix - dd6db430134914538df8a2d664891abf81e23a7e authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - dd6db430134914538df8a2d664891abf81e23a7e authored almost 4 years ago by Blaž Hrastnik <[email protected]>
commands: Stop select_regex from breaking when no matches.
github.com/helix-editor/helix - 4c6611f96b6a7d3e27bfb0c8e43d49f62dde493b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 4c6611f96b6a7d3e27bfb0c8e43d49f62dde493b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Scrollable popup menu, with scrollbar indicator.
github.com/helix-editor/helix - a21d96e7293e32c0d20e8548a65fdd31f92b642d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - a21d96e7293e32c0d20e8548a65fdd31f92b642d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: unsafe theme_ref is no longer needed.
github.com/helix-editor/helix - 513effd972ccb537510141c795222ba656f039c5 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 513effd972ccb537510141c795222ba656f039c5 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Update tree-sitter grammars.
github.com/helix-editor/helix - 6238be230f65698f499a18c0b696fb06f64021b5 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 6238be230f65698f499a18c0b696fb06f64021b5 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
clippy lint
github.com/helix-editor/helix - bd0f6c1dfc2222c828f279c7b60fd20045d9a80a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - bd0f6c1dfc2222c828f279c7b60fd20045d9a80a authored almost 4 years ago by Blaž Hrastnik <[email protected]>
minor: fix hover key
github.com/helix-editor/helix - 8b2cbb53fd26f91a3d1682acf6c9f15819dac722 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 8b2cbb53fd26f91a3d1682acf6c9f15819dac722 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Share popup code with menu.
Menu is now just wrapped in a popup.
github.com/helix-editor/helix - 0b85c16be91d9326876b2e4a1ae6bdc1381d700d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Calculate popup rendering and sizing.
github.com/helix-editor/helix - 11c4e0b05325d8fd8046a764ec4b9e655486313d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 11c4e0b05325d8fd8046a764ec4b9e655486313d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
editor: We still want to be able to calculate cursor pos.
github.com/helix-editor/helix - 8f4ff4c646988c377218c08c851297e68e860c65 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 8f4ff4c646988c377218c08c851297e68e860c65 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
add missing fn
github.com/helix-editor/helix - 32f9a2d1d6fe4955cffffa71bbdfc5a43a6f0c9c authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 32f9a2d1d6fe4955cffffa71bbdfc5a43a6f0c9c authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Rework command mode, implement file path completion.
github.com/helix-editor/helix - 857bce0e301e81e3a90fd2f8a9683327bfc395d4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 857bce0e301e81e3a90fd2f8a9683327bfc395d4 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
clippy lints
github.com/helix-editor/helix - a16c6e25852d985d90e56981a3aba62be012071d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - a16c6e25852d985d90e56981a3aba62be012071d authored almost 4 years ago by Blaž Hrastnik <[email protected]>
commands: Implement X as extend line.
github.com/helix-editor/helix - 2088c45075875cd069a2c403ee76028146487bb0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 2088c45075875cd069a2c403ee76028146487bb0 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Bump deps.
github.com/helix-editor/helix - 4102992c4624f8d66c0285bb9d4925153a464c9b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 4102992c4624f8d66c0285bb9d4925153a464c9b authored almost 4 years ago by Blaž Hrastnik <[email protected]>
Add a selection mode again.
github.com/helix-editor/helix - ec4dd0a176ad3cfffbc1f45198e64ae83ab6add3 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - ec4dd0a176ad3cfffbc1f45198e64ae83ab6add3 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
ui: Make editor more resilient about being shrunk too small.
github.com/helix-editor/helix - 00808afe3c215d159574b23e30326379428060bf authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 00808afe3c215d159574b23e30326379428060bf authored almost 4 years ago by Blaž Hrastnik <[email protected]>
commands: Implement join_selections.
github.com/helix-editor/helix - 2c9b02039bac81cb32309bd0d4e2b08191356b9c authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 2c9b02039bac81cb32309bd0d4e2b08191356b9c authored almost 4 years ago by Blaž Hrastnik <[email protected]>
view: Reposition cursors on tree resize.
github.com/helix-editor/helix - 6336c1da20fcb1bad60147255e2805d5699a6401 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 6336c1da20fcb1bad60147255e2805d5699a6401 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
graphemes: fix nth_prev_grapheme_boundary calculation.
github.com/helix-editor/helix - ad58286dc7e1f37d0b9edf4a0ee9b5f48ab026a9 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - ad58286dc7e1f37d0b9edf4a0ee9b5f48ab026a9 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
commands: = as range formatting (via lsp)
github.com/helix-editor/helix - 1ae7c4339194c6f988202b24cd910d8c2edea737 authored almost 4 years ago by Blaž Hrastnik <[email protected]>
github.com/helix-editor/helix - 1ae7c4339194c6f988202b24cd910d8c2edea737 authored almost 4 years ago by Blaž Hrastnik <[email protected]>