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
2022-05-22
Merge branch 'master' into master-2.1
master-2.1
jgmdev
2022-05-15
Split out reload functionality to actual document, and added in a thread to c...
Adam Harrison
2022-05-15
Autoreload Nagview (#942)
Adam
2022-05-12
Add utf8 support on doc lower and upper commands
jgmdev
2022-04-03
Soft Line Wrapping (#636)
Adam
2022-03-20
Move cursor to the beginning or the end of its selection
Guldoman
2022-03-17
Typo.
Adam Harrison
2022-03-17
Fixed a bunch of problems. Fixed left+click not allowing for square selection...
Adam Harrison
2022-02-11
Check entire selection to trigger `DocView:scroll_to_make_visible`
Guldoman
2022-02-11
Don't scroll DocView when executing `doc:select-all`
Guldoman
2022-02-07
Ignore empty lines in `line_comment`
Guldoman
2022-01-28
Merge pull request #809 from lite-xl/merge-master-2.0
Adam
2022-01-20
Fixed end of block-style line comments.
Adam Harrison
2022-01-19
Merge branch 'master-2.0'
Francesco Abbate
2022-01-18
Streamlined, and fixed guldo's problem.
Adam Harrison
2022-01-18
Fixed issue first mentioned in #771.
Adam Harrison
2022-01-13
Fix error to close view when deleting a file
Francesco Abbate
2022-01-08
comment the entire line when using block comment
takase1121
2022-01-02
make set_selections consistent
takase1121
2022-01-02
refactor toggle-block-comments, make command spaces aware, set selections cor...
takase1121
2021-12-26
toggle comment for whole line if nothing is selected
takase1121
2021-12-26
fallback to toggle-line-comment and vice versa if needed
takase1121
2021-12-25
add toggle-block-comment
takase1121
2021-12-21
Restores external pastes to be normal pastes.
Adam Harrison
2021-12-12
Revert "Make pasting multiple lines from clipboard same way as a single line"
Jipok
2021-12-10
Make pasting multiple lines from clipboard same way as a single line
Jipok
2021-12-08
Make cursor_clipboard globa, not per doc
Jipok
2021-12-06
Correct paste after 'Cut/copy whole line'
Jipok
2021-12-05
Copy/cut whole line if selection empty
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-20
Use the new `Doc:get_indent_info` throughout `core`
Guldoman
2021-11-19
Selection expands by word or line on double or triple click followed by drag.
Joshua Minor
2021-11-14
Refactored things out.
Adam Harrison
2021-11-14
Keymap.
Adam Harrison
2021-11-14
Rearranged things to make a bit more sense.
Adam Harrison
2021-11-14
Moved commands out to the outer event loop.
Adam Harrison
2021-11-14
Added in double, and triple clicking.
Adam Harrison
2021-11-14
Added in clicks to keymap.
Adam Harrison
2021-10-02
Remove duplicate command declaration (#565)
Rongfei Wang
2021-09-30
Remove duplicate command declaration (#565)
Rongfei Wang
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
[next]