2459 Commits (master)
 

Author SHA1 Message Date
rxi d859ce5fcd Added mapping for `shift+delete` to keymap 5 years ago
rxi 69e6550eba Added mappings for `ctrl+delete` and `ctrl+shift+delete` to keymap 5 years ago
rxi 05ca43e637 Changed rounding type on common.draw_text() 5 years ago
rxi 468905830f Fixed indentation in build.config.py 5 years ago
rxi 26d6e558f1 Added brightness transition to projectsearch text/line on complete 5 years ago
rxi 0967740d88 Improved findreplace replace log and commandview text 5 years ago
rxi 5155ce0527 Added `replace-symbol` command to findreplace plugin 5 years ago
rxi 9fc185af2f Added scroll bounds 5 years ago
rxi 28cdd3cabe Minor cleanup in core.statusview and core.commands.core 5 years ago
rxi a9f3079c90 Added `refresh` command (`f5`) to projectsearch plugin's ResultView 5 years ago
rxi 4ca35fe056 Added command `doc:select-none`, added binding to `escape` 5 years ago
rxi 885ed5f860 Improved handling of zero-sized locked nodes on RootView 5 years ago
rxi ab8510291e Added find-replace:select-next, bound to ctrl+d by default 5 years ago
rxi 044fdb3655 Prevented scroll-animation when LogView is initialized 5 years ago
rxi 4d39dcaded Changed `View:get_content_offset()` to round resultant values 5 years ago
rxi 2090379892 Fixed multiple links on one line in markdown syntax 5 years ago
rxi 439537d63e Fixed format string passed to core.error() in core.try() 5 years ago
rxi 16c1039666 Changed README to link to `releases/latest` instead of `releases` 5 years ago
rxi c8980a828f Version 1.02 5 years ago
rxi 64c58aafcd Updated README to link to lite-colors repo 5 years ago
rxi accf09c4f9 Changed printed filenames to use format-specifier "%s" instead of %q 5 years ago
rxi c658b6f1ca Removed underscore from start of globals, added VERSION 5 years ago
rxi bd43ed3e3f Added _PLATFORM global 5 years ago
rxi 592c16f3e0 Fixed rounding of CommandView suggestion popup box 5 years ago
rxi 03eee86ddb Made font.gc() do null-check in case font.load() failed 5 years ago
rxi 9a32a00c73 Made core.log/error store call location instead of view 5 years ago
rxi 59881f81a6 Fixed common.path_suggest() for system.list_dir() changes 5 years ago
rxi 73e96c2641 Made project_scan_thread() ignore directories it can't open 5 years ago
rxi a9b4bdf602 Made system.get_file_info() and list_dir() return (nil,msg) on error 5 years ago
rxi 4191cf2c08 Added `core.try` wrapping of function passed to `core.add_thread` 5 years ago
rxi b7ec7a6acf core.doc.translate comment fix 5 years ago
rxi b0e82f297e Changed lua syntax to map label to function color 5 years ago
rxi de9bdc43fb
Merge pull request #34 from luveti/lua-goto 5 years ago
luveti 6ca88473c0 Added goto to lua language plugin 5 years ago
rxi 55d7fa58d0 Removed fake mouse-moved event on scroll change 5 years ago
rxi 503d5101b5 Reorganising of DocView's draw functions 5 years ago
rxi 7046bfca24 Made cut/copy no-op if there is no selection 5 years ago
rxi 1be7a32c6b Fixed error on setting active view when closing certain splits in RootView 5 years ago
rxi d4284edd5c Replaced system.set_fullscreen with system.set_window_mode 5 years ago
rxi 2a5a36f64e Changed mapping of collapsed/expanded icons on icon font 5 years ago
rxi efed38d59c Added system.set_fullscreen() and core:toggle-fullscreen command 5 years ago
rxi 1e9c3bef1f Fixed autoreload plugin truncating last character of files with no newline at end 5 years ago
rxi 764b43494e Moved .c, .lua and .md language syntaxes from core.syntax to plugins 5 years ago
rxi 42f7f81188 Added `union`, `short` and `long` keywords to .c syntax 5 years ago
rxi 2eab24032b Made up/down commands on projectsearch ResultView scroll view 6 years ago
basinbaby f37f22fb5f Added set_window_opacity function 6 years ago
rxi 613f9c2ba6 Changed renderer to make tab and newline glyphs invisible 6 years ago
rxi 33ad329f24 Changed DocView not to strip trailing `\n` character on line's final token 6 years ago
rxi 36b77171c4
Merge pull request #15 from richiefreedom/fix-node-navigation 6 years ago
Sergei V. Rogachev 7e868e14e6 Fixed root:switch-to-* command 6 years ago