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
/
doc.lua
Age
Commit message (
Expand
)
Author
2021-02-24
Fix multi-line commands
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
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
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-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-09
Added `doc:rename` command; changed command_view:set_text to take `select` ar...
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
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-01
Added command `doc:select-none`, added binding to `escape`
rxi
2020-04-25
Changed printed filenames to use format-specifier "%s" instead of %q
rxi
2020-04-12
Made cut/copy no-op if there is no selection
rxi
2019-12-28
Initial commit
rxi