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
/
commands
Age
Commit message (
Expand
)
Author
2021-03-18
Fix error introduced with commit c0ad86d
Francesco Abbate
2021-02-24
Fix multi-line commands
Francesco Abbate
2021-02-17
Merge branch 'master' into dev
Francesco Abbate
2021-02-17
Use doc on_save hooks to reload user module
Francesco Abbate
2021-02-17
Fix reload module problem on windows
Francesco Abbate
2021-02-16
Use tilde expansion when running save-as command
Francesco Abbate
2021-02-16
FIX: Use PATHSEP instead of hardcoded "/" path separator
bud
2021-02-15
ADD: test in doc:save(), if the file is the user module, automatically reload...
bud
2021-02-15
REMOVE: dont add reload on save hook in core:open-user-module, its automatica...
bud
2021-01-13
Add command root:close-all
Francesco Abbate
2021-01-03
Fix missing gome expand in remove-directory command
Francesco Abbate
2021-01-03
Fix behavior when selecting project directories
Francesco Abbate
2021-01-03
Fix directories management to always keep the project's directory
Francesco Abbate
2020-12-30
Fix missing absolute_path call in change-project-folder command
Francesco Abbate
2020-12-30
Fix project change and quit versus workspace plugin
Francesco Abbate
2020-12-30
Add command to create a directory in a new category "files"
Francesco Abbate
2020-12-28
Add command to remove a directory from the project
Francesco Abbate
2020-12-28
Change project files output to not include a prefix '/' in filename
Francesco Abbate
2020-12-27
Add a comment about a possible improvement
Francesco Abbate
2020-12-27
Fix project search and status view for new add directory feature
Francesco Abbate
2020-12-27
Finalize add project directory feature
Francesco Abbate
2020-12-20
Add HOME directory expansion also for open file command
Francesco Abbate
2020-12-19
Move HOME expand/encode into common module
Francesco Abbate
2020-12-19
Use ~ for HOME directory in folder search
Francesco Abbate
2020-12-10
Automatically reload style when saving the project user module
Francesco Abbate
2020-12-10
Add core:restart function to restart the editor
Francesco Abbate
2020-12-08
Move project manager into core init file
Francesco Abbate
2020-12-02
First implementation of unix-like data directory
Francesco Abbate
2020-11-18
Fix behavior when using un-indent command over multiple lines
Francesco Abbate
2020-11-17
Merge remote-tracking branch 'origin/master'
Francesco Abbate
2020-11-16
Add recently visited files in the list when using find file command
Francesco Abbate
2020-11-16
Improve behavior for indent command with selection over multiple lines
Francesco Abbate
2020-09-27
Improved behaviour of `doc:join-lines` when joining to empty line
rxi
2020-06-04
Added resetting of selection on intermediate find-text failure
rxi
2020-05-30
Renamed core:command/file-finder => core:find-command/file
rxi
2020-05-28
Changed block movement to mimic word movement
rxi
2020-05-28
Improved behaviour of and renamed `translate.next|previous_word_boundary`
rxi
2020-05-19
Added core.set_active_view(); removed `focusable` boolean from View
rxi
2020-05-17
Made lite set project dir to CWD; removed core.project_dir
rxi
2020-05-12
Fixed find-replace:select-next erroring on multiline selection
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-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
Made `find-replace:find-symbol` use first symbol in sel as default
rxi
2020-05-06
Added open-[project|user]-module commands, renamed command/file finder commands
rxi
2020-05-02
Improved findreplace replace log and commandview text
rxi
[next]