Commit Graph

  • d563ec9fa2 fix typo takase1121 2021-06-07 14:51:53 +0800
  • 7c14bab84d [plugin/contextmenu] Append itemsets that where registered. jgmdev 2021-06-06 04:49:53 -0400
  • a31e683281 Merge branch 'master' into dev jgmdev 2021-06-06 01:37:01 -0400
  • 9442bbede2 move command registration to core/commands takase1121 2021-06-06 11:04:33 +0800
  • 75e4092a0e remove unecessary check takase1121 2021-06-06 11:03:17 +0800
  • 4607db26a7 refactor path splitting and mkdir calls takase1121 2021-06-06 03:19:22 +0800
  • 2170ab9649 Apologies for the subpar previous commit. This fixes the bugs in that one. Adam Harrison 2021-06-05 00:50:25 -0400
  • 090d67f252 Exposed indent function, and made it more flexible. Adam Harrison 2021-06-05 00:44:35 -0400
  • 3b816a2b4a Changed regex error handling, so that errors can be handled gracefully in lua, and made it so gsub returns the exact matches and replacements. Adam Harrison 2021-06-04 23:58:17 -0400
  • b4802684b8 refactor error handling takase1121 2021-06-05 09:42:52 +0800
  • 7b0df919dc fix / be turned into // takase1121 2021-06-05 09:28:14 +0800
  • a6f779d3ff allow nested directories to be created takase1121 2021-06-05 09:25:25 +0800
  • cd5c64fe8c prevent mouse movement from propagating when context menu is open takase1121 2021-06-05 08:51:17 +0800
  • 794cf3813a export context menu takase1121 2021-06-05 08:47:32 +0800
  • e786951e85 Implement project based mode Francesco Abbate 2021-06-04 17:20:44 +0200
  • 78bb96cf72 Fix a few problems related to the rebase project-based-3 Francesco Abbate 2021-06-04 17:16:28 +0200
  • abf00254f1 Fix a few things Francesco Abbate 2021-05-19 11:35:25 +0200
  • 52325d20dd WIP: implement new project commands Francesco Abbate 2021-05-18 17:20:40 +0200
  • 9e29b90318 Add first commands to load/save projects Francesco Abbate 2021-05-18 12:58:54 +0200
  • dd802f9e17 Fix accidental variable shadowing Francesco Abbate 2021-05-18 12:57:56 +0200
  • 89bb106d32 Improve code project filename resolution Francesco Abbate 2021-05-18 09:15:35 +0200
  • 4621ee2e7f Accept relative filenames in command find-file Francesco Abbate 2021-05-17 23:10:15 +0200
  • 6dd5743be8 Bring back a simplified workspace plugin Francesco Abbate 2021-05-14 17:48:01 +0200
  • 2871f91da8 Fix commande core:remove-directory Francesco Abbate 2021-05-14 12:19:24 +0200
  • d84246c61d Fix application start for project-based approach Francesco Abbate 2021-05-14 10:59:42 +0200
  • 07a6cb23bc Let the command open-file open a directory as well Francesco Abbate 2021-05-13 17:04:58 +0200
  • 0866f5dba9 Remove debug messages from treeview Francesco Abbate 2021-05-13 14:58:13 +0200
  • 82231dbc98 Fix a few more things about filenames Francesco Abbate 2021-05-13 14:57:55 +0200
  • 2aac1b8179 Fix doc opening to use absolute filenames Francesco Abbate 2021-05-13 12:07:56 +0200
  • 0a53425381 WIP implementation of project-based schema Francesco Abbate 2021-03-01 14:57:28 +0100
  • e8fd785227 Fix problem with previous commit Francesco Abbate 2021-05-10 17:01:14 +0200
  • 527b11029e Create new document if file doesn't exist Francesco Abbate 2021-05-10 15:08:56 +0200
  • 0d48f9e8b5 Remove duplicate normalize_path function Francesco Abbate 2021-05-10 13:08:39 +0200
  • 7e369da486 Support for changing fonts per syntax group (#178) liquidev 2021-05-05 23:08:10 +0200
  • c5acd030a1 Do not save log views in session file Francesco Abbate 2021-06-04 14:42:08 +0200
  • 29e25a7605 Do not show empty documents when restoring session Francesco Abbate 2021-06-04 14:05:54 +0200
  • b046afccf9
    Scale fonts context menu (#246) Francesco 2021-06-03 22:49:37 +0200
  • d0adb748a6
    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
  • 1eabf99054
    Enable lite-xl to be started from a symlink to the deployed binary (#249) Ferdinand Prantl 2021-06-03 21:48:15 +0200
  • f23419994d
    Fix: broken build-packages.sh (#251) Tommi Jalkanen 2021-06-03 22:43:09 +0300
  • a128790112
    Update README.md Adam 2021-06-03 15:23:54 -0400
  • a5fded591d Fix: broken build-packages.sh tjalkane 2021-06-03 21:56:49 +0300
  • 8c1a25100c
    Moved documentation to the website repository, updated README (#247) redtide 2021-06-03 18:57:26 +0200
  • 6f2b55ef93 Enable lite-xl to be started from a symlink to the deployed binary Ferdinand Prantl 2021-06-03 11:50:23 +0200
  • 2d66c2e2f4 Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well Ferdinand Prantl 2021-06-03 09:27:05 +0200
  • a484b71d32 Remove unneeded scale plugin return functions Francesco Abbate 2021-06-03 08:33:03 +0200
  • ed8f85f153 [autocomplete] Exposed can_complete() jgmdev 2021-06-03 00:25:26 -0400
  • 40da7ac0eb Moved documentation to the website repository, updated README redtide 2021-06-02 21:32:23 +0200
  • 864180e408
    make user plugin take precedence over system plugins (#244) Takase 2021-06-03 04:53:42 +0800
  • a3e04a209c
    Add secondary fullscreen bind (#239) Allie 2021-06-02 20:32:02 +0100
  • 248d70a8ca
    Add PCRE to support regular expressions Adam 2021-06-02 15:27:00 -0400
  • d66018730b Extraneous true. Adam Harrison 2021-06-02 14:22:16 -0400
  • ea5e9b0ce5 fixed broken Doc:save monkeypatch lqdev 2021-06-02 19:09:55 +0200
  • 19ad32df2a fixed broken Doc:save monkeypatch lqdev 2021-06-02 19:09:55 +0200
  • cffcb77726 ignore SIGPIPE from subprocesses spawned with reproc lqdev 2021-06-02 17:27:40 +0200
  • da1f9d864b make user plugin take precedence over system plugins takase1121 2021-06-02 20:31:15 +0800
  • f8d44687f7 Fix the cursor flickering with contextmenu Francesco Abbate 2021-06-02 11:41:48 +0200
  • 157e65a7c8 Add contextmenu plugin from takase Francesco Abbate 2021-06-02 10:48:53 +0200
  • 2f48bfd649 New implementation of scale plugin and font C API Francesco Abbate 2021-06-01 15:33:48 +0200
  • b26f4535d2 Add secondary fullscreen bind Allie 2021-06-01 09:42:10 +0100
  • 76f561a8b5
    Merge pull request #236 from jgmdev/dev-sync Jefferson González 2021-06-01 04:23:20 -0400
  • efee09f39b Retrieve scale plugin from lite-plugins Francesco Abbate 2021-06-01 08:58:34 +0200
  • ae63255f37 Merge branch 'master' into dev jgmdev 2021-05-31 19:52:08 -0400
  • e252c2f914
    Improvements and new features to autocomplete plugin in preparation for LSP plugin. (#235) Jefferson González 2021-05-31 17:04:55 -0400
  • 4e93eabbac Deprecate core.add_save_hook to override Doc:save Francesco Abbate 2021-05-31 09:41:37 +0200
  • 2ffad49ae3 Improvements and new features to autocomplete plugin in preparation for LSP plugin. jgmdev 2021-05-31 01:10:46 -0400
  • 2cbf93dda1 Added in caching of regexes. Adam Harrison 2021-05-30 20:53:00 -0400
  • c2b39b8281 Added back in modulus and a bit of a comment to explain wtf it does. Adam Harrison 2021-05-30 16:28:38 -0400
  • 481cfa22ef Added in the ability for regexes to access new options, also added the ability for the tokenizer to use regexes. Adam Harrison 2021-05-30 16:03:57 -0400
  • bb042997f9 Fix problem in regex.gsub Francesco Abbate 2021-05-07 10:44:38 +0200
  • 076cf8daa5 Fixed offsets, and passed through an additional parameter. Adam Harrison 2021-05-06 19:22:36 -0400
  • c9c5a03440 Removed unecessary plugin. Adam Harrison 2021-05-04 18:32:38 -0400
  • 1fd896808f Replaced pattern-based commands with regexes. Adam Harrison 2021-05-04 18:31:46 -0400
  • 187cdb4d1e Fix pcre2 meson build config Francesco Abbate 2021-05-01 16:20:28 +0200
  • d41c3ac6ee Fixed pattern variable. Adam Harrison 2021-05-01 01:52:41 -0400
  • 8f59a56901 Fixed lines to conform to style guidelines. Adam Harrison 2021-05-01 01:46:06 -0400
  • 91d8b99111 Added in keyboard shortcut. Adam Harrison 2021-05-01 01:33:01 -0400
  • 9055f3d1ea Updated PCRE to use utf8, and created sample plugin. Adam Harrison 2021-05-01 01:31:49 -0400
  • 929be1a4f4 Reworked files to conform to style guidelines. Adam Harrison 2021-04-28 18:18:30 -0400
  • 52a82aba6c Added in dependency. Adam Harrison 2021-04-28 17:41:43 -0400
  • 35721b1764 Initial commit of PCRE engine. Adam Harrison 2021-04-28 00:22:26 -0400
  • ae95b04f69
    Added Discord badge on README (#230) redtide 2021-05-28 21:56:21 +0200
  • e6b250a69d Added Discord badge on README redtide 2021-05-28 19:08:26 +0200
  • 95da942f2e
    Fixed build, missing reproc dependency (#227) redtide 2021-05-28 18:14:40 +0200
  • 6d044224c1 Starts maximized only if it was in previous session v1.16.11 Francesco Abbate 2021-05-28 16:35:25 +0200
  • f7e3e41ab1 Fix problem with mouse cursor over dividers Francesco Abbate 2021-05-28 15:35:46 +0200
  • 818a7abb0a Avoid to restore window size when maximized (#226) redtide 2021-05-27 22:01:25 +0200
  • 4ffb5e3672
    Fixed commenting and uncommenting. (#224) Adam 2021-05-28 02:17:49 -0400
  • 51b6815417 Should comment only at the least indentation level possible. Adam Harrison 2021-05-27 19:56:31 -0400
  • bd788d96fc
    Avoid to restore window size when maximized (#226) redtide 2021-05-27 22:01:25 +0200
  • bd29383a07
    Added Editorconfig for the project (#228) redtide 2021-05-27 21:07:40 +0200
  • 1526ded0f9 Added Editorconfig for the project redtide 2021-05-27 20:55:11 +0200
  • acbb4b94b1 Fixed build, missing reproc dependency redtide 2021-05-27 20:46:53 +0200
  • 0dcd5919c0 Avoid to restore window size when maximized redtide 2021-05-27 20:00:55 +0200
  • 34e38dd04a Fix missing check for filename when saving a file Francesco Abbate 2021-05-27 18:53:31 +0200
  • ee25e3c5f4 Reduce number of used lines in detectindent Francesco Abbate 2021-05-27 16:17:45 +0200
  • 0a55b246b5 Use thread in detectindent plugin Francesco Abbate 2021-05-27 16:17:19 +0200
  • ad7d17caca Use FiraSans regular for UI Francesco Abbate 2021-05-27 13:49:33 +0200
  • fe828b6ed9 Update changelog and release number Francesco Abbate 2021-05-27 13:46:51 +0200
  • 934f12cded Fix bug with titleview close button not working Francesco Abbate 2021-05-27 09:02:19 +0200