Commit graph

  • d181027225 fix: undo/redo selection handling. Blaž Hrastnik 2020-12-21 13:42:47 +0900
  • 3f0dbfcac8
    Merge pull request #7 from helix-editor/interactive-split-select Blaž Hrastnik 2020-12-18 19:24:50 +0900
  • 25aa45e76c picker: Factor out file picker, we want to reuse code for other pickers. Blaž Hrastnik 2020-12-18 19:19:50 +0900
  • 0b63e838e0 Port over Doc::relative_path. Blaž Hrastnik 2020-12-18 17:18:11 +0900
  • 8b263ef04b picker: open file on Enter. Blaž Hrastnik 2020-12-18 17:16:04 +0900
  • edfd3933db picker: Implement fuzzy search. Blaž Hrastnik 2020-12-18 16:43:15 +0900
  • 4f9cde25cf Bump deps. Blaž Hrastnik 2020-12-17 19:30:41 +0900
  • 7c75ec04e8 File picker mockup, reuses the line editor work done on Prompt. Blaž Hrastnik 2020-12-17 18:08:16 +0900
  • ed60866c54 Add an :o open command. Blaž Hrastnik 2020-12-16 16:34:12 +0900
  • 8f0b28aeb8 Make the select prompt interactive. Blaž Hrastnik 2020-12-15 19:29:56 +0900
  • 1a843b6c06 prompt: make the callback a FnOnce. Blaž Hrastnik 2020-12-15 19:07:25 +0900
  • 2bfdcede32 split_selection Blaž Hrastnik 2020-12-14 16:02:07 +0900
  • f92998a14b Prompt needs to close on enter. Blaž Hrastnik 2020-12-14 15:59:48 +0900
  • ca809617b2 Take prompt length into account. Blaž Hrastnik 2020-12-14 15:58:03 +0900
  • ed6a4c4bd2 wip: Use prompt for interactive commands. Blaž Hrastnik 2020-12-14 14:12:54 +0900
  • b12a6dc830
    Merge pull request #6 from helix-editor/compositor Jan Hrastnik 2020-12-13 12:30:36 +0100
  • 07801b60bc Remove the prompt on ESC. Blaž Hrastnik 2020-12-13 13:57:28 +0900
  • 7dc24a25ba Move ui modules under a ui:: namespace. Blaž Hrastnik 2020-12-13 13:35:30 +0900
  • ef0d062b1f Fix cursor positioning. Blaž Hrastnik 2020-12-13 13:29:34 +0900
  • 8695415fbf wip: Move to new rendering structure. Blaž Hrastnik 2020-12-13 12:23:50 +0900
  • 29cb33300b wip Blaž Hrastnik 2020-12-12 20:18:44 +0900
  • ada3f92c5b wip: Getting the new prompt to render in a new layer. Blaž Hrastnik 2020-12-11 18:25:09 +0900
  • 5103dc9617 move commands and keymap back to terminal. Blaž Hrastnik 2020-12-10 18:13:42 +0900
  • be3c021046 snapshot Blaž Hrastnik 2020-12-07 15:18:37 +0900
  • 83f2c24115 wip: Compositor Blaž Hrastnik 2020-12-06 11:53:58 +0900
  • b7a3e525ed
    Merge pull request #5 from helix-editor/lsp Blaž Hrastnik 2020-12-03 13:12:40 +0900
  • 39bf1ca825 Update deps. Blaž Hrastnik 2020-12-01 09:53:17 +0900
  • a7869c728c wip Blaž Hrastnik 2020-11-05 15:15:19 +0900
  • 3f707c19f4 Save command Blaž Hrastnik 2020-10-30 17:00:30 +0900
  • 8f0bcfe286 Introduce a command context that carries the executor and other fields. Blaž Hrastnik 2020-10-30 14:09:59 +0900
  • ae8a9e5bac lsp: Make base request methods take &self instead of &mut self. Blaž Hrastnik 2020-10-29 14:06:33 +0900
  • cc6bdf8f66 Text change generation, RPC call handling. Blaž Hrastnik 2020-10-23 18:48:03 +0900
  • af1924404a Configure logging (-vv for debug level logs) Blaž Hrastnik 2020-10-23 14:33:09 +0900
  • eff6fac9ec clippy lint Blaž Hrastnik 2020-10-23 13:51:08 +0900
  • f5981f72c2 Introduce Selection::point. Blaž Hrastnik 2020-10-23 12:09:40 +0900
  • 55fa86248c Introduce doc.selection()/set_selection() Blaž Hrastnik 2020-10-23 12:06:33 +0900
  • e4070d4de0 Bump document version on undo/redo. Blaž Hrastnik 2020-10-23 11:37:32 +0900
  • efc5aa2016 Simplify old_state handling. Blaž Hrastnik 2020-10-23 11:36:46 +0900
  • c0e17dd324 Fix undo/redo not updating the syntax tree. Blaž Hrastnik 2020-10-23 11:32:25 +0900
  • b39849dde1 Refactor: Document type as a wrapper around barebones State. Blaž Hrastnik 2020-10-22 14:35:07 +0900
  • 81ccca0c6a Improve error typing. Blaž Hrastnik 2020-10-21 16:42:45 +0900
  • ef5e5f9296 state.version tracking Blaž Hrastnik 2020-10-21 13:47:20 +0900
  • 49254d7180 Total mess but it works: diagnostic marking. Blaž Hrastnik 2020-10-20 15:42:53 +0900
  • f9bfba4d96 Reroute LSP notification events into the main app event loop. Blaž Hrastnik 2020-10-20 13:58:34 +0900
  • 64b5b23315 Move theme from view to editor, support multiple views in editor. Blaž Hrastnik 2020-10-19 17:18:03 +0900
  • b2b3083a62 Support multiple open views. Blaž Hrastnik 2020-10-19 16:20:59 +0900
  • 13cb442850 wip: Fetching diagnostics, parsing notifications. Blaž Hrastnik 2020-10-19 16:09:44 +0900
  • f03830b047 wip: Basic LSP lifecycle requests/notifications. Blaž Hrastnik 2020-10-18 18:01:06 +0900
  • 8adcf5083f wip Blaž Hrastnik 2020-10-15 23:32:07 +0900
  • 2e12fc9a7c
    Merge pull request #4 from helix-editor/completion-suggestion Blaž Hrastnik 2020-12-02 09:44:51 +0900
  • 1a3c647adf added col_height calculation Jan Hrastnik 2020-11-13 00:07:21 +0100
  • 2b44031929 various fixes Jan Hrastnik 2020-11-03 10:57:12 +0100
  • c9e9fcf7c5 added base col width Jan Hrastnik 2020-11-02 10:41:27 +0100
  • 28a1e11fda added more completions per line Jan Hrastnik 2020-10-30 12:22:58 +0100
  • 956173bcea completion is now added to prompt.line Jan Hrastnik 2020-10-24 14:06:10 +0200
  • a123cf37a0 several fixes Jan Hrastnik 2020-10-24 13:36:34 +0200
  • 8f37c26f35 completion highlighting Jan Hrastnik 2020-10-20 23:02:02 +0200
  • f3ddb8631f wip completion Jan Hrastnik 2020-10-19 20:08:47 +0200
  • 06502e5a2e added prompt close Jan Hrastnik 2020-10-19 19:39:35 +0200
  • ae8ff9623e fix warnings Jan Hrastnik 2020-10-19 16:16:00 +0200
  • bc2c652fe8 Bugfix Blaž Hrastnik 2020-10-16 16:58:26 +0900
  • 49b4cdb566 Refactor command calling. Blaž Hrastnik 2020-10-16 14:37:12 +0900
  • 49cc6c1924 Refactor Editor into Application and Editor/Workspace. Blaž Hrastnik 2020-10-16 12:29:22 +0900
  • 267602328c changed fn to fnmut Jan Hrastnik 2020-10-15 12:14:54 +0200
  • fa55b1e51c added closures to prompt Jan Hrastnik 2020-10-15 12:08:01 +0200
  • 3c0f187c5b added move start&end Jan Hrastnik 2020-10-13 19:10:50 +0200
  • 7d58378374 added move left&right, delete char Jan Hrastnik 2020-10-13 18:57:55 +0200
  • ed03ec92a8 moved prompt command matching to prompt.rs Jan Hrastnik 2020-10-13 00:23:48 +0200
  • 7208c86f23 separated statusline and prompt Jan Hrastnik 2020-10-10 19:54:16 +0200
  • c60f1a6553 created prompt.rs Jan Hrastnik 2020-10-09 22:55:45 +0200
  • 9e7b6465c6 refactoring editor.rs Jan Hrastnik 2020-10-09 22:05:57 +0200
  • 0c0c2c7103 modified editor.render() to prepare for command mode rendering Jan Hrastnik 2020-10-08 00:02:32 +0200
  • 16828d322a wip Blaž Hrastnik 2020-10-15 23:31:37 +0900
  • 6e658aae1c Auto-indent on enter based on tree-sitter scopes. Blaž Hrastnik 2020-10-14 18:07:42 +0900
  • 6ae3c26def Updated dependencies. Blaž Hrastnik 2020-10-14 14:34:09 +0900
  • 4996f1b4d3 Move insert mode commands to a separate namespace. Blaž Hrastnik 2020-10-14 12:09:55 +0900
  • 77ff51cef9 Share the padding definition too. Blaž Hrastnik 2020-10-14 12:03:10 +0900
  • d64f4beede Share tab width definitions. Blaž Hrastnik 2020-10-14 12:01:41 +0900
  • 0b74d423d0 Validate compose len after applying a is same as before applying b. Blaž Hrastnik 2020-10-14 11:55:24 +0900
  • 7fcc6f8f1b Fix overlapping (insert | delete) compose Blaž Hrastnik 2020-10-14 11:46:13 +0900
  • 94f9603c74 Fix compose not merging certain changesets correctly. Blaž Hrastnik 2020-10-14 09:38:52 +0900
  • 989080afed clippy lint Blaž Hrastnik 2020-10-13 23:11:30 +0900
  • 0826739c62 < as unindent Blaž Hrastnik 2020-10-13 23:08:28 +0900
  • c7616d248e Update deps Blaž Hrastnik 2020-10-09 16:59:16 +0900
  • 00e661f600 Indent draft, linewise paste Blaž Hrastnik 2020-10-09 16:58:43 +0900
  • 4a648555ed Don't try to compose zero-width deletes. Blaž Hrastnik 2020-10-08 14:21:03 +0900
  • 490e23b645 Simplify changeset tracking. Blaž Hrastnik 2020-10-07 22:22:50 +0900
  • 518426b9f4 Factor out append_changes_to_history Blaž Hrastnik 2020-10-07 18:31:16 +0900
  • a5be718dc6 x for line selection Blaž Hrastnik 2020-10-07 18:31:04 +0900
  • 8098279676 Cleanup Blaž Hrastnik 2020-10-06 18:59:23 +0900
  • 1dba0f2b1c Simple yank/paste registers. Blaž Hrastnik 2020-10-06 16:00:23 +0900
  • eba5b1ef33 Fix changeset composition, lengths don't have to match. Blaž Hrastnik 2020-10-06 14:44:33 +0900
  • b765c17896 Hacky undo/redo integration. Blaž Hrastnik 2020-10-06 14:44:18 +0900
  • 0926904d4c Update README. Blaž Hrastnik 2020-10-05 16:12:55 +0900
  • 04b1546634 history.redo() Blaž Hrastnik 2020-10-05 16:12:36 +0900
  • 8c7bc71ede Split on matches off by one, breaks tests again. Blaž Hrastnik 2020-10-04 17:42:36 +0900
  • fd311fb8ad Undo tree draft. Blaž Hrastnik 2020-10-04 17:15:43 +0900
  • 9a73d3f1b9 fix clippy warning Blaž Hrastnik 2020-10-07 14:16:45 +0900
  • 03795e5674 Fix cursor jumping when we're positioned in top padding pressing up. Blaž Hrastnik 2020-10-07 14:15:32 +0900
  • 6848702b1f
    Merge pull request #3 from helix-editor/goto-implementation Blaž Hrastnik 2020-10-07 14:06:25 +0900