Commit graph

  • 5306bdfba3
    Merge branch 'master' into patch-1 stone-w4tch3r 2024-08-07 16:23:38 +0500
  • 00cc297a90
    Change urls stone-w4tch3r 2024-08-07 16:18:34 +0500
  • 1fae584eea tools/cross-compile.sh: Remove unused variables Jöran Karl 2024-08-05 23:10:31 +0200
  • 0d51035acd undo/redo: Remove no longer needed teCursor temp var Dmytro Maluka 2024-08-04 13:56:03 +0200
  • 658c20ff2a undo/redo: Don't change remembered cursor location Dmytro Maluka 2024-08-04 13:36:59 +0200
  • 61ec1c30ac
    Adding timeout when fetching plugin & more clear plugin error message Neko Box Coder 2024-07-15 15:44:09 +0100
  • 922881e3cd
    Merge feeda28d1f into 2259fd10af Jöran Karl 2024-08-04 13:31:12 +1000
  • a9b098cdf0 Implemented new actions SelectWord, FindSelected, SelectNextTextOccurrence, SelectPreviousTextOccurrence Massimo Mund 2024-07-24 12:52:41 +0200
  • 2259fd10af
    Add Shift-Page Up/Down keybindings (#3407) Justin Su 2024-07-31 14:35:09 -0400
  • a765b966dc
    Fix indentation Justin Su 2024-07-31 00:16:57 -0400
  • a8e54387f7
    Document Shift-Page Up/Down keybindings in keybindings.md Justin Su 2024-07-30 21:24:27 -0400
  • 3edb47cda8
    Add Shift-Page Up/Down keybindings in defaults_darwin.go Justin Su 2024-07-30 21:24:22 -0400
  • 322d898586
    Add Shift-Page Up/Down keybindings in defaults_other.go Justin Su 2024-07-30 21:24:19 -0400
  • b8772b69c2
    Use // comments for .json (#3388) Justin Su 2024-07-30 16:58:07 -0400
  • e042bb3514
    release: Use GitHub Actions for manually triggered builds and artifact uploads (#3397) Jöran Karl 2024-07-21 13:10:26 +0200
  • d173e527ac
    Merge pull request #3352 from dmaluka/action-return-values Dmytro Maluka 2024-07-20 15:52:18 +0200
  • f8e532b0d7
    Adding selection for ParagraphPrevious and ParagraphNext. (#3353) hchac 2024-07-20 06:21:57 -0400
  • d4a1cddf72 release: Use GitHub Actions for manually triggered builds and artifact uploads Jöran Karl 2024-07-19 18:19:53 +0200
  • 0373a63b31 Refactor action execution code Dmytro Maluka 2024-06-16 00:05:12 +0200
  • 765889f610 Fix execution of {Spawn,Remove}MultiCursor in chained actions Dmytro Maluka 2024-06-15 20:47:59 +0200
  • 5c8bf6b3a6 Improve RemoveAllMultiCursors behavior Dmytro Maluka 2024-06-15 20:42:50 +0200
  • aa9c476b1e Improve RemoveMultiCursor behavior Dmytro Maluka 2024-06-15 20:35:55 +0200
  • 2793c37a94 Fix SkipMultiCursor behavior when there is no selection Dmytro Maluka 2024-06-15 20:32:16 +0200
  • 7e09a921e4 Make it clear that ClearStatus is the same as ClearInfo Dmytro Maluka 2024-06-16 17:53:08 +0200
  • e2e8baf4f3 Improve misc actions return values Dmytro Maluka 2024-06-15 20:30:05 +0200
  • fc5d83f6c6 Improve RemoveMultiCursor & RemoveAllMultiCursors actions return values Dmytro Maluka 2024-06-15 17:28:29 +0200
  • 781f057e6f Improve Undo & Redo actions return values Dmytro Maluka 2024-06-15 01:00:36 +0200
  • 73934a8c41 Adding selection for ParagraphPrevious and ParagraphNext. hchac 2024-06-15 19:38:15 -0400
  • 762e31f2fd
    Merge pull request #3333 from masmu/feature/reset-search Jöran Karl 2024-07-16 06:21:47 +0200
  • 1f71667616
    Fix termpane not closing automatically after terminal job finished (#3386) Dmytro Maluka 2024-07-15 09:35:50 +0200
  • 5728cbe9f1
    Merge aab3854874 into a10624cc33 Yevhen Babiichuk (DustDFG) 2024-07-14 15:38:21 -0400
  • b07ebb2466
    Update the docs Justin Su 2024-07-14 15:36:42 -0400
  • 1bd8bd7851
    Use // comments for .json Justin Su 2024-07-14 15:24:06 -0400
  • b6e141ffca Fix termpane not closing automatically after terminal job finished Dmytro Maluka 2024-07-14 16:50:23 +0200
  • bcc8e1812c TryBindKey: ensure returning false if the binding wasn't successful Dmytro Maluka 2024-07-14 15:00:38 +0200
  • 37b5284005 TryBindKey: don't write to bindings.json unless overwrite is true Dmytro Maluka 2024-07-14 14:31:21 +0200
  • bdc57b472d
    Adding Jumping to opening and closing brace logic and actions, ... Neko Box Coder 2024-07-13 15:39:36 +0100
  • fde9133f0a Small fix for VHDL syntax Michał Kruszewski 2024-07-10 08:29:06 +0200
  • a4bb93ce44
    syntax: gleam: make numbers more precise; clarify ignore John Thile 2024-07-08 20:36:50 +0000
  • 4ff9a5a704
    syntax: gleam: add highlighting for .gleam John Thile 2024-07-07 19:59:32 +0000
  • a10624cc33
    Fixing tabmove not working properly when there's a split in pane (#3371) Neko Box Coder 2024-07-07 09:20:22 +0100
  • 1b9a6e0186 add syntax highlighting for binary literals Andriamanitra 2024-07-07 09:09:00 +0300
  • e5bba9c963 Improve Haskell syntax highlighting Andriamanitra 2024-07-07 08:00:40 +0300
  • 0870a075dc
    Extracting brace matching logic into its own public function Neko Box Coder 2024-07-07 01:19:30 +0100
  • b0baa98bc7
    Compute sorted group indicies only when needed Neko Box Coder 2024-07-07 00:55:36 +0100
  • ae7723ae08
    Reusing the sorted group indices computed on the same line Neko Box Coder 2024-07-07 00:14:13 +0100
  • 1ea20dc9c8
    Escape braces that are in string or comments when finding matching brace Neko Box Coder 2024-07-06 21:07:50 +0100
  • a16e33c7f5
    Fixing tabmove not working properly when there's a split in pane Neko Box Coder 2024-07-06 02:10:18 +0100
  • df09b8a87a
    Merge e559992309 into dc7759204b Mikko 2024-07-06 02:25:55 +0100
  • bbf6ec292e Implemented 'ResetSearch' to allow a search to be resetted Massimo Mund 2024-06-08 11:08:38 +0200
  • 16e08a8052
    Update bend.yaml Rohan Vashisht 2024-07-04 15:02:30 +0400
  • 4bdb01d523
    Update bend.yaml Rohan Vashisht 2024-07-04 14:02:55 +0400
  • 490c4ac8ab
    Add settings.json linter documentation Shaun Mitchell 2024-07-02 13:54:45 -0400
  • dc7759204b
    Merge pull request #3357 from niten94/shell-sigint-recv Dmytro Maluka 2024-06-28 10:37:41 +0200
  • a84aa225ab Return error with start in RunInteractiveShell niten94 2024-06-22 21:21:13 +0800
  • 0e10d83e8b
    Merge 02e6dde56c into 882b98f3f1 GabrielFrigo 2024-06-21 18:48:06 -0300
  • 882b98f3f1
    Fix typo in README.md (#3361) mdom 2024-06-21 16:53:25 +0200
  • eddcf9ba60
    Fix typo in README.md mdom 2024-06-21 08:09:16 +0200
  • 0fa4a3a8db
    Merge pull request #3354 from JoeKar/feature/action-nightly Jöran Karl 2024-06-20 23:24:51 +0200
  • 531c7d88e2 workflow: Fetch with a fetch-depth of 0 and fetch-tags true Jöran Karl 2024-06-19 22:03:14 +0200
  • c58ed0e51a workflows: Perform the setup uncached Jöran Karl 2024-06-17 11:03:49 +0200
  • f475220e67 workflows/test: Bump version of setup & checkout actions Jöran Karl 2024-06-17 10:57:59 +0200
  • 57375e0732 workflows/nightly: Allow manual trigger for better testability Jöran Karl 2024-06-17 10:36:38 +0200
  • d98fafd2f9 tools/build-version.go: Remove the git fetch step Jöran Karl 2024-06-20 22:32:05 +0200
  • f5a9744bde tools/build-version.go: Improve error verbosity Jöran Karl 2024-06-17 10:34:31 +0200
  • 895ffa9f16
    Merge a1803ec65a into a3e25e3701 jonathanhuston 2024-06-20 19:05:54 +0000
  • 8e8dc66aa2
    Merge b2d2d7fa4a into a3e25e3701 alqeeu 2024-06-20 15:53:25 +0000
  • fb0c83a6a5
    Merge 5f456ab748 into a3e25e3701 Ricardo F 2024-06-20 14:13:37 +0000
  • 6d5ff74089
    Merge 4233a8bf99 into a3e25e3701 atha 2024-06-20 13:48:09 +0000
  • 0ba306fc89
    Merge d59adfb387 into a3e25e3701 bsv-hub 2024-06-20 13:28:50 +0000
  • 94163683c5
    Merge 2ee1da3ad6 into a3e25e3701 Charles Brandt 2024-06-20 13:28:48 +0000
  • db3348ca28
    Merge 7fdd084503 into a3e25e3701 Chloé Vulquin 2024-06-20 02:16:50 +0000
  • a3e25e3701
    docs: Improve plugin documentation (#3240) Borna Lang 2024-06-19 21:35:19 +0200
  • f0f4afa272
    Added a way to install the program in ALT Linux (#3348) Maxim Ostapenko 2024-06-19 19:56:05 +0300
  • 8166766a3c Added a way to install the program in ALT Linux Krator3 2024-06-19 13:04:36 +0300
  • c46e612997
    Omit number of default plugins Borna Lang 2024-06-19 12:03:04 +0200
  • dfad7c5cfa
    Merge 0128741d5f into 3fb34cf4f2 Moss Johnson 2024-06-18 11:56:21 -0700
  • 3fb34cf4f2
    Merge pull request #3355 from dmaluka/tab-mouse-events-fix Dmytro Maluka 2024-06-18 18:10:30 +0200
  • f05d3582b3 Receive SIGINT only in RunInteractiveShell niten94 2024-06-17 19:07:10 +0800
  • dc62dd9d82
    autosave: don't save unmodified buffer (#3356) Dmytro Maluka 2024-06-17 12:59:32 +0200
  • 26ae1b95cc Move sigterm channel to internal/util niten94 2024-06-17 15:11:13 +0800
  • 6a1812a084 autosave: don't save unmodified buffer Dmytro Maluka 2024-06-16 23:54:08 +0200
  • 0a6b32d775 TabList: HandleEvent: small refactoring Dmytro Maluka 2024-06-16 14:02:36 +0200
  • badaba66f3 Fix non-working mouse wheel scrolling on the top line of the screen Dmytro Maluka 2024-06-16 13:56:11 +0200
  • 602acff42f Fix non-working mouse click on top-left and top-right cells Dmytro Maluka 2024-06-16 13:53:09 +0200
  • ced6d9487a
    Merge pull request #3334 from JoeKar/feature/action-nightly Jöran Karl 2024-06-15 14:35:29 +0200
  • c701ba66af nightly: Use GitHub Actions for scheduled builds and artifact uploads Jöran Karl 2024-06-09 12:20:47 +0200
  • fc3a5cd038 tools: Improve cross-compile.sh Jöran Karl 2024-06-12 19:06:57 +0200
  • c965447416 tools: Improve package-deb.sh to check for fpm first and return the result Jöran Karl 2024-06-12 19:04:34 +0200
  • 352580a50a
    detect .pyw files (#3346) Mikko 2024-06-14 20:52:02 +0300
  • 9cb3fcaea0 fix: removes AdjustXCursorOnWrapIndent metastork 2024-06-14 16:05:23 +0200
  • fc2f5754a8 fix: refactor for more robust up down movement into first and last rows of softwraps metastork 2024-06-14 12:08:39 +0200
  • 8e5afdbf53 refactor: removes superfluous movingtorow variable metastork 2024-06-14 04:11:21 +0200
  • 1011deccf2 fix: if moving to a new empty paragraph, remembers VisualX pos you were on before metastork 2024-06-14 03:52:59 +0200
  • f5ea6a4d0d fix: makes cursor up/down actions respect cursor's VisualX position when wrapindent is set metastork 2024-06-14 02:28:17 +0200
  • 8af75625af detect .pyw files Andriamanitra 2024-06-14 02:24:52 +0300
  • bf6584739f help/keybindings: document CutLine behavior Dmytro Maluka 2024-06-14 00:49:51 +0200
  • 55f45ce8ff
    Fix highlighting of load and reference directives in Cake syntax. (#3341) Alex Rønne Petersen 2024-06-13 19:57:39 +0200
  • d3adf003a7
    Merge 4856b2b73f into 650c0a8db0 Yevhen Babiichuk (DustDFG) 2024-06-13 13:14:36 +0000
  • f8824a7469
    Fix highlighting of load and reference directives in Cake syntax. Alex Rønne Petersen 2024-06-12 23:18:25 +0200