1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 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
  • 7f07e66768 Cleanup: track first_line as usize. Blaž Hrastnik 2020-10-06 17:32:30 +0900
  • 5392b48268 Drop Coords. Blaž Hrastnik 2020-10-06 17:30:41 +0900
  • 61ef0a4e87 Fix scrolling calculations. Blaž Hrastnik 2020-10-07 13:58:13 +0900
  • 750610f0e7 various fixes Jan Hrastnik 2020-10-07 01:41:09 +0200
  • 88f93399fd fixed page up/down Jan Hrastnik 2020-10-05 17:58:16 +0200
  • 1035b2aea1 started work on page up/down Jan Hrastnik 2020-10-05 17:18:29 +0200
  • 7ccc4993f4 added ge command Jan Hrastnik 2020-10-05 15:47:15 +0200
  • b7ef7985ee added gg command Jan Hrastnik 2020-10-05 15:37:33 +0200
  • 038201647c started work on goto mode Jan Hrastnik 2020-10-04 23:47:37 +0200
  • b7e1c0cf82 Fix cursor positioning on a scrolled buffer. Blaž Hrastnik 2020-10-04 17:40:16 +0900
  • 226fa89d46 Fix line number rendering. Blaž Hrastnik 2020-10-04 17:37:28 +0900
  • 883b77bd24 Fix transaction.invert()/.apply() using byte counts instead of char counts. Blaž Hrastnik 2020-10-04 17:16:37 +0900
  • 197651eb30
    Merge pull request #2 from helix-editor/tab-implementation Blaž Hrastnik 2020-10-04 15:40:49 +0900
  • dc11124df5 added tab to insert mode Jan Hrastnik 2020-10-01 21:16:24 +0200
  • 7b4a4f6a3c Use crate info for clap help text. Blaž Hrastnik 2020-10-02 18:16:43 +0900