Commit Graph

  • c50f601122 Abstracted out draw caret, so that the line guide can draw under it. Adam Harrison 2021-06-18 18:51:32 -0400
  • 4931110208
    Merge pull request #255 from adamharrison/Multicursor Adam 2021-06-18 17:38:54 -0400
  • 704e04396f Rebased, and added the ability for ctrl to just create new cursors. Adam Harrison 2021-06-17 19:17:24 -0400
  • 292c98935c Fixed recursion error. Adam Harrison 2021-06-14 20:11:40 -0400
  • 3541ab4aa1 Removed unecessary check. Adam Harrison 2021-06-11 19:01:43 -0400
  • 0210264552 Made get_selections a bit more flexible. Adam Harrison 2021-06-11 18:51:14 -0400
  • b5cbe3a2fb Added in the ability to iterate through cursors backwards. Adam Harrison 2021-06-11 18:14:24 -0400
  • dfc57bd884 Used routine to add cursors in order correctly. Adam Harrison 2021-06-10 12:32:33 -0400
  • 6915d86d59 Introduced the constraint that all cursors must be in order. Adam Harrison 2021-06-10 12:29:55 -0400
  • b065b52067 Ensured that textual inputs sort cursors so that we don't get *real* weird behaviour. Adam Harrison 2021-06-10 11:29:21 -0400
  • 0f229b039d Fixed merging. Fixed selection undo stack. Adam Harrison 2021-06-10 11:26:39 -0400
  • c494d52caf Used an inappropriate function in a selection loop. Adam Harrison 2021-06-09 18:08:22 -0400
  • d3b3f26316 Added in cursor merging behaviour. Adam Harrison 2021-06-09 17:59:19 -0400
  • c6f7e473f0 That's what I get for not testing after a 'simple' refactor. Adam Harrison 2021-06-09 17:14:34 -0400
  • 858f7a2a50 Added in missing boolean. Adam Harrison 2021-06-08 23:09:09 -0400
  • 75658b4f3f Removed unecessary elses. Adam Harrison 2021-06-07 08:26:49 -0400
  • 2475b1624f Fixed error. Adam Harrison 2021-06-07 08:25:10 -0400
  • b42708fe56 Cleaned up functions. Adam Harrison 2021-06-06 20:30:09 -0400
  • 316671e5b7 Fixed tabbing spaces. Adam Harrison 2021-06-05 21:23:24 -0400
  • 6c0d124410 Allows for rectangular selections with ctrl; also fixed tabbing. Adam Harrison 2021-06-05 21:18:05 -0400
  • 08ab6cba05 Added in multiple clipboard line buffers. Adam Harrison 2021-06-05 16:37:45 -0400
  • a7f39017ff Fixed undo stack. Adam Harrison 2021-06-05 16:06:21 -0400
  • 93670a314d Changed iterator behaviour to avoid allocating a closure each time. Adam Harrison 2021-06-05 15:36:26 -0400
  • 37a3884ee2 Initial commit of multicursor. Next step is to investigate how multicursor works on various other IDEs and ape those. Adam Harrison 2021-06-05 15:22:56 -0400
  • 92bcd9be2b Merge branch 'master' into dev jgmdev 2021-06-18 14:35:08 -0400
  • 0d65725b27
    Merge pull request #286 from jgmdev/reproc-merge Jefferson González 2021-06-18 14:23:42 -0400
  • 5d2734de81 Merge reproc changes from dev. jgmdev 2021-06-18 14:19:09 -0400
  • 6195b246a5 ignore SIGPIPE from subprocesses spawned with reproc lqdev 2021-06-02 17:27:40 +0200
  • dcf8a91db5 Merge branch 'master' into dev jgmdev 2021-06-18 10:56:03 -0400
  • e4fd3afa88
    Merge pull request #283 from vincens2005/master Adam 2021-06-18 09:42:30 -0400
  • cfd3bebfcc Provide specific syntax plugin for C++ Francesco Abbate 2021-06-18 12:00:24 +0200
  • e493fa1b0a clicking the empty space where the x was no longer closes the tab cukmekerb 2021-06-17 21:15:30 -0700
  • e1d85af69b added config.tab_close_button option to hide X on tabs cukmekerb 2021-06-17 18:35:36 -0700
  • eed5b79030
    Merge branch 'lite-xl:master' into master Cukmekerb 2021-06-17 18:17:01 -0700
  • e9e1214e59 [plugin/scale] fixed wrong increase and decrease jgmdev 2021-06-17 20:58:22 -0400
  • d45ec645d3 Added in the ability to customize the config directory used with the environment variable XDG_CONFIG_HOME. (#271) Adam 2021-06-17 17:15:08 -0400
  • 66275fe207 Fix error in dirname computation in TreeView Francesco Abbate 2021-06-17 18:23:30 +0200
  • 4fc910dbdb Replaced fill loop with SDL_FillRect. Adam Harrison 2021-06-08 21:31:09 -0400
  • 2af92e9af1 Fix whitespace errors Francesco Abbate 2021-06-11 14:57:41 +0200
  • 704a8dea09 Group mouse move events from C API function Francesco Abbate 2021-06-09 23:37:03 +0200
  • 212e5e326c MacOS modifier key adjustment (replace `alt`) per #262 (#263) Björn Buckwalter 2021-06-09 20:23:40 +0200
  • 3fe8b135af Use `ctrl` for next tab on macos Björn Buckwalter 2021-06-08 16:13:00 +0200
  • 1ea28eb38b Fix error in workspace file error reporting Francesco Abbate 2021-06-08 12:06:54 +0200
  • ab9960cddf Do not save log views in session file Francesco Abbate 2021-06-04 14:42:08 +0200
  • f682215b41 Do not show empty documents when restoring session Francesco Abbate 2021-06-04 14:05:54 +0200
  • 2365dfa9c0 Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248) Ferdinand Prantl 2021-06-03 22:14:50 +0200
  • d941535600 Enable lite-xl to be started from a symlink to the deployed binary (#249) Ferdinand Prantl 2021-06-03 21:48:15 +0200
  • 73bda963a5 Deprecate core.add_save_hook to override Doc:save Francesco Abbate 2021-05-31 09:41:37 +0200
  • 3c290adcef Merge branch 'master' into dev jgmdev 2021-06-17 17:27:41 -0400
  • 5151e36981
    Added in the ability to customize the config directory used with the environment variable XDG_CONFIG_HOME. (#271) Adam 2021-06-17 17:15:08 -0400
  • bdc37f1f6c
    Added in remove file function. (#272) Adam 2021-06-17 16:26:27 -0400
  • 1ad4289e76 Do not try to update topdir folder in treeview Francesco Abbate 2021-06-17 19:07:32 +0200
  • 4c9083398a Fix error in dirname computation in TreeView Francesco Abbate 2021-06-17 18:23:30 +0200
  • b39db791f9 Do not duplicate RootView method in contextmenu Francesco Abbate 2021-06-17 10:13:04 +0200
  • 93d5a28cff Changed namespace of rename and remove (now delete). Adam Harrison 2021-06-14 20:01:34 -0400
  • a2d1caad0b Added in remove file function. Adam Harrison 2021-06-13 18:52:19 -0400
  • 66081571e6 Merge branch 'master' into dev jgmdev 2021-06-16 18:06:02 -0400
  • 2fc245eb69 Added in an interface to the scale plugin. Adam Harrison 2021-06-14 20:33:15 -0400
  • 4e9208f768 WIP: working on the draw_image rencache command Francesco Abbate 2021-06-14 17:48:06 +0200
  • aed643893e Fixed contextmenu to play nice with dragging nodes. Adam Harrison 2021-06-14 09:23:04 -0400
  • e260290bd3 Merge branch 'master' into dev jgmdev 2021-06-13 21:29:15 -0400
  • e070dbebc1 Fix undeclared NagView findindex() by moving it to common. jgmdev 2021-06-13 21:28:29 -0400
  • dfa646e712 Added in the ability to customize the config directory used with the environment variable XDG_CONFIG_HOME. Adam Harrison 2021-06-13 15:39:50 -0400
  • 98164f6d4f
    Integrate mkdirp function in common module (#265) Francesco 2021-06-13 19:50:42 +0200
  • 155fa4e55a Merge branch 'master' into dev jgmdev 2021-06-12 23:15:04 -0400
  • 9823da8531
    Merge pull request #267 from jgmdev/nagview-fix Jefferson González 2021-06-12 23:14:17 -0400
  • 5d95d604a9 Merge branch 'master' into dev jgmdev 2021-06-12 23:11:35 -0400
  • 804429e3b6
    Merge pull request #266 from adamharrison/QuickOptimization Adam 2021-06-12 22:53:14 -0400
  • 637b7f952d
    Merge pull request #256 from adamharrison/FixTabDragging Adam 2021-06-12 17:59:08 -0400
  • 6097ba36d7
    Merge pull request #269 from Jan200101/docdir-patch Adam 2021-06-12 14:31:26 -0400
  • 66b76f15c2 Added a check for duplicate tabs, also ensured that the appropriate view is set as active. Adam Harrison 2021-06-12 14:24:31 -0400
  • a18eeafbc8 Added in some more checks. Adam Harrison 2021-06-05 21:55:12 -0400
  • f729d7d008 Allows you to drag nodes around splits. Adam Harrison 2021-06-05 20:46:09 -0400
  • 7ea096247c
    documents should not be put into global doc root Jan200101 2021-06-11 23:38:25 +0200
  • 23c6b182f6 Initialize global window's RenSurface only once Francesco Abbate 2021-06-11 15:51:22 +0200
  • ed3acbc29b Introduce RenSurface as a target for rencache Francesco Abbate 2021-06-11 15:26:29 +0200
  • 0f2ac136d0 Fix whitespace errors Francesco Abbate 2021-06-11 14:57:41 +0200
  • 752ecd5ece Group mouse move events from C API function Francesco Abbate 2021-06-09 23:37:03 +0200
  • 9153f5695d Added missing NagView dialog commands to startup. jgmdev 2021-06-09 20:13:23 -0400
  • 214e6898df Reverted if guard. Adam Harrison 2021-06-09 19:34:02 -0400
  • aa9f16c74c Added in #if guard for ARM achitectures. Adam Harrison 2021-06-09 18:05:39 -0400
  • d2c7c42ba4 Merge branch 'master' into dev jgmdev 2021-06-09 17:04:01 -0400
  • 702ab2625c
    MacOS modifier key adjustment (replace `alt`) per #262 (#263) Björn Buckwalter 2021-06-09 20:23:40 +0200
  • 2b6867b4bc Move rencache global data into a struct Francesco Abbate 2021-06-09 18:07:30 +0200
  • 29837d0c41 Replaced fill loop with SDL_FillRect. Adam Harrison 2021-06-08 21:31:09 -0400
  • b6424b93dc Merge branch 'master' into dev jgmdev 2021-06-08 18:13:50 -0400
  • 7de1fde9cf
    Merge pull request #264 from bjornbm/issue261 Adam 2021-06-08 15:16:00 -0400
  • ef48d5d48c Use `ctrl` for next tab on macos Björn Buckwalter 2021-06-08 16:13:00 +0200
  • 89c39c773e Use `cmd+shift` instead of `alt` on macos Björn Buckwalter 2021-06-08 15:18:07 +0200
  • dcd5c3b491 Use `cmd` as modifier key for tab seletion (macos) Björn Buckwalter 2021-06-08 15:13:10 +0200
  • e7d0709828 Fix error in workspace file error reporting Francesco Abbate 2021-06-08 12:06:54 +0200
  • deb94548ab Integrate mkdirp function in common module Francesco Abbate 2021-06-08 12:00:54 +0200
  • 27c9a3181f Add missing project implementation file project-based-4 Francesco Abbate 2021-06-08 11:20:57 +0200
  • 1b37232cfa Merge branch 'master' into dev jgmdev 2021-06-08 00:52:07 -0400
  • b4896ed69e
    [plugin/contextmenu] Append itemsets that where registered. (#258) Jefferson González 2021-06-07 17:29:03 -0400
  • 0fd1fa8872
    Commands refactor (#257) Takase 2021-06-08 05:00:29 +0800
  • 130b29438a
    Allow creation of nested directories (#254) Takase 2021-06-08 04:44:35 +0800
  • 26de50b583 Fix apparent problem with load_session* Francesco Abbate 2021-06-07 09:04:17 +0200
  • d2485c03cf fix bugs with path check takase1121 2021-06-07 14:52:50 +0800
  • 477d50d7f5 remove possible trailing empty string takase1121 2021-06-07 14:52:24 +0800