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
/
init.lua
Age
Commit message (
Expand
)
Author
2022-07-11
Make `Doc:get_selection[s]` return if the selection was actually sorted
Guldoman
2022-06-25
Don't indent empty lines in a selection
Guldoman
2022-06-07
initial documentation for better code completion
jgmdev
2022-05-15
Split out reload functionality to actual document, and added in a thread to c...
Adam Harrison
2022-04-27
Manage return values from "replacer" function in `Doc:replace`
Guldoman
2022-03-18
Reset syntax when a filename is provided
Guldoman
2022-03-17
Fixed a bunch of problems. Fixed left+click not allowing for square selection...
Adam Harrison
2022-01-19
Merge branch 'master-2.0'
Francesco Abbate
2021-12-30
Fix problem when opening project's module document
Francesco Abbate
2021-12-10
Delete old forgotten self.cursor_clipboard
Jipok
2021-12-08
Make cursor_clipboard globa, not per doc
Jipok
2021-12-06
Correct paste after 'Cut/copy whole line'
Jipok
2021-11-27
Merge pull request #682 from Guldoman/indent_refactor
Adam
2021-11-23
Added in cut, copy and paste to the context menu. Also removed find pattern, ...
Adam Harrison
2021-11-23
Manual merge of into .
Adam Harrison
2021-11-20
Use the new `Doc:get_indent_info` throughout `core`
Guldoman
2021-11-20
Add `Doc:get_indent_info`
Guldoman
2021-11-20
Pre-populate the highlighter
Guldoman
2021-11-20
Add `soft_reset` to highlighter
Guldoman
2021-11-17
Merge branch 'master' into replace-unpack
Takase
2021-10-10
Merge pull request #466 from Guldoman/new_not_dirty
Francesco
2021-10-08
Improve highlither for document edits
Francesco Abbate
2021-10-07
Improve highlither for document edits
Francesco Abbate
2021-10-02
Sanitize selections after redo
Guldoman
2021-09-08
Revert horizontal scroll implementation
Guldoman
2021-08-31
Avoid setting a new file as dirty if it is empty
Guldoman
2021-08-31
Forgot to return an 'n'.
Adam Harrison
2021-08-30
Fixed replace to make it multicursor-aware.
Adam Harrison
2021-08-30
Avoid recreating `line_numbers` table when a recalc is needed
Guldoman
2021-08-30
Avoid recreating tables when calculating the longest lines
Guldoman
2021-08-30
Fix discrepancy in max line length
Guldoman
2021-08-30
Remove line from longest lines table only if needed
Guldoman
2021-08-30
Make `Doc` keep track of max line length
Guldoman
2021-08-30
Merge pull request #430 from adamharrison/vsc-multicursor-shortcuts
Adam
2021-08-29
Fixed cursor movement.
Adam Harrison
2021-08-29
Fixed cursors moving around with removal and inserts with cursors. Also fixed...
Adam Harrison
2021-08-29
replace unpack() with table.unpack()
takase1121
2021-08-24
increase code readibility
Takase
2021-08-24
add doc:get_selection_text()
takase1121
2021-08-11
Small fix.
Adam Harrison
2021-08-10
Added in a hash check to the system clipboard.
Adam Harrison
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
[next]