Commit Graph

  • 173370694e Split out reload functionality to actual document, and added in a thread to check the document, in the cases where it wouldn't be covered by dirwatch. Adam Harrison 2022-04-28 21:30:55 -0400
  • d56f4e1ee5 Modified autoreload to use new dirwatch infrastructure, and added in nagview to verify that fs changes don't stomp on our changes, unless you want them to. Adam Harrison 2022-04-21 22:33:00 -0400
  • 36c4d5d9ed
    Autoreload Nagview (#942) Adam 2022-05-15 15:21:26 -0400
  • f89b370369
    Merge pull request #988 from jgmdev/PR/adjust-renderer-api-doc Jefferson González 2022-05-14 20:35:17 -0400
  • 8bda5d4198 docs: added font.group to renderer and other adjustments jgmdev 2022-05-13 12:18:32 -0400
  • 94430bcbd2 tokenizer: fix next utf8 char retrieval bug jgmdev 2022-05-11 01:05:36 -0400
  • 59d91087e9 adjust and consolidate duplicated predicate code jgmdev 2022-05-12 22:15:29 -0400
  • b8ed4a43f6 keymap: changes and docs jgmdev 2022-05-09 20:02:32 -0400
  • fd0a433f59 object: made is() stricter and added extends() jgmdev 2022-05-12 20:33:01 -0400
  • e747dce7fe
    Merge pull request #986 from jgmdev/PR/doc-upper-lower-utf8 Jefferson González 2022-05-12 18:56:13 -0400
  • 2a009186cf
    Merge pull request #961 from Guldoman/PR_fix_doc_replace_results Jefferson González 2022-05-12 18:51:31 -0400
  • 1d1b3e0a09 Add utf8 support on doc lower and upper commands jgmdev 2022-05-12 18:33:56 -0400
  • 0665da49ae
    Merge pull request #983 from jgmdev/PR/utf8-fix-conflicts Jefferson González 2022-05-12 11:39:44 -0400
  • 359880e963 c core: fix extra utf8 build conflict on windows jgmdev 2022-05-11 00:20:13 -0400
  • 0315d397bd Removed undefined behaviour by using `poll` over `select`. Adam Harrison 2022-05-09 23:12:43 -0400
  • 6229f74ccd
    Merge branch 'master' into master-2.1 Adam 2022-05-09 21:36:10 -0400
  • f1f8a9b3f2 TreeView Changes (#898) Adam 2022-04-26 18:29:05 -0400
  • ddc3a8842b Fixed dirwatch dummy, and scanning. Adam Harrison 2022-05-09 21:30:13 -0400
  • d8436d1e92 Bumped verison number in meson. Adam Harrison 2022-05-06 11:51:30 -0400
  • b3fea8f880 plugins: add load priority support with '--priority:###' jgmdev 2022-05-05 18:02:00 -0400
  • 93be54e9c3 meson: install docs/api to datadir for lsp support jgmdev 2022-05-05 12:35:21 -0400
  • 2c968073e4
    Merge pull request #972 from Guldoman/PR_pretty_serialize Jefferson González 2022-05-05 01:35:04 -0400
  • 308431d32a
    Merge pull request #971 from jgmdev/PR/core-private-to-public Jefferson González 2022-05-05 01:34:32 -0400
  • 2eaba8ab92 Erroneously added padding. Adam Harrison 2022-05-04 20:08:08 -0400
  • 09bfb8d869 Updated linewrap and autocomplete to use the new get_line_screen_position which takes a col. Adam Harrison 2022-05-04 20:05:41 -0400
  • 8156836126 Fix `ren_font_group_get_tab_size` returning unexpected values Guldoman 2022-04-26 04:33:46 +0200
  • 8345a04d04 Updated treeview to match convention. Adam Harrison 2022-05-03 23:13:49 -0400
  • 0ca0e36009
    Open `LogView` in correct `Node` Guldoman 2022-05-04 02:58:34 +0200
  • f8622efc01
    Add pretty printing to `common.serialize` Guldoman 2022-05-03 06:28:34 +0200
  • 94abf66444 Fixed minor race condition. Adam Harrison 2022-05-02 22:35:21 -0400
  • 91797d65d1 Fixed minor race condition. Adam Harrison 2022-05-02 22:35:21 -0400
  • b5fe333345 core: expose rescan_project_directories and configure_borderless_window jgmdev 2022-05-02 13:55:25 -0400
  • 89e2defb5b Fixed numpad usage George Sokianos 2022-05-02 17:50:42 +0100
  • d3c38d699c
    Merge pull request #966 from adamharrison/check-plugin-load-time Guldoman 2022-05-02 01:59:12 +0200
  • 548dbf67c2 Added in log to show total time. Adam Harrison 2022-04-30 16:23:05 -0400
  • 2e0d0995d6
    Add typeahead to `CommandView` (#963) Guldoman 2022-04-30 22:09:40 +0200
  • 1e90105944 Prepare 2.0.3r1 release v2.0.3r1 George Sokianos 2022-04-30 14:01:39 +0100
  • 9de75988ba
    Send `mouseleft` event when the mouse leaves the window (#928) Guldoman 2022-04-29 03:50:34 +0200
  • b7db7cd533 Added plugin load-time log. Adam Harrison 2022-04-28 21:41:55 -0400
  • ac42e6457a
    Check if `USERDIR` doesn't exist in `core.delete_temp_files` Guldoman 2022-04-28 01:54:43 +0200
  • f92f56d42e
    Manage return values from "replacer" function in `Doc:replace` Guldoman 2022-04-27 21:53:35 +0200
  • 3950406750
    Catch mouse clicks if `contextmenu` is open Guldoman 2022-04-27 17:55:46 +0200
  • 4934e741b3
    TreeView Changes (#898) Adam 2022-04-26 18:29:05 -0400
  • a7ea84ae8f
    Clamp scroll position when dragging the scrollbar without animations Guldoman 2022-04-26 22:49:55 +0200
  • 9f7c6974ae Make sure pipes are closed on exec. Adam Harrison 2022-04-24 21:13:18 -0400
  • 4bf4851736 Asynchronous Reads for Dirmonitor (#930) Adam 2022-04-24 13:40:58 -0400
  • 6f65168b0d Fixed windows dirmonitor issues. Adam Harrison 2022-04-02 17:03:29 -0400
  • 444b3e3c66
    Don't animate scrolling by dragging the scroll bar (#940) Guldoman 2022-04-26 15:54:11 +0200
  • 0c456eb664
    Allow functions in `keymap` (#948) Guldoman 2022-04-26 15:48:59 +0200
  • e572c58f24
    Add utf8 support to tokenizer (#945) Jefferson González 2022-04-26 09:42:02 -0400
  • 7dd83bb737
    Fix `ren_font_group_get_tab_size` returning unexpected values Guldoman 2022-04-26 04:33:46 +0200
  • f42dbb0060
    Add animation categories to enable finer transitions control (#941) Guldoman 2022-04-26 02:35:35 +0200
  • d8f202e251 Make sure pipes are closed on exec. Adam Harrison 2022-04-24 21:13:18 -0400
  • 5df1640595
    Merge branch 'master' into master-2.1 Adam 2022-04-24 13:42:24 -0400
  • 97174706fe
    Asynchronous Reads for Dirmonitor (#930) Adam 2022-04-24 13:40:58 -0400
  • b9957138ac
    Add `launchable` tag to AppStream xml Guldoman 2022-04-21 00:41:15 +0200
  • 1439b59d65
    Improve performance of `ren_draw_rect` (#935) Guldoman 2022-04-20 23:13:42 +0200
  • bbac7e479c
    Set the correct working directory for the AppImage version (#937) Guldoman 2022-04-20 23:00:48 +0200
  • 915625b74f
    Update SDL to 2.0.20 (#884) Jan 2022-04-20 22:30:41 +0200
  • 9a5f8e72d0
    Add `DATADIR` and `USERDIR` explanation in created user module Guldoman 2022-04-18 21:14:50 +0200
  • 5453a27f91
    Add triple single quotes multiline strings to `language_python` Philip Bergwerf 2022-04-18 20:22:25 +0200
  • c112bd8d7c Significantly improved performance of tokenization for larger documents by by default not requiring tokenization. Adam Harrison 2022-04-17 13:01:45 -0400
  • fff10a2612
    Cleanup (#826) Jan 2022-04-15 17:34:46 +0200
  • d323917538
    Added in check in case of nil. Adam Harrison 2022-04-03 16:20:48 -0400
  • c0970f41c0
    Merge pull request #916 from Guldoman/PR_enhanced_scrollbar Jefferson González 2022-04-14 13:42:18 -0400
  • 93b31211cb
    Apply `drawwhitespace` plugin only to `DocView`s Guldoman 2022-04-12 04:05:59 +0200
  • 43086a9c24
    Fix missing pixel in scrollbar Guldoman 2022-04-12 03:20:27 +0200
  • 4f434d1a41
    Show `arrow` cursor when hovering `DocView` scrollbar track Guldoman 2022-04-12 02:49:44 +0200
  • 48c371a638
    Add scrollbar "track" and resize on hover Guldoman 2022-04-12 02:49:11 +0200
  • 052c140787
    Fix `DocView:on_mouse_released` not considering all parameters Guldoman 2022-04-12 02:38:30 +0200
  • 202e42b568
    Avoid calling `View:scrollbar_overlaps_point` uselessly Guldoman 2022-04-12 02:37:21 +0200
  • 16fcb2e751
    Merge pull request #913 from lite-xl/auto-complete-syntax-symbols Francesco 2022-04-11 20:42:17 +0200
  • d4f84e1aff Add syntax symbols for auto-complete Francesco Abbate 2022-04-09 12:06:14 +0200
  • e5c55e8abc
    Early `break` if `autocomplete` needs to update Guldoman 2022-04-10 04:20:46 +0200
  • ffe698cef7
    Consider last document line to gather `autocomplete` symbols Guldoman 2022-04-10 04:11:59 +0200
  • 683d23e3ba
    Changed calculation to use ascender, which should work better. (#912) Adam 2022-04-04 10:38:43 -0400
  • ab72e26080 Fixes to make the 2.1 branch working on OS4 - WIP OS4-v2.1 George Sokianos 2022-04-04 11:31:17 +0100
  • 04adb10f97 Added in check in case of nil. Adam Harrison 2022-04-03 16:20:48 -0400
  • 974fd9c8d5 Fixed windows dirmonitor issues. Adam Harrison 2022-04-02 17:03:29 -0400
  • 562e284d04 Fixed some minor issues with linewrapping. Adam Harrison 2022-03-30 21:29:49 -0400
  • 11dfb5b1ca Apparenlty these were issues? What? Adam Harrison 2022-03-24 20:12:45 -0400
  • 3479890ce5 Soft Line Wrapping (#636) Adam 2022-03-24 12:01:46 -0400
  • 048d250f5e Added in notes to the changelog. Adam Harrison 2022-03-24 12:46:38 -0400
  • 45a0382d50 Bumping version numbers. Adam Harrison 2022-03-24 11:57:26 -0400
  • 50acf2e7e6
    Fix keeping scroll position when restoring a `DocView` (#910) Guldoman 2022-04-03 22:24:39 +0200
  • c70b5130a9
    Improve `drawwhitespace` plugin Guldoman 2022-04-01 18:10:22 +0200
  • 23bd21a191 language_md: remove extra empty line jgmdev 2022-03-30 09:30:55 -0400
  • 693bf2cf29
    Merge pull request #907 from jgmdev/PR/less-hacky-tokenizer-fix Jefferson González 2022-03-29 22:26:50 -0400
  • b0c005a5ac syntax: remove pattern re-ordering on optimization jgmdev 2022-03-29 21:48:34 -0400
  • 7372d2f82d
    Merge pull request #906 from jgmdev/PR/temp-file-other-dir Jefferson González 2022-03-29 16:33:08 -0400
  • aca1cd6b6b
    Merge pull request #892 from jgmdev/PR/status-view-move-item Jefferson González 2022-03-29 16:25:31 -0400
  • 61ad6b052e
    Merge pull request #895 from jgmdev/PR/c-cpp-fixes-improvements Jefferson González 2022-03-29 16:20:22 -0400
  • e74761da95 language_c/cpp: fixes and improvements jgmdev 2022-03-24 00:20:14 -0400
  • fac54d2ff4
    Merge pull request #904 from jgmdev/PR/fix-syntax-optimization Jefferson González 2022-03-29 15:44:19 -0400
  • 29968b6f35
    Merge pull request #905 from jgmdev/PR/md-add-parenthesis-bullet Jefferson González 2022-03-29 15:41:54 -0400
  • ca37644aa9 core: fixes and changes to temp files jgmdev 2022-03-28 22:36:49 -0400
  • 5f9d45895d language_md: parenthesis support to numbered bullets jgmdev 2022-03-28 21:03:59 -0400
  • e862fe9052 syntax: fix conflicts introduced with #896 jgmdev 2022-03-28 20:51:09 -0400
  • 3e1fdc4157
    Merge pull request #900 from buffet/add-lua-fallback-version Guldoman 2022-03-28 22:33:24 +0200
  • aa14bd6a88 Applied all the necessary changes to make it run under AmigaOS 4.1 FE George Sokianos 2022-03-27 22:57:25 +0100