Commit Graph

  • 35011d7e7b Remove lineguide_size from style.lua Jipok 2021-12-21 14:32:29 +0500
  • c82dead4d6
    Merge d13315ecb9 into 8101c1eae3 Adam 2021-12-21 09:21:52 +0000
  • 04706ffcca
    Merge 17434525e0 into 8101c1eae3 Jipok 2021-12-21 08:56:53 +0000
  • 510f01247c
    Merge 6c1c983d1c into 8101c1eae3 Jipok 2021-12-21 06:43:02 +0200
  • 872fd1818d
    Merge c353dd6eda into 8101c1eae3 Jipok 2021-12-21 12:08:30 +0800
  • 8101c1eae3
    Merge pull request #749 from Jipok/new_colors Adam 2021-12-20 23:06:28 -0500
  • 19c239de42
    Merge pull request #752 from Jipok/rgba_hex_fix Adam 2021-12-20 19:07:38 -0500
  • 5ee465f382 Removed legacy reproc.wrap. Adam Harrison 2021-12-20 18:35:24 -0500
  • ec6ad14e6d
    Merge f9a776852e into e68d6016f8 Guldoman 2021-12-20 21:51:20 +0000
  • 6c1c983d1c rootview.lua: Refactor Node:draw_tab Jipok 2021-12-21 02:20:31 +0500
  • f9a776852e
    Call dmon_unwatch when changing project Francesco Abbate 2021-12-20 14:42:48 +0100
  • d0b99a598d
    Added an exclusion for lineguide in the commandview. Adam Harrison 2021-11-23 22:35:11 -0500
  • 180e0fc1f3
    Added in additional environment variables to scale off of. Adam Harrison 2021-11-23 22:30:35 -0500
  • 73019fc902
    ensure command alignment is correct Jan200101 2021-10-28 08:40:18 +0200
  • c3ca98b4f7
    Use Python syntax highlighting for Ren'Py scripts. PIESEL 2021-11-01 16:30:15 +0100
  • 028043b491
    Add install instructions for prebuilt binaries obtusedev 2021-11-10 18:56:32 -0500
  • 1c8ab12b8f
    Add install instructions for prebuilt binaries obtusedev 2021-11-02 15:14:13 -0400
  • e4b05e6015
    Screwed up checks. Adam Harrison 2021-11-07 15:01:03 -0500
  • d2cb596740
    Improved heuristic to pay more attention to string length. Adam Harrison 2021-11-07 14:04:42 -0500
  • ffec2d6c45
    Directly link to our repo Guldoman 2021-12-19 18:13:19 +0100
  • 6de08097e0
    Use new color themes repo Guldoman 2021-12-19 18:12:34 +0100
  • 16b4ec76ea
    Update README.md Adam 2021-12-18 22:37:33 -0500
  • 8470cafdc6
    Forgot a line or two. Adam Harrison 2021-12-18 15:43:44 -0500
  • 19d6a42a0b
    Cleaned up links. Adam Harrison 2021-12-18 15:42:57 -0500
  • 3e7ae33597
    Changed operator to be more correct for utf8. Adam Harrison 2021-12-18 15:11:50 -0500
  • d237ff9c15
    Added in @Jipok's comment. Adam Harrison 2021-12-18 15:09:00 -0500
  • c7f5e92bb8
    Correct definition of the pressed key for different layouts and languages Jipok 2021-12-19 00:24:28 +0500
  • 21dddf34f8
    Keyboard layout independent shortcuts Jipok 2021-12-11 23:42:15 +0500
  • 41394715aa
    Added in restart keymapping. Adam Harrison 2021-12-15 16:50:38 -0500
  • 394b72473e
    Set `void` to `keyword2` in `language_c` and `language_cpp` plugins Guldoman 2021-12-15 18:20:17 +0100
  • f96f788548
    Also fixed statusview. Adam Harrison 2021-12-11 18:00:42 -0500
  • 8fda78a77d
    Removed erroneously added file. Adam Harrison 2021-12-11 17:51:51 -0500
  • 436c496d77
    Fixed treeview clicking not being caught. Adam Harrison 2021-12-11 17:51:19 -0500
  • 4f079918c9
    Consume unmatched character correctly Guldoman 2021-12-11 03:43:33 +0100
  • 1944f8b9e5
    Split `Node` and `EmptyView` from `RootView` Guldoman 2021-12-06 22:28:29 +0100
  • 5b0c420270
    Try to fix problem with js syntax of '/=' operator Francesco Abbate 2021-09-06 09:31:17 +0200
  • 534a822158
    Improved Markdown syntax highlighter Nightwing 2021-12-03 23:50:23 +0900
  • e1d082c56c
    Add name to plain text fallback syntax Guldoman 2021-12-02 22:34:49 +0100
  • a0afd077a2
    Check the entire path in `TreeView` `new-file` and `new-folder` commands Guldoman 2021-11-30 01:11:35 +0100
  • 718ab209f5
    Check the entire path in `TreeView` predicate Guldoman 2021-11-28 07:16:53 +0100
  • b8bda8006b
    Used basenames for ignore_files rather than full paths. Adam Harrison 2021-11-27 13:16:49 -0500
  • 5f215ccbd4
    Fix logic in project's file insertion Francesco Abbate 2021-11-26 13:45:13 +0100
  • b918f248cb
    Avoid drawing hidden `TreeView` items Guldoman 2021-12-07 21:45:20 +0100
  • 4a05dd1683
    Split `TreeView:draw` into multiple functions Guldoman 2021-12-07 21:44:20 +0100
  • f1defe1d38
    Allow `TreeView` item icon and text styling Guldoman 2021-11-29 23:26:03 +0100
  • 9073301fd0
    Remove changed files/dirs from `TreeView` cache Guldoman 2021-11-24 06:16:54 +0100
  • fb1df78464
    Switched to TreeView:color_for_item(abs_path) Joshua Minor 2021-11-21 15:24:45 -0800
  • 9820d5113d
    Allow for color overrides in the tree view Joshua Minor 2021-11-21 00:24:24 -0800
  • 941b283681 Support rgba hex format Jipok 2021-12-20 14:36:56 +0500
  • 1a7304a0ae
    Adapt `detectindent` to the new indentation architecture Guldoman 2021-11-20 03:22:53 +0100
  • ebc05faf34
    Use the new `Doc:get_indent_info` throughout `core` Guldoman 2021-11-20 03:20:49 +0100
  • 30d1bb097f
    Add `Doc:get_indent_info` Guldoman 2021-11-20 03:15:08 +0100
  • 9bc306eb33
    JS hex BigInts and hex numeric separators cukmekerb 2021-11-22 12:15:19 -0800
  • a65ca7a2fa
    add BigInt literal and numeric separators to js syntax highlighter cukmekerb 2021-11-15 09:20:34 -0800
  • c8b2b8c205
    Made varaible anonymous. Adam Harrison 2021-11-14 15:40:23 -0500
  • 20f0c5ba1e
    Made plugin load order deterministic. Adam Harrison 2021-11-07 13:14:48 -0500
  • afaed9efef Merge branch 'master-2.0' into master-luajit-2.0 v2.0.4-luajit master-luajit-2.0 Francesco Abbate 2021-12-20 16:23:43 +0100
  • 50247fcd92 Move to 2.0.4 version number v2.0.4 testing-2.0.4 master-2.0 Francesco Abbate 2021-12-20 16:19:15 +0100
  • f18c6ac790 Merge branch 'master-2.0' into master-luajit-2.0 Francesco Abbate 2021-12-20 15:58:15 +0100
  • abf6d270df Add entitlements for MacOS to allow JIT Francesco Abbate 2021-12-20 15:55:00 +0100
  • 3109263c5d Call dmon_unwatch when changing project Francesco Abbate 2021-12-20 14:42:48 +0100
  • 64729ff4a6 Correct and configurable lineguide size Jipok 2021-12-20 17:32:03 +0500
  • 8178fc46bb Add some comments to style Jipok 2021-12-20 17:12:37 +0500
  • f2ff32d5a7
    Merge pull request #583 from takase1121/process-docs-update Takase 2021-12-20 20:06:18 +0800
  • c353dd6eda Add for config.highlight_current_line new variant: no_selection Jipok 2021-12-20 16:20:06 +0500
  • 29318be9c7 Consume unmatched character correctly Guldoman 2021-12-11 03:43:33 +0100
  • 37c00c877a Ensure TreeView cache entry is removed on delete Francesco Abbate 2021-12-20 11:03:49 +0100
  • 405bd1c2bd Fix logic in project's file insertion Francesco Abbate 2021-11-26 13:45:13 +0100
  • e512c57637 Added an exclusion for lineguide in the commandview. Adam Harrison 2021-11-23 22:35:11 -0500
  • 23f83857c5 Don't search if there are no files Guldoman 2021-11-24 05:03:42 +0100
  • 311e574385
    Merge branch 'lite-xl:master' into lite-xl-windows-dark-theme-title-bar-support Nikolai Sinyov 2021-12-20 10:07:14 +0300
  • 0461d3bdce Predifined colors: good, warn, error, modified Jipok 2021-12-20 01:46:01 +0500
  • 4183d3b2fd Add predefined colors to style: good, bad Jipok 2021-12-20 01:27:53 +0500
  • 17434525e0 Suppress the drawing of the command view scrollbar Jipok 2021-12-19 23:48:20 +0500
  • 2e9619f630
    Directly link to our repo Guldoman 2021-12-19 18:13:19 +0100
  • 4cf9d85986
    Use new color themes repo Guldoman 2021-12-19 18:12:34 +0100
  • 25ef931725 Removed threads dependency. Adam Harrison 2021-12-19 01:15:20 -0500
  • f7923550ee Changed windows functioanlity over to something that is usable. Adam Harrison 2021-12-19 00:52:55 -0500
  • 254164bdc8 Removed print statement. Adam Harrison 2021-12-19 00:02:28 -0500
  • 4dc1326c60 Changed load order for plugins, made it so that we know about ignore as soon as possible. Adam Harrison 2021-12-19 00:01:57 -0500
  • 35f871df5a At a good spot. Adam Harrison 2021-12-18 23:47:44 -0500
  • 4d5d3e2565
    Update README.md Adam 2021-12-18 22:37:33 -0500
  • bae9fe3efb
    set dy properly takase1121 2021-12-19 11:01:17 +0800
  • ae1d519b6d
    run on_mouse_moved when scrolling takase1121 2021-12-19 10:58:20 +0800
  • 4373b348bc
    do not scroll to middle of the screen takase1121 2021-12-19 10:56:57 +0800
  • 444fd3262c Getting to a bootable point. Adam Harrison 2021-12-18 20:57:22 -0500
  • 695c7bf781
    add instruction when logview is open takase1121 2021-12-19 09:36:43 +0800
  • 1526cd176c
    move selection logic to mouse click takase1121 2021-12-19 09:36:24 +0800
  • 8685dbebd6 Moved around more of dmon, and made a lua class that'll handle most of the stuff. Adam Harrison 2021-12-18 18:18:21 -0500
  • 2d90a51d58 Initial removal of dmon. Adam Harrison 2021-12-18 17:29:06 -0500
  • 9cf795dabf Forgot a line or two. Adam Harrison 2021-12-18 15:43:44 -0500
  • 443177cc1c Cleaned up links. Adam Harrison 2021-12-18 15:42:57 -0500
  • cb13afd749 Changed operator to be more correct for utf8. Adam Harrison 2021-12-18 15:11:50 -0500
  • b4384eb49d Added in @Jipok's comment. Adam Harrison 2021-12-18 15:09:00 -0500
  • baf43084b6
    Merge pull request #745 from Jipok/keycode_fix Adam 2021-12-18 14:55:14 -0500
  • a8f7e9a35e Correct definition of the pressed key for different layouts and languages Jipok 2021-12-19 00:24:28 +0500
  • 765327a886 Added in 'guess' mode. Adam Harrison 2021-12-18 14:21:56 -0500
  • 7ae33bf6f4
    Merge pull request #738 from adamharrison/restart-keymap Adam 2021-12-18 13:44:04 -0500
  • a019420bf9
    Merge pull request #739 from adamharrison/include-fixes Adam 2021-12-18 13:43:54 -0500
  • 4d2db11265
    visually seperate hover and selection takase1121 2021-12-18 22:57:59 +0800