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
/
doc
Age
Commit message (
Expand
)
Author
2021-07-20
Removed unecessary duplicates.
Adam Harrison
2021-07-20
Merged dev to master.
Adam Harrison
2021-06-20
Added Doc:on_close() for plugins
jgmdev
2021-06-18
Fixed recursion error.
Adam Harrison
2021-06-18
Made get_selections a bit more flexible.
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
Ensured that textual inputs sort cursors so that we don't get *real* weird be...
Adam Harrison
2021-06-18
Fixed merging. Fixed selection undo stack.
Adam Harrison
2021-06-18
Added in cursor merging behaviour.
Adam Harrison
2021-06-18
Added in missing boolean.
Adam Harrison
2021-06-18
Removed unecessary elses.
Adam Harrison
2021-06-18
Fixed error.
Adam Harrison
2021-06-18
Cleaned up functions.
Adam Harrison
2021-06-18
Fixed tabbing spaces.
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
Fixed undo stack.
Adam Harrison
2021-06-18
Changed iterator behaviour to avoid allocating a closure each time.
Adam Harrison
2021-06-18
Initial commit of multicursor. Next step is to investigate how multicursor wo...
Adam Harrison
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
Add PCRE to support regular expressions
Adam
2021-05-05
Store doc's babs_filename without home encoding
Francesco Abbate
2021-05-01
Fix filename problem
Francesco Abbate
2021-04-06
Fix logical error in on_text_change
Francesco Abbate
2021-04-06
Simplifies previous commit
Francesco Abbate
2021-04-05
Add hook function for Doc changes
Francesco Abbate
2021-02-18
Add full filename path in window's title
Francesco Abbate
2021-02-17
Fix reload module problem on windows
Francesco Abbate
2020-06-08
Added file-header pattern support to `syntax`
rxi
2020-06-02
Fixed bug in Highlighter.invalidate() when setting first_invalid_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-14
Exposed doc's internal insert/remove: Doc:raw_insert|remove
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
Fixed rare case where core.doc.highlighter would iterate out of line bounds
rxi
2020-05-08
Moved `syntax` from `doc.highlighter` to `doc`
rxi
2020-05-07
Moved highlighter code from `DocView` to `Doc`
rxi
2020-04-21
core.doc.translate comment fix
rxi
2019-12-28
Initial commit
rxi