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
Age
Commit message (
Expand
)
Author
2021-09-04
Check if session file returned anything
Guldoman
2021-09-03
Add a simple cache to `DocView:get_h_scrollable_size`
Guldoman
2021-09-02
Fix absolute path detection in `core.project_absolute_path`
Guldoman
2021-09-01
Avoid checking for unique selections on non-`DocView`s
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
Merge pull request #451 from Timofffee/fix-macos-keymap
Adam
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
Split vertical and horizontal scrollbar-related functions and variables
Guldoman
2021-08-30
Set horizontal scroll size to be more in line with other editors
Guldoman
2021-08-30
Show correct mouse cursor when hovering the horizontal scrollbar
Guldoman
2021-08-30
Add horizontal scrollbar
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
Define horizontal scrollable size for `DocView`
Guldoman
2021-08-30
Extend `View` to allow horizontal scrolling
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-30
Fix macOS keymap
Timofffee
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
Use plain `string:find` when matching plugin directories
Guldoman
2021-08-28
Added in two new VSC-style multicursor shortcuts.
Adam Harrison
2021-08-28
Merge remote-tracking branch 'origin/fix-2.0.1'
Francesco Abbate
2021-08-28
Add missing home_encode for change-project-folder
Francesco Abbate
2021-08-28
Fix focus problem with NagView with root:close-all
Francesco Abbate
2021-08-28
Remove unused Object's method "implement"
Francesco Abbate
2021-08-27
Introduce View objects context property
Francesco Abbate
2021-08-27
Revert "Further simplifies logic for active view in close-all command"
Francesco Abbate
2021-08-27
Allow tabs to always be visible
Guldoman
2021-08-27
Set initial text for core:change-project-folder
Francesco Abbate
2021-08-27
Further simplifies logic for active view in close-all command
Francesco Abbate
2021-08-27
Simplify commit daf91676 about active view setting
Francesco Abbate
2021-08-27
Do not use os.exit to exit the application
Francesco Abbate
2021-08-27
Fix bug with close-all command
Francesco Abbate
2021-08-25
Fix plugin version check
Francesco Abbate
2021-08-24
increase code readibility
Takase
2021-08-24
add doc:get_selection_text()
takase1121
2021-08-24
remove unused variable
takase1121
2021-08-24
more changes to logview
takase1121
2021-08-24
add core.get_log()
takase1121
2021-08-24
improve logview
takase1121
2021-08-19
Require modversion 2
Francesco Abbate
2021-08-19
Merge remote-tracking branch 'harens/macos-bundle'
Francesco Abbate
2021-08-18
Add unix-like behaviour on macOS
harens
2021-08-17
2.0 changelog and modversion updates.
Adam Harrison
2021-08-14
Merge pull request #391 from adamharrison/fix-replace-tooltip
Adam
2021-08-14
Merge pull request #390 from adamharrison/cursor-fixes
Adam
2021-08-14
Added in additional function to remove tooltip after cancelling replace.
Adam Harrison
[next]