2459 Commits (master)
 

Author SHA1 Message Date
rxi c215eff6d8 Improved idle CPU utilisation when not-focused, added system.wait_event() 5 years ago
rxi b67b680975 Changed get_scale() to always default to 1.0 on macOS 5 years ago
rxi f7b54db1b4 Added `icon.inl linguist-vendored` to .gitattributes 5 years ago
rxi 3067443432
Merge pull request #70 from cptx032/master 5 years ago
Willie Lawrence a17fe46c05 Fixing trimwhitespace plugin bug 5 years ago
rxi c4be26ccaa Added .gitattributes 5 years ago
rxi 22f563e712 Merge branch 'master' of https://github.com/rxi/lite 5 years ago
rxi ae20c40554
Merge pull request #61 from inad9300/patch-1 5 years ago
Daniel M 2ed29cae11
Put back get and set 5 years ago
Daniel M 3974971ff9
Update language_js.lua 5 years ago
rxi 543234c42e Removed redundant line from syntax highlighter 5 years ago
rxi 8671b02bdc Whitespace 5 years ago
rxi 143f8867a1 Version 1.03 5 years ago
rxi 3d49b6d200 Fixed highlighter resetting of syntax on doc filename change 5 years ago
rxi 70f62f3c8a Added `doc:rename` command; changed command_view:set_text to take `select` argument 5 years ago
rxi 7479c1380d Added commands `root:shrink` and `root:grow` 5 years ago
rxi b08f870f47 Added stripping of carriage-returns when pasting 5 years ago
rxi 78e729f580 Updated README screenshot 5 years ago
rxi ee19d4644d Updated icon 5 years ago
rxi ffdaec47e8 Default color theme adjustments 5 years ago
rxi dfcbc48aad Replaced `build.py/build.config.py` with `build.sh` 5 years ago
rxi 18b7d70a91 Fixed rare case where core.doc.highlighter would iterate out of line bounds 5 years ago
rxi a651d48e84 Wrapped `core.on_event` calls in `core.try` 5 years ago
rxi 22171fa802 Simplified core.step() 5 years ago
rxi 31820b36ef Moved `syntax` from `doc.highlighter` to `doc` 5 years ago
rxi a754c60127 README improvements 5 years ago
rxi 2642f7443f Added default text to find-replace's "new text" input 5 years ago
rxi b2756d8a49 Removed xalloc.c/h 5 years ago
rxi 1d2a0aada5 Made `doc:toggle-line-comments` command skip empty lines 5 years ago
rxi bf8565d2a1 Fixed `doc:toggle-line-comments` for syntax highlighter relocation 5 years ago
rxi 95bdb07d49 Removed unused variables 5 years ago
rxi de94c8a13c Removed unused variables in core.init 5 years ago
rxi 774d95d800 Comment improvement in rencache.c 5 years ago
rxi 762c1e2b69 Fixed RootView's EmptyView keymap text 5 years ago
rxi f5025efbb8 Moved highlighter code from `DocView` to `Doc` 5 years ago
rxi ae42176953 Renamed `common.matches_pattern` => `common.match_pattern` 5 years ago
rxi 7cdf7dc44f Changed TreeView to first initialize its size in :update() 5 years ago
rxi 5acc391288 Added logging when project module is loaded 5 years ago
rxi 596b40c741 Made `find-replace:find-symbol` use first symbol in sel as default 5 years ago
rxi 3057786ce2 Moved `matches_pattern` from `syntax` to `common` 5 years ago
rxi e551052e91 Added icon to non-windows build 5 years ago
rxi 201c8ffe9f Added stdout flushing to build.py 5 years ago
rxi 73996e3dc9 Changed core to store `modified` and `size` in project_files table 5 years ago
rxi 5361bfaf9c Added open-[project|user]-module commands, renamed command/file finder commands 5 years ago
rxi 271e5434d0 Added support for a `.lite_project.lua` file in project directory 5 years ago
rxi 7610e1064f Added multiline support for LogView's messages 5 years ago
rxi 15cfbfbc46 Increased config.max_log_items from 20 to 80 5 years ago
rxi 9bd6efddd7 Made separator and separator2 fields of StatusView 5 years ago
rxi d5ffee51ff Added StatusView:get_items() 5 years ago
rxi 844dced7cd Simplified StatusView item drawing 5 years ago