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-08-14
Merge pull request #390 from adamharrison/cursor-fixes
Adam
2021-08-14
Fixed multilne cursors at the edges of docuemnts.
Adam Harrison
2021-08-11
Reverted hash changes; simply copy entire clipboard.
Adam Harrison
2021-08-10
Since we're modifying the clipboard, actually makes way more sense to use thi...
Adam Harrison
2021-08-10
Added in a hash check to the system clipboard.
Adam Harrison
2021-08-06
Changed behaviour of home.
Adam Harrison
2021-07-20
Removed unecessary duplicates.
Adam Harrison
2021-07-20
Merged dev to master.
Adam Harrison
2021-07-15
remove deprecated code
takase1121
2021-07-01
reset blink timer when a new cursor is created
lqdev
2021-06-18
Fixed minor bugs; swap no longer returns from get.
Adam Harrison
2021-06-18
Rebased, and added the ability for ctrl to just create new cursors.
Adam Harrison
2021-06-18
Removed unecessary check.
Adam Harrison
2021-06-18
Added in the ability to iterate through cursors backwards.
Adam Harrison
2021-06-18
Used routine to add cursors in order correctly.
Adam Harrison
2021-06-18
Introduced the constraint that all cursors must be in order.
Adam Harrison
2021-06-18
Fixed merging. Fixed selection undo stack.
Adam Harrison
2021-06-18
Used an inappropriate function in a selection loop.
Adam Harrison
2021-06-18
That's what I get for not testing after a 'simple' refactor.
Adam Harrison
2021-06-18
Added in missing boolean.
Adam Harrison
2021-06-18
Cleaned up functions.
Adam Harrison
2021-06-18
Allows for rectangular selections with ctrl; also fixed tabbing.
Adam Harrison
2021-06-18
Added in multiple clipboard line buffers.
Adam Harrison
2021-06-18
Initial commit of multicursor. Next step is to investigate how multicursor wo...
Adam Harrison
2021-06-17
Added in remove file function. (#272)
Adam
2021-06-05
Apologies for the subpar previous commit. This fixes the bugs in that one.
Adam Harrison
2021-06-05
Exposed indent function, and made it more flexible.
Adam Harrison
2021-06-02
fixed broken Doc:save monkeypatch
lqdev
2021-05-28
Fixed commenting and uncommenting. (#224)
Adam
2021-05-27
Fix missing check for filename when saving a file
Francesco Abbate
2021-05-26
Changed to multiline select.
Adam Harrison
2021-05-24
Fixed minor error that occurs when saving as after viewing a non-doc tab.
Adam Harrison
2021-05-22
Indent Enhancements (#202)
Adam
2021-05-19
Changed deindent, so that if the deindent runs into an unusual line with a pa...
Adam
2021-05-17
Unified open and saving style. (#189)
Adam
2021-05-01
Fix filename problem
Francesco Abbate
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
[next]