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

Commit Graph

  • 25a8a475c5
    Refactor theme parsing (#570) Gokul Soumya 2021-08-12 06:30:19 +0530
  • f96f477093
    Add WIP message to end of tutorial Omnikar 2021-08-11 17:40:51 -0400
  • 053162b910 wip Shafkath Shuhan 2021-08-11 13:49:28 -0400
  • 014cdd1377 Remove unnecessary generics and trait impls Gokul Soumya 2021-08-11 21:47:55 +0530
  • 4c2ab07410 fix: add abs_diff function gbaranski 2021-08-11 17:25:09 +0200
  • 6d1d8d241f fix(term): put calculating current line above line iteration gbaranski 2021-08-11 17:17:23 +0200
  • 6d52424303 fix: Adjust scroll offset/padding calculation to prevent wobble Blaž Hrastnik 2021-08-11 13:53:38 +0900
  • 55f1f04717 Highlight (html) tags Blaž Hrastnik 2021-08-11 13:23:57 +0900
  • 7b16ae7c4a Bump deps Blaž Hrastnik 2021-08-11 13:23:48 +0900
  • 1863ed9927 Add ledger tree-sitter Ivan Tham 2021-08-11 10:29:51 +0800
  • 627b899315 ui: completion: Insert suggestions when tabbing over them Blaž Hrastnik 2021-08-10 14:12:57 +0900
  • 6cd77ef380 nix: Update flake Blaž Hrastnik 2021-08-10 11:20:05 +0900
  • f917b5a441 ui: completion: Use sort_text to sort the completions Blaž Hrastnik 2021-08-10 11:19:07 +0900
  • dde2be9395
    Fix surround_replace replacing the wrong character on the right. (#571) Nathan Vegdahl 2021-08-10 17:17:59 -0700
  • f502ffb39f feat(helix-term): rendering line-number according to configuration gbaranski 2021-08-10 21:17:10 +0200
  • 00cdb0b748 fix(helix-view): remove LineNumber::None gbaranski 2021-08-10 21:16:51 +0200
  • 4109e4540a feat(helix-term): passing editor::Config to render gbaranski 2021-08-10 21:16:32 +0200
  • 64d6cc3390 feat(helix-term): relative line numbers gbaranski 2021-08-10 20:50:32 +0200
  • 08dff863cc feat(helix-view): configuring line-number gbaranski 2021-08-10 20:50:23 +0200
  • 49b4751e45 Fix surround_replace replacing the wrong character on the right. Nathan Vegdahl 2021-08-10 09:58:22 -0700
  • 13079413df Refactor theme parsing Gokul Soumya 2021-08-10 14:47:49 +0530
  • ecc857bee7 Use normal picker for code actions Gokul Soumya 2021-08-10 15:16:34 +0530
  • a7a46087d9 helix-term: add config option for specifying log file Dmitry Sharshakov 2021-08-09 18:25:01 +0300
  • 7fbc25a94e Merge branch 'master' into primary-clipboard Dmitry Sharshakov 2021-08-10 08:49:13 +0300
  • 27b551d345
    helix-term: handle scrolling when mouse is enabled (#554) Dmitry Sharshakov 2021-08-10 08:35:20 +0300
  • 98afa09d95 simplify Blaž Hrastnik 2021-08-10 14:27:40 +0900
  • b239f0f45f
    add java highlighting (#448) Kirawi 2021-08-10 01:09:57 -0400
  • 86209c93a3 Appease clippy Blaž Hrastnik 2021-08-10 10:58:37 +0900
  • 21e5662125
    Make exit_select_mode check current mode (#568) Omnikar 2021-08-09 21:57:07 -0400
  • a4564adadd fix: Don't crash if language servers time out Blaž Hrastnik 2021-08-10 10:52:02 +0900
  • 0a7add4ad4 Only recalculate resize during rendering, this stops flashing on resize Blaž Hrastnik 2021-06-09 15:46:13 +0900
  • 4828b03a22
    Move shell config to editor and use in command Omnikar 2021-08-09 14:17:54 -0400
  • 689b2b5230
    Merge branch 'master' into shell-cmds Omnikar 2021-08-09 13:34:52 -0400
  • 78b3583708
    Make exit_select_mode check current mode Omnikar 2021-08-09 12:55:09 -0400
  • 02c11cde71
    Make exit_select_mode check current mode Omnikar 2021-08-09 12:44:14 -0400
  • 3f2b235f2b Add docs for registers, multi key remaps Gokul Soumya 2021-08-07 11:11:43 +0530
  • 3209aae729
    helix-term: refactor mouse events and scrolling Dmitry Sharshakov 2021-08-09 12:27:31 +0300
  • 0bb5a13315 Merge branch 'master' into fuzzy-finder-preview Gokul Soumya 2021-08-09 14:18:05 +0530
  • 805c0e00bd Reorganize buffer rendering Gokul Soumya 2021-08-09 11:31:42 +0530
  • 815ee9e334
    fix small terminal size panic with info popup (#563) Kirawi 2021-08-09 02:46:58 -0400
  • 838dd0a53b fix subtraction overflow panic Shafkath Shuhan 2021-08-08 22:35:51 -0400
  • ea541b1bc0 remove unused enumerator Shafkath Shuhan 2021-08-08 22:29:48 -0400
  • b5223618ed Document pos_at_coords better. Nathan Vegdahl 2021-08-07 15:34:01 -0700
  • 6f416de69e fix small terminal size panic with info popup Shafkath Shuhan 2021-08-08 20:15:02 -0400
  • a12641c9f9 document more of document.rs Shafkath Shuhan 2021-08-08 15:31:05 -0400
  • e977fbea89
    helix-term: do not focus view while scrolled Dmitry Sharshakov 2021-08-08 22:04:39 +0300
  • 75bcb1b7b3 Add command to set tab display width. Nathan Vegdahl 2021-08-08 11:19:47 -0700
  • 5ba62411d8
    clipboard: fix errors in Windows build Dmitry Sharshakov 2021-08-08 14:33:21 +0300
  • 79a79c5b7a
    clipboard: return empty string when primary clipboard is missing Dmitry Sharshakov 2021-08-08 14:27:03 +0300
  • cbd58f1a2d
    clipboard-win: fix build Dmitry Sharshakov 2021-08-08 14:15:38 +0300
  • 13c8a0c5e4
    clipboard: remove memory fallback for command and windows providers Dmitry Sharshakov 2021-08-08 13:54:30 +0300
  • 92948353eb
    helix-term: use new config for middle-click-paste Dmitry Sharshakov 2021-08-08 13:42:24 +0300
  • bded2fd761 Merge branch 'master' into primary-clipboard Dmitry Sharshakov 2021-08-08 13:35:20 +0300
  • af3c2dcc13
    helix-term: remove duplicating code Dmitry Sharshakov 2021-08-08 10:31:22 +0300
  • e4a5421e1f
    helix-term: support inverted scrolling Dmitry Sharshakov 2021-08-08 10:15:54 +0300
  • 33f1d81892
    helix-term: scroll hovered view Dmitry Sharshakov 2021-08-08 09:22:59 +0300
  • 2de373b263
    config: add scroll-lines property Dmitry Sharshakov 2021-08-08 08:42:38 +0300
  • 7eed4ebf44
    config: defaults for edtior config Dmitry Sharshakov 2021-08-08 08:28:18 +0300
  • 0e57a9b76a
    helix-term: use new config for scrolling Dmitry Sharshakov 2021-08-08 08:24:46 +0300
  • 14e7a6b110 helix-term: configure scrolling speed Dmitry Sharshakov 2021-08-07 13:37:44 +0300
  • 6f92855cfd helix-term: handle scrolling when mouse is enabled Dmitry Sharshakov 2021-08-06 21:44:38 +0300
  • a2ccfffda1 config: Rename [terminal] to [editor] and pass it into Editor Blaž Hrastnik 2021-08-08 14:07:14 +0900
  • f0eb6ed96a Resolve a couple TODOs Blaž Hrastnik 2021-08-08 13:50:03 +0900
  • 2121f24059 deploy: dbd853a08211123c335d1bdeead7865d30d08a3f archseer 2021-08-08 04:31:31 +0000