index
:
lite-xl
2.1-prep
Merged
PR/adjust-renwindow-docs
PR/clarify-stack-traces-for-require
PR/update-windows-server-image
PR/window-allocation
additional-userdir-envvar
animations-adjust
build/sdl3-force-falllback
console-based-lite-project
core/sdl-callback
cpath-changes
debug-font-rendering-clean
dependabot/github_actions/github-actions-c35c0c8c33
dmon-1
dmon-2.0.3
dmon-atomic-load-store
dmon-debug
dmon-integration
dmon-luajit-2.0.3
dmon-no-timeout-select
files-commands
fira-font
fix-2.0.1
fix-autoreload-large-files
fix-bug-removed-project
fix-configs-set-to-true
fix-dir-monitor-symlinks
fix-dmon-add-dir-asserts
fix-inotify-asserts
fix-inotify-problem
fix-invisible-node-click-intercept
fix-javascript-regexp-syntax
fix-network-volumes
fix-pgid-on-deatch
fix-remove-view-context
fix-treeview-dircache
fix-win32-process-arguments
font-jetbrainsmono
ime-text-editing
improve-lcd-weights
incremental-folder-scan
link-remove-unused-function
master
master-2.0
master-2.0.4
master-2.1
master-luajit-2.0
master-luajit21-2.0
mem-leak-debug
merge-master-2.0
notebook-view
path-ignore-files
platform-requires
popen-light
port-build-lhelper-2
project-based-2
project-based-3
project-based-4
project-based-4-wip-changes
release/v2.1.x
rencache-texture
repl
revert-853-process-api
scroll_size_update_once_2
simplifying-main
soft-line-wrap-2.0
start-file-in-place
testing-detect-indent-changes
treeview-fix
use-tabs-margin
use-tabs-margin-2.0
use-tabs-margin-luajit-2.0
using-luajit
using-luajit-2
using-luajit-2.0.3
using-luajit-3
vim-mode
voronianski-color-schemes
workspace-fixes
zlog-dmon-logging
A lightweight text editor written in Lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
Age
Commit message (
Expand
)
Author
2020-05-20
Fixed mouse-position resolution when dropping a file
rxi
2020-05-20
Fixed stuck mouse-drag-selection on dropped-file
rxi
2020-05-19
Added core.set_active_view(); removed `focusable` boolean from View
rxi
2020-05-18
Added temporary backwards compatibility for `core.project_dir`
rxi
2020-05-17
Made lite set project dir to CWD; removed core.project_dir
rxi
2020-05-17
Added `config.ignore_files`
rxi
2020-05-16
Changed config.mouse_wheel_scroll default to multiply by SCALE
rxi
2020-05-16
Moved `config.treeview_size` from `config.lua` to `treeview.lua`
rxi
2020-05-14
Exposed doc's internal insert/remove: Doc:raw_insert|remove
rxi
2020-05-14
Fixed x-offset of text in `DocView:draw_line_gutter`
rxi
2020-05-14
Made tokenizer skip parsing process on plain-text files
rxi
2020-05-14
Fixed gutter text jittering when horizontal scrolling on docview
rxi
2020-05-13
Added support for shift+click selecting
rxi
2020-05-13
Fixed triple-clicking on last line not selecting the line
rxi
2020-05-12
Fixed find-replace:select-next erroring on multiline selection
rxi
2020-05-12
Made clicking the message on the StatusView open a LogView
rxi
2020-05-11
Improved idle CPU utilisation when not-focused, added system.wait_event()
rxi
2020-05-10
Removed redundant line from syntax highlighter
rxi
2020-05-10
Whitespace
rxi
2020-05-09
Fixed highlighter resetting of syntax on doc filename change
rxi
2020-05-09
Added `doc:rename` command; changed command_view:set_text to take `select` ar...
rxi
2020-05-09
Added commands `root:shrink` and `root:grow`
rxi
2020-05-09
Added stripping of carriage-returns when pasting
rxi
2020-05-09
Default color theme adjustments
rxi
2020-05-09
Fixed rare case where core.doc.highlighter would iterate out of line bounds
rxi
2020-05-09
Wrapped `core.on_event` calls in `core.try`
rxi
2020-05-08
Simplified core.step()
rxi
2020-05-08
Moved `syntax` from `doc.highlighter` to `doc`
rxi
2020-05-08
Added default text to find-replace's "new text" input
rxi
2020-05-08
Made `doc:toggle-line-comments` command skip empty lines
rxi
2020-05-07
Fixed `doc:toggle-line-comments` for syntax highlighter relocation
rxi
2020-05-07
Removed unused variables
rxi
2020-05-07
Removed unused variables in core.init
rxi
2020-05-07
Fixed RootView's EmptyView keymap text
rxi
2020-05-07
Moved highlighter code from `DocView` to `Doc`
rxi
2020-05-07
Renamed `common.matches_pattern` => `common.match_pattern`
rxi
2020-05-07
Added logging when project module is loaded
rxi
2020-05-07
Made `find-replace:find-symbol` use first symbol in sel as default
rxi
2020-05-07
Moved `matches_pattern` from `syntax` to `common`
rxi
2020-05-06
Changed core to store `modified` and `size` in project_files table
rxi
2020-05-06
Added open-[project|user]-module commands, renamed command/file finder commands
rxi
2020-05-06
Added support for a `.lite_project.lua` file in project directory
rxi
2020-05-06
Added multiline support for LogView's messages
rxi
2020-05-05
Increased config.max_log_items from 20 to 80
rxi
2020-05-03
Made separator and separator2 fields of StatusView
rxi
2020-05-03
Added StatusView:get_items()
rxi
2020-05-03
Simplified StatusView item drawing
rxi
2020-05-03
Added mapping for `shift+delete` to keymap
rxi
2020-05-03
Added mappings for `ctrl+delete` and `ctrl+shift+delete` to keymap
rxi
2020-05-03
Changed rounding type on common.draw_text()
rxi
[next]