aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
Commit message (Expand)AuthorAge
...
| * Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* | Add `Range` methods for various kinds of validation.Nathan Vegdahl2021-07-01
|/
* Add some async job infrastructure.Joe Neeman2021-06-30
* ui: Use a box drawing character vertical line for splitsBlaž Hrastnik2021-06-29
* ui: Simplify conditionalBlaž Hrastnik2021-06-27
* Merge tab & char rendering codeBlaž Hrastnik2021-06-27
* This char_index is unusedBlaž Hrastnik2021-06-27
* Allocate the tab stop only onceBlaž Hrastnik2021-06-27
* Extract the merge "operator" into helix-coreBlaž Hrastnik2021-06-27
* Appease clippyBlaž Hrastnik2021-06-27
* Turn diagnostics rendering into span injection tooBlaž Hrastnik2021-06-27
* Simplify selection rendering by injecting highlight scopesBlaž Hrastnik2021-06-27
* Fix silly mistake in previous phantom line bug fix.Nathan Vegdahl2021-06-26
* Fix highlight code splitting graphemes.Nathan Vegdahl2021-06-26
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* Patch the primary cursor with insert and select styleswojciechkepka2021-06-23
* Refactor, add `ui.cursor.primary`wojciechkepka2021-06-23
* Add ability to theme primary selecitionwojciechkepka2021-06-23
* Add ability to theme cursorwojciechkepka2021-06-23
* Increment char_index by grapheme char count.Nathan Vegdahl2021-06-23
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* Merge pull request #224 from helix-editor/line_ending_detectionBlaž Hrastnik2021-06-22
|\
| * Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec...Nathan Vegdahl2021-06-20
| |\
| * | Misc fixes and clean up of line ending detect code.Nathan Vegdahl2021-06-20
| * | Merge remote-tracking branch 'origin/master' into line_ending_detectionJan Hrastnik2021-06-19
| |\ \
| * | | trying out line ending helper functions in commands.rsJan Hrastnik2021-06-16
| * | | rebase on branch line_ending_detectionJan Hrastnik2021-06-16
* | | | Add progress spinners to status linewojciechkepka2021-06-21
| |_|/ |/| |
* | | Fix overflowwojciechkepka2021-06-19
* | | Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
| |/ |/|
* | Refactor key into helix-viewIvan Tham2021-06-19
* | Add `ui.statusline.inactive`, use `ui.statusline` for statusline textwojciechkepka2021-06-18
* | Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* | Configurable keys 2 (Mapping keys to commands) (#268)PabloMansanet2021-06-17
|/
* Add theme key for selected line numberGokul Soumya2021-06-16
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Remove RwLock for registersBenoît CORTIER2021-06-15
* Use `_impl` suffix instead of `_` prefixBenoît CORTIER2021-06-15
* Remove indent style status-line display for now.Nathan Vegdahl2021-06-15
* Implement command to change the indent-style setting of a document.Nathan Vegdahl2021-06-15
* Render indent-style status in status line.Nathan Vegdahl2021-06-15
* Add ui.selection to theme.tomlGokul Soumya2021-06-14
* Support go to line 1Zheming Li2021-06-08
* Make matching bracket dimmed, prevent out of bounds renderingWojciech Kępka2021-06-08
* Address clippy lintBlaž Hrastnik2021-06-07
* Implement register selectionBenoît CORTIER2021-06-07
* Revert the line number rendering change, we were correct beforeBlaž Hrastnik2021-06-07
* fix: 2 panics while setting style + off by 1ahkrr2021-06-07
* Add diagnostics keybindingsWojciech Kępka2021-06-07