Commit Graph

  • 5361bfaf9c Added open-[project|user]-module commands, renamed command/file finder commands rxi 2020-05-06 14:46:56 +0100
  • 271e5434d0 Added support for a `.lite_project.lua` file in project directory rxi 2020-05-06 13:29:35 +0100
  • 7610e1064f Added multiline support for LogView's messages rxi 2020-05-06 00:06:27 +0100
  • 15cfbfbc46 Increased config.max_log_items from 20 to 80 rxi 2020-05-05 23:40:42 +0100
  • 9bd6efddd7 Made separator and separator2 fields of StatusView rxi 2020-05-03 22:44:49 +0100
  • d5ffee51ff Added StatusView:get_items() rxi 2020-05-03 18:47:55 +0100
  • 844dced7cd Simplified StatusView item drawing rxi 2020-05-03 18:42:52 +0100
  • d859ce5fcd Added mapping for `shift+delete` to keymap rxi 2020-05-03 18:37:06 +0100
  • 69e6550eba Added mappings for `ctrl+delete` and `ctrl+shift+delete` to keymap rxi 2020-05-03 18:35:16 +0100
  • 05ca43e637 Changed rounding type on common.draw_text() rxi 2020-05-03 16:48:35 +0100
  • 468905830f Fixed indentation in build.config.py rxi 2020-05-02 17:58:20 +0100
  • 26d6e558f1 Added brightness transition to projectsearch text/line on complete rxi 2020-05-02 16:53:03 +0100
  • 0967740d88 Improved findreplace replace log and commandview text rxi 2020-05-02 14:45:33 +0100
  • 5155ce0527 Added `replace-symbol` command to findreplace plugin rxi 2020-05-02 11:14:07 +0100
  • 9fc185af2f Added scroll bounds rxi 2020-05-01 23:54:53 +0100
  • 28cdd3cabe Minor cleanup in core.statusview and core.commands.core rxi 2020-05-01 20:17:10 +0100
  • a9f3079c90 Added `refresh` command (`f5`) to projectsearch plugin's ResultView rxi 2020-05-01 19:32:02 +0100
  • 4ca35fe056 Added command `doc:select-none`, added binding to `escape` rxi 2020-05-01 19:25:17 +0100
  • 885ed5f860 Improved handling of zero-sized locked nodes on RootView rxi 2020-05-01 16:15:28 +0100
  • ab8510291e Added find-replace:select-next, bound to ctrl+d by default rxi 2020-05-01 10:21:57 +0100
  • 044fdb3655 Prevented scroll-animation when LogView is initialized rxi 2020-04-30 14:44:52 +0100
  • 4d39dcaded Changed `View:get_content_offset()` to round resultant values rxi 2020-04-30 14:40:26 +0100
  • 2090379892 Fixed multiple links on one line in markdown syntax rxi 2020-04-27 18:44:46 +0100
  • 439537d63e Fixed format string passed to core.error() in core.try() rxi 2020-04-26 21:40:25 +0100
  • 16c1039666 Changed README to link to `releases/latest` instead of `releases` rxi 2020-04-26 14:46:43 +0100
  • c8980a828f Version 1.02 v1.02 rxi 2020-04-26 14:41:34 +0100
  • 64c58aafcd Updated README to link to lite-colors repo rxi 2020-04-26 11:09:24 +0100
  • accf09c4f9 Changed printed filenames to use format-specifier "%s" instead of %q rxi 2020-04-25 13:26:55 +0100
  • c658b6f1ca Removed underscore from start of globals, added VERSION rxi 2020-04-25 09:57:35 +0100
  • bd43ed3e3f Added _PLATFORM global rxi 2020-04-23 20:03:14 +0100
  • 592c16f3e0 Fixed rounding of CommandView suggestion popup box rxi 2020-04-22 19:25:47 +0100
  • 03eee86ddb Made font.gc() do null-check in case font.load() failed rxi 2020-04-22 00:41:23 +0100
  • 9a32a00c73 Made core.log/error store call location instead of view rxi 2020-04-22 00:02:35 +0100
  • 59881f81a6 Fixed common.path_suggest() for system.list_dir() changes rxi 2020-04-21 23:45:34 +0100
  • 73e96c2641 Made project_scan_thread() ignore directories it can't open rxi 2020-04-21 23:41:44 +0100
  • a9b4bdf602 Made system.get_file_info() and list_dir() return (nil,msg) on error rxi 2020-04-21 23:33:04 +0100
  • 4191cf2c08 Added `core.try` wrapping of function passed to `core.add_thread` rxi 2020-04-21 23:23:08 +0100
  • b7ec7a6acf core.doc.translate comment fix rxi 2020-04-21 23:15:43 +0100
  • b0e82f297e Changed lua syntax to map label to function color rxi 2020-04-21 22:56:27 +0100
  • de9bdc43fb
    Merge pull request #34 from luveti/lua-goto rxi 2020-04-21 22:52:39 +0100
  • 6ca88473c0 Added goto to lua language plugin luveti 2020-04-21 15:36:58 -0400
  • 55d7fa58d0 Removed fake mouse-moved event on scroll change rxi 2020-04-19 17:21:27 +0100
  • 503d5101b5 Reorganising of DocView's draw functions v1.01 rxi 2020-04-18 15:24:45 +0100
  • 7046bfca24 Made cut/copy no-op if there is no selection rxi 2020-04-12 11:22:06 +0100
  • 1be7a32c6b Fixed error on setting active view when closing certain splits in RootView rxi 2020-04-12 11:14:49 +0100
  • d4284edd5c Replaced system.set_fullscreen with system.set_window_mode rxi 2020-04-07 18:48:57 +0100
  • 2a5a36f64e Changed mapping of collapsed/expanded icons on icon font rxi 2020-03-25 23:36:56 +0000
  • efed38d59c Added system.set_fullscreen() and core:toggle-fullscreen command rxi 2020-03-25 22:44:59 +0000
  • 1e9c3bef1f Fixed autoreload plugin truncating last character of files with no newline at end rxi 2020-03-24 19:48:27 +0000
  • 764b43494e Moved .c, .lua and .md language syntaxes from core.syntax to plugins rxi 2020-03-07 15:53:54 +0000
  • 42f7f81188 Added `union`, `short` and `long` keywords to .c syntax rxi 2020-03-07 15:50:52 +0000
  • 2eab24032b Made up/down commands on projectsearch ResultView scroll view rxi 2020-02-22 13:36:08 +0000
  • f37f22fb5f Added set_window_opacity function basinbaby 2020-02-07 13:01:56 +0000
  • 613f9c2ba6 Changed renderer to make tab and newline glyphs invisible rxi 2020-02-05 20:16:09 +0000
  • 33ad329f24 Changed DocView not to strip trailing `\n` character on line's final token rxi 2020-02-05 20:09:58 +0000
  • 36b77171c4
    Merge pull request #15 from richiefreedom/fix-node-navigation rxi 2020-02-01 16:44:58 +0000
  • 7e868e14e6 Fixed root:switch-to-* command Sergei V. Rogachev 2020-02-01 17:40:38 +0300
  • 719262a416 Added missing `volatile` keyword to C syntax rxi 2020-01-25 13:54:42 +0000
  • 13c2f55019 Updated copyright year; 2019 => 2020 rxi 2020-01-01 16:00:39 +0000
  • 86800281c9 Made get_exe_dir() static; removed accidental `const` rxi 2020-01-01 13:25:04 +0000
  • ba86b58b80 Added better resolution of exe directory; should fix #1 rxi 2019-12-31 10:49:07 +0000
  • 3c59abba0b Made keymap treat `right alt` as `altgr` modkey rxi 2019-12-29 16:32:04 +0000
  • 2c3e393a6f Changed keymap to only treat `left alt` as `alt` modkey rxi 2019-12-29 16:09:56 +0000
  • b798825e7c Updated `Get` section of README rxi 2019-12-28 14:01:54 +0000
  • f96b08dfc8 Fixed links in README.md v1.0 rxi 2019-12-28 11:21:45 +0000
  • d8c4bfa6ba Initial commit rxi 2019-12-28 11:16:32 +0000