aboutsummaryrefslogtreecommitdiff
path: root/data/core
AgeCommit message (Expand)Author
2020-05-20Fixed mouse-position resolution when dropping a filerxi
2020-05-20Fixed stuck mouse-drag-selection on dropped-filerxi
2020-05-19Added core.set_active_view(); removed `focusable` boolean from Viewrxi
2020-05-18Added temporary backwards compatibility for `core.project_dir`rxi
2020-05-17Made lite set project dir to CWD; removed core.project_dirrxi
2020-05-17Added `config.ignore_files`rxi
2020-05-16Changed config.mouse_wheel_scroll default to multiply by SCALErxi
2020-05-16Moved `config.treeview_size` from `config.lua` to `treeview.lua`rxi
2020-05-14Exposed doc's internal insert/remove: Doc:raw_insert|removerxi
2020-05-14Fixed x-offset of text in `DocView:draw_line_gutter`rxi
2020-05-14Made tokenizer skip parsing process on plain-text filesrxi
2020-05-14Fixed gutter text jittering when horizontal scrolling on docviewrxi
2020-05-13Added support for shift+click selectingrxi
2020-05-13Fixed triple-clicking on last line not selecting the linerxi
2020-05-12Fixed find-replace:select-next erroring on multiline selectionrxi
2020-05-12Made clicking the message on the StatusView open a LogViewrxi
2020-05-11Improved idle CPU utilisation when not-focused, added system.wait_event()rxi
2020-05-10Removed redundant line from syntax highlighterrxi
2020-05-10Whitespacerxi
2020-05-09Fixed highlighter resetting of syntax on doc filename changerxi
2020-05-09Added `doc:rename` command; changed command_view:set_text to take `select` ar...rxi
2020-05-09Added commands `root:shrink` and `root:grow`rxi
2020-05-09Added stripping of carriage-returns when pastingrxi
2020-05-09Default color theme adjustmentsrxi
2020-05-09Fixed rare case where core.doc.highlighter would iterate out of line boundsrxi
2020-05-09Wrapped `core.on_event` calls in `core.try`rxi
2020-05-08Simplified core.step()rxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-08Added default text to find-replace's "new text" inputrxi
2020-05-08Made `doc:toggle-line-comments` command skip empty linesrxi
2020-05-07Fixed `doc:toggle-line-comments` for syntax highlighter relocationrxi
2020-05-07Removed unused variablesrxi
2020-05-07Removed unused variables in core.initrxi
2020-05-07Fixed RootView's EmptyView keymap textrxi
2020-05-07Moved highlighter code from `DocView` to `Doc`rxi
2020-05-07Renamed `common.matches_pattern` => `common.match_pattern`rxi
2020-05-07Added logging when project module is loadedrxi
2020-05-07Made `find-replace:find-symbol` use first symbol in sel as defaultrxi
2020-05-07Moved `matches_pattern` from `syntax` to `common`rxi
2020-05-06Changed core to store `modified` and `size` in project_files tablerxi
2020-05-06Added open-[project|user]-module commands, renamed command/file finder commandsrxi
2020-05-06Added support for a `.lite_project.lua` file in project directoryrxi
2020-05-06Added multiline support for LogView's messagesrxi
2020-05-05Increased config.max_log_items from 20 to 80rxi
2020-05-03Made separator and separator2 fields of StatusViewrxi
2020-05-03Added StatusView:get_items()rxi
2020-05-03Simplified StatusView item drawingrxi
2020-05-03Added mapping for `shift+delete` to keymaprxi
2020-05-03Added mappings for `ctrl+delete` and `ctrl+shift+delete` to keymaprxi
2020-05-03Changed rounding type on common.draw_text()rxi