aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Collapse)AuthorAge
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
|
* state.version trackingBlaž Hrastnik2020-12-03
|
* Total mess but it works: diagnostic marking.Blaž Hrastnik2020-12-03
|
* Reroute LSP notification events into the main app event loop.Blaž Hrastnik2020-12-03
|
* Move theme from view to editor, support multiple views in editor.Blaž Hrastnik2020-12-03
|
* Support multiple open views.Blaž Hrastnik2020-12-03
|
* wip: Fetching diagnostics, parsing notifications.Blaž Hrastnik2020-12-03
|
* wip: Basic LSP lifecycle requests/notifications.Blaž Hrastnik2020-12-03
|
* added col_height calculationJan Hrastnik2020-11-12
|
* various fixesJan Hrastnik2020-11-03
|
* added base col widthJan Hrastnik2020-11-02
|
* added more completions per lineJan Hrastnik2020-10-30
|
* several fixesJan Hrastnik2020-10-24
|
* completion highlightingJan Hrastnik2020-10-20
|
* wip completionJan Hrastnik2020-10-19
|
* added prompt closeJan Hrastnik2020-10-19
|
* BugfixBlaž Hrastnik2020-10-16
|
* Refactor command calling.Blaž Hrastnik2020-10-16
|
* Refactor Editor into Application and Editor/Workspace.Blaž Hrastnik2020-10-16
|
* changed fn to fnmutJan Hrastnik2020-10-16
|
* added closures to promptJan Hrastnik2020-10-16
|
* added move left&right, delete charJan Hrastnik2020-10-16
|
* moved prompt command matching to prompt.rsJan Hrastnik2020-10-16
|
* separated statusline and promptJan Hrastnik2020-10-16
|
* created prompt.rsJan Hrastnik2020-10-16
|
* refactoring editor.rsJan Hrastnik2020-10-16
|
* modified editor.render() to prepare for command mode renderingJan Hrastnik2020-10-16
|
* Move insert mode commands to a separate namespace.Blaž Hrastnik2020-10-14
|
* Share tab width definitions.Blaž Hrastnik2020-10-14
|
* CleanupBlaž Hrastnik2020-10-13
|
* Hacky undo/redo integration.Blaž Hrastnik2020-10-13
|
* fix clippy warningBlaž Hrastnik2020-10-07
|
* Cleanup: track first_line as usize.Blaž Hrastnik2020-10-07
|
* various fixesJan Hrastnik2020-10-06
|
* started work on goto modeJan Hrastnik2020-10-04
|
* Fix cursor positioning on a scrolled buffer.Blaž Hrastnik2020-10-04
|
* Fix line number rendering.Blaž Hrastnik2020-10-04
|
* Merge pull request #2 from helix-editor/tab-implementationBlaž Hrastnik2020-10-04
|\ | | | | added tab to insert mode
| * added tab to insert modeJan Hrastnik2020-10-04
| |
* | Use crate info for clap help text.Blaž Hrastnik2020-10-02
|/
* Fix cursor rendering & placement on append mode.Blaž Hrastnik2020-10-01
|
* Fix clippy warnings.Blaž Hrastnik2020-10-01
|
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
|
* removed redundant lineJan Hrastnik2020-09-30
|
* moved insert keymap to keymap.rsJan Hrastnik2020-09-30
|
* clippy warningsBlaž Hrastnik2020-09-29
|
* Extend selection commands.Blaž Hrastnik2020-09-28
|
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
|
* Sync up view size to terminal size for now.Blaž Hrastnik2020-09-21
|
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
| | | | | It still largely depends on term for some types but I plan to change that later.