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
Age
Commit message (
Expand
)
Author
2021-09-29
Fix call to missing project_files_limit
Francesco Abbate
2021-09-29
Fix bug with expanding directory when file limited
Francesco Abbate
2021-09-29
Remove the project scan thread
Francesco Abbate
2021-09-10
Use line/col to identify selection in replace command
Francesco Abbate
2021-09-09
Do not fail search if there was an option change
Francesco Abbate
2021-09-09
Bring back command find-replace:select-next
testing-2.0.2
Francesco Abbate
2021-09-09
Allow `find-replace:select-next` to select more occurrences after wrap
Guldoman
2021-09-09
Add missing remove tooltip call
Francesco Abbate
2021-09-09
Remeber initial user text for hidden suggestions
Francesco Abbate
2021-09-09
Use hidden suggestions also for replace dialog
Francesco Abbate
2021-09-09
Implement hidden suggestions for find dialog
Francesco Abbate
2021-09-09
Do not add selection with newlines in replace
Francesco Abbate
2021-09-07
Add initial suggestion in open-project-folder
Francesco Abbate
2021-09-07
Avoid checking for unique selections on non-`DocView`s
Guldoman
2021-09-07
Added in two new VSC-style multicursor shortcuts.
Adam Harrison
2021-09-07
Fix error in change-project-folder command
fix-2.0.1
Francesco Abbate
2021-08-28
Add missing home_encode for change-project-folder
Francesco Abbate
2021-08-27
Set initial text for core:change-project-folder
Francesco Abbate
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
2021-08-14
Fixed multilne cursors at the edges of docuemnts.
Adam Harrison
2021-08-12
Merge pull request #376 from adamharrison/clipboard-fix
Adam
2021-08-12
Merge pull request #378 from adamharrison/close-other-tabs
Adam
2021-08-12
Merge pull request #377 from adamharrison/regex-anchored
Adam
2021-08-11
Reverted hash changes; simply copy entire clipboard.
Adam Harrison
2021-08-10
Pairs -> IPairs
Adam Harrison
2021-08-10
Added in close others, and refactored close all.
Adam Harrison
2021-08-10
Fixed small bug on bootup, and added in a multiline qualifier to replacements.
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
Allowed find to function across different views.
Adam Harrison
2021-07-15
Reverted find fixes.
Adam Harrison
2021-07-15
remove deprecated code
takase1121
2021-07-09
Merge pull request #318 from lite-xl/MacOSClose
Adam
2021-07-01
reset blink timer when a new cursor is created
lqdev
2021-06-27
Created an extra command, to implement appropriat cmd+w behaviour on mac.
Adam Harrison
2021-06-20
Fixed regex replace.
Adam Harrison
2021-06-20
Fixed a minor bug.
Adam Harrison
2021-06-20
Added in tooltips, the ability to swap between different find modes with a ke...
Adam Harrison
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
[next]