Commit Graph

  • 830768b715 Reorganize Copy and CopyLine actions Dmytro Maluka 2024-06-09 01:53:45 +0200
  • 2860efbe3a CutLine: remove unneeded if check Dmytro Maluka 2024-06-09 12:16:25 +0200
  • 52ed4315ff Make lastCutTime actually work Dmytro Maluka 2024-06-09 12:07:07 +0200
  • 8bc67569f9 Fix CopyLine at the last empty line of buffer Dmytro Maluka 2024-06-09 01:46:46 +0200
  • df8d5285bf Fix Cursor{Up,Down} after CopyLine Dmytro Maluka 2024-06-09 00:24:54 +0200
  • 19c69f9eaa Fix Cursor{Up,Down} after DeleteLine and CutLine Dmytro Maluka 2024-06-08 19:14:30 +0200
  • d461c784ad
    Update Zig syntax to handle ZON (Zig Object Notation) files. Alex Rønne Petersen 2024-06-02 23:02:01 +0200
  • 7b50629094
    Adding more keywords to signature Neko Box Coder 2024-06-08 22:58:37 +0100
  • 27c3e1857a
    Adding support to single quote separator & char literal error workaround Neko Box Coder 2024-06-08 22:58:10 +0100
  • f4d576b6e0 Allow action chaining of 'FindNext' and 'FindPrevious' Massimo Mund 2024-06-08 11:06:54 +0200
  • 1c964ebe87
    Create bend.yaml Rohan Vashisht 2024-06-05 19:26:42 +0400
  • 453ca9d351
    Merge branch 'zyedidia:master' into bend Rohan Vashisht 2024-06-05 19:17:00 +0400
  • 9eb8782ff2
    Rework FindMatchingBrace() interface and implementation (#3319) Dmytro Maluka 2024-06-05 00:56:19 +0200
  • 46e55c8e91
    Fixed trailing line spaces being ignored by word- or subword-jumps (#3321) Massimo Mund 2024-06-04 21:10:09 +0200
  • dd913df9e9
    Reordered prompt done callback to avoid accessing out of bound history (#3318) Neko Box Coder 2024-06-02 19:00:13 +0100
  • 26f192c575
    Formatting Neko Box Coder 2024-06-02 17:13:41 +0100
  • f8a55f0d26
    Merge 79517d1163 into e9bd1b35f4 Lincoln Junior 2024-05-30 19:43:30 +0200
  • c1387ef523 Fixed trailing line spaces being ignored by word- or subword-jumps Massimo Mund 2024-05-29 21:00:14 +0200
  • 3b00cae47a
    Address review comments anatoly techtonik 2024-05-27 22:37:39 +0300
  • 8632471bcd Rework FindMatchingBrace() interface and implementation Dmytro Maluka 2024-05-26 16:21:33 +0200
  • 9bf34c2a59
    Merge branch 'zyedidia:master' into master sias32 2024-05-26 14:51:29 +0300
  • 54264a4918
    Reordered prompt done callback to avoid accessing out of bound history Neko Box Coder 2024-05-25 17:58:39 +0100
  • 62ee8fd8f9
    Update runtime/syntax/scons.yaml Yevhen Babiichuk (DustDFG) 2024-05-25 09:35:23 +0300
  • 889759b802
    Merge dbf524615c into e9bd1b35f4 vicencb 2024-05-25 03:26:37 +0200
  • b3dbcec0c7
    suggested change stone-w4tch3r 2024-05-24 16:11:20 +0500
  • 882c602bda
    Add how to exec commands to tutorial anatoly techtonik 2024-05-24 13:48:07 +0300
  • c5bfd70e2a
    Add actual tutorial anatoly techtonik 2024-05-24 13:29:34 +0300
  • e627d81151
    Add syntax highlighting for PRQL Jonathan 2024-05-23 22:42:28 +0200
  • e9bd1b35f4
    Merge pull request #3270 from niten94/sh-break-continue Jöran Karl 2024-05-22 22:21:06 +0200
  • 4911a56181 Add commands in shell syntax file niten94 2024-05-23 00:59:58 +0800
  • 343812bd2e Change color of commands in shell syntax file niten94 2024-05-23 00:49:13 +0800
  • 35630aa736
    Merge pull request #2665 from masmu/feature/sub-words Jöran Karl 2024-05-22 06:24:19 +0200
  • a304014912
    Updating test for windows Neko Box Coder 2024-05-20 23:46:34 +0100
  • 78fcf2fc31 Updated WordLeft() and WordRight() behavior to be in line with SubWordLeft() and SubWordRight() Massimo Mund 2024-05-14 09:01:44 +0200
  • 5dbdf8c0e8 Implemented SubWordRight, SubWordLeft, SelectSubWordRight, SelectSubWordLeft and DeleteSubWordRight, DeleteSubWordLeft Massimo Mund 2024-05-14 08:59:08 +0200
  • 889a841575 Replaced IsNonAlphaNumeric() with IsNonWordChar() Massimo Mund 2024-05-14 08:51:13 +0200
  • 9e6c33afbf
    Update bindings.go Neko Box Coder 2024-05-19 13:00:49 +0100
  • d943dcf256 Merge branch 'master' of https://github.com/fswarbrick/micro-z-OS Frank Swarbrick 2024-05-16 14:34:17 -0600
  • 6bb279b180 z/OS requires github.com/mattn/go-isatty v0.0.13. Frank Swarbrick 2024-05-16 14:32:26 -0600
  • c15d0a0be9 One more time. Frank Swarbrick 2024-05-16 13:50:25 -0600
  • f002f6fd7e Revert "Redo last commit." Frank Swarbrick 2024-05-16 13:40:56 -0600
  • 881833bd1d Redo last commit. Frank Swarbrick 2024-05-16 13:35:17 -0600
  • 8fb9ec01a2 Revert "z/OS requires github.com/mattn/go-isatty v0.0.16" Frank Swarbrick 2024-05-16 13:31:41 -0600
  • f4ba6325d7 z/OS requires github.com/mattn/go-isatty v0.0.16 Frank Swarbrick 2024-05-15 14:15:24 -0600
  • 917650826a
    Merge pull request #3291 from dmaluka/diffgutter-cleanup Dmytro Maluka 2024-05-14 18:03:07 +0200
  • b70f0eb113
    Add onAnyEvent callback (#3244) Dmytro Maluka 2024-05-14 18:01:15 +0200
  • 5a159ce444 updateDiffSync(): fix potential race Dmytro Maluka 2024-05-12 20:35:07 +0200
  • bca35a5939 Simplify UpdateDiff() interface Dmytro Maluka 2024-05-12 20:02:51 +0200
  • a00b3bc2d8 Added support for z/OS. Frank Swarbrick 2024-05-11 21:20:56 -0600
  • f5a19cf99b
    Update buzz.yaml Rohan Vashisht 2024-05-03 22:07:20 +0530
  • 530503c85e
    Update runtime/syntax/buzz.yaml Rohan Vashisht 2024-05-03 21:58:33 +0530
  • b37c05039e
    Update runtime/syntax/buzz.yaml Rohan Vashisht 2024-05-03 21:58:25 +0530
  • f20e4e8ea3
    Update runtime/syntax/buzz.yaml Rohan Vashisht 2024-05-03 21:58:19 +0530
  • c7b771a0d7
    Update runtime/syntax/buzz.yaml Rohan Vashisht 2024-05-03 21:57:47 +0530
  • 777a240f96
    Update buzz.yaml Rohan Vashisht 2024-05-03 20:19:17 +0530
  • 5da7c171fc
    Update runtime/syntax/buzz.yaml Rohan Vashisht 2024-05-03 20:12:54 +0530
  • abd6cb7f36
    Update buzz.yaml Rohan Vashisht 2024-05-03 20:09:01 +0530
  • 4c28b80d3e
    Update buzz.yaml Rohan Vashisht 2024-05-03 17:36:01 +0530
  • 42603f74f0
    Create buzz.yaml Rohan Vashisht 2024-05-03 17:32:07 +0530
  • 0925cdbec1
    Delete runtime/syntax/buzz.yaml Rohan Vashisht 2024-05-03 16:41:50 +0530
  • 501811c1ea
    Create buzz.yaml Rohan Vashisht 2024-05-03 16:41:32 +0530
  • c8c985f93a
    Update carbon.yaml Rohan Vashisht 2024-05-02 23:18:44 +0530
  • 141da02789
    Update carbon.yaml Rohan Vashisht 2024-05-02 23:05:36 +0530
  • 24a2c1fb3c
    Create carbon.yaml Rohan Vashisht 2024-05-02 22:34:58 +0530
  • 4962952879
    Merge bcccdfb5fe into 1f51d0b9e2 Yevhen Babiichuk (DustDFG) 2024-04-29 14:38:18 +0300
  • 1f51d0b9e2
    Merge pull request #3271 from JoeKar/fix/inactive-mouse-release Jöran Karl 2024-04-27 23:22:57 +0200
  • 0a1447b688 action: tab: Stop resize in case of mouse release while not pressed Jöran Karl 2024-04-25 22:53:56 +0200
  • 2ecdac8405 action: tab: Release mouse press in case of mouse release while not pressed Jöran Karl 2024-04-25 23:10:01 +0200
  • 385437d400
    Merge pull request #3266 from JoeKar/fix/keysequence-comparison Jöran Karl 2024-04-26 17:37:19 +0200
  • 1c35f3dc39
    Merge pull request #3261 from JoeKar/fix/command-term Jöran Karl 2024-04-26 17:36:12 +0200
  • 07cda68795 initlua: Correct return type of CurPane() to be of type *BufPane Jöran Karl 2024-04-23 20:50:10 +0200
  • 3919cf399f action: Provide Name() to treat TermPane as Pane Jöran Karl 2024-04-21 22:57:07 +0200
  • b05df07df2 bindings: Small refactoring of TryBindKey() for better readability Jöran Karl 2024-04-25 18:42:00 +0200
  • 8af890a0a3 bindings: Correct KeySequenceEvent comparison Jöran Karl 2024-04-25 18:36:01 +0200
  • ff5b147639
    Merge pull request #3267 from dmaluka/dokeyevent-improvements Dmytro Maluka 2024-04-25 21:59:44 +0200
  • 3f810c24d2
    Fix Deselect() after mouse selection (#3268) Dmytro Maluka 2024-04-25 21:58:40 +0200
  • 26fa15c147 action: Stop action iteration in the moment the current pane isn't a BufPane Jöran Karl 2024-04-23 20:44:24 +0200
  • 147943837d
    Fix cursor moving down when selection exist. Solves (#3087) (#3091) Yevhen Babiichuk (DustDFG) 2024-04-25 03:27:41 +0300
  • 54276b5118 Fix Deselect() after mouse selection Dmytro Maluka 2024-04-25 02:08:16 +0200
  • 24406a5ae8 Comment plugin: doc: fix incorrect keybinding Dmytro Maluka 2024-04-25 01:28:34 +0200
  • 8632b82cbe infopane: DoKeyEvent: it is buggy, let's add a TODO for now Dmytro Maluka 2024-04-25 00:28:11 +0200
  • fade304667 infopane: HandleEvent: refactor y/n prompt handling Dmytro Maluka 2024-04-25 00:13:37 +0200
  • 5b3737fb2a infopane: HandleEvent: reset key sequence when handling y/n prompt Dmytro Maluka 2024-04-25 00:05:27 +0200
  • 36bf3f6619 DoKeyEvent: document return value Dmytro Maluka 2024-04-24 23:21:28 +0200
  • 8c7f63ac15 infopane: DoKeyEvent: ignore action return value Dmytro Maluka 2024-04-24 22:50:00 +0200
  • 18f3e1bf89
    Merge pull request #3245 from dmaluka/onsetactive-fix Dmytro Maluka 2024-04-23 21:28:03 +0200
  • e48575f349
    Add onBufPaneOpen error checking (#3246) Dmytro Maluka 2024-04-23 21:23:25 +0200
  • eec068a4fc
    help/colors: syntax: document default.yaml (#3262) Dmytro Maluka 2024-04-23 21:21:51 +0200
  • e9e0d4436e help/colors: syntax: document default.yaml Dmytro Maluka 2024-04-23 00:31:02 +0200
  • dbf524615c First step towards implementing code folding Vicente Bergas 2024-03-16 20:06:56 +0100
  • 5510317942
    Relocate buffer view when reloading file (#3250) Dmytro Maluka 2024-04-21 22:49:01 +0200
  • 169a9a65fa
    Merge pull request #3259 from dmaluka/default-syntax-followup Dmytro Maluka 2024-04-21 22:48:33 +0200
  • c3052b491f
    parser: Check and prompt for empty patterns and region properties (fix crash) (#3256) Jöran Karl 2024-04-21 20:13:28 +0200
  • b929c61228 help/colors: syntax: document that nested includes are not supported Dmytro Maluka 2024-04-21 15:41:49 +0200
  • 08c516c730 UpdateRules: optimize out HasIncludes() usage Dmytro Maluka 2024-04-21 15:14:21 +0200
  • 1bddc8d03e UpdateRules: move include logic to a helper function Dmytro Maluka 2024-04-21 15:13:03 +0200
  • f9cad2e448
    action: Fix the duplication of the unknown filetype (#3258) Jöran Karl 2024-04-19 06:01:27 +0200
  • 3aed20fde9 UpdateRules: correct the comments Dmytro Maluka 2024-04-19 00:10:58 +0200
  • a436dae587 UpdateRules: allow includes in default.yaml Dmytro Maluka 2024-04-18 23:29:33 +0200
  • 5610d01e08 UpdateRules: fix set filetype unknown Dmytro Maluka 2024-04-18 22:39:16 +0200