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
2025-03-15
Project Rework (#1455)
Adam
2024-09-13
Add primary selection support (#1729)
Guldoman
2024-06-30
(fix): passed missing core.window to set_window_mode call (#1836)
Adam
2024-01-20
reorder nagview options on doc:save error to be more consistent with other na...
vqn
2024-01-13
Fix doc:create-cursor-previous/next-line with tabs (#1697)
vqn
2023-12-03
fix nagbar failed save message (#1678)
ThaCuber
2023-11-29
Text overwriting (#1495)
ThaCuber
2023-11-29
Fix selecting newlines with `find-replace:select-add-{next,all}` (#1608)
Guldoman
2023-11-28
Fix deleting indentation with multiple cursors (#1670)
Guldoman
2023-06-09
Show cursor at the start of the next line when selecting full lines (#761)
Guldoman
2023-05-20
Add mouse grab (#1501)
Guldoman
2023-04-22
Added in double-clicking on emptyview and tab bar. (#1478)
Adam
2023-04-14
Merge carets after `doc:move-to-{previous,next}-char` (#1462)
Guldoman
2023-04-10
#1393 followup (#1463)
vqn
2023-04-07
fix cursors positions when deleting multiple selections (#1393)
vqn
2023-03-29
Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446)
Adam
2023-03-03
Use correct view for scrolling to `find-replace:repeat-find` results (#1400)
Guldoman
2023-02-09
Make tab scrolling more flexible (#1384)
Guldoman
2023-02-06
NagView: properly rescale on scale change (#1379)
Jefferson González
2023-02-06
Restore in-selection replace as discussed in #1331 (#1368)
Jefferson González
2023-01-30
Replace globally when replacing from selection (#1331)
Himura Kazuto
2022-12-20
core: ported regex.gsub to faster native version (#1233)
Jefferson González
2022-12-11
feat: alert user via nagview if file cannot be saved (#1230)
sammyette
2022-11-15
Use subsyntax info in `doc:toggle-{line,block}-comments`
Guldoman
2022-11-03
Add `config.keep_newline_whitespace` option (#1184)
Guldoman
2022-11-01
Improvements to multicursor copy/paste (#1123)
Guldoman
2022-10-24
Apply `doc` commands to anything that extends `DocView`
Guldoman
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2022-09-13
Strictly limit find/replace commands to `core.docview` (#1108)
Guldoman
2022-08-16
Allow command predicates to manage parameters passed to the commands
Guldoman
2022-08-09
Steps to generalize toolbar and treeview. (#1088)
Adam
2022-06-25
On `doc:newline` remove line content if it contains only whitespace
Guldoman
2022-06-24
Fix full line cut when only a single line remains
Guldoman
2022-06-23
`findreplace`: Sort last searches
Guldoman
2022-06-23
`findreplace`: Fix number of total replacements
Guldoman
2022-06-02
Add `text` and `select_text` to `CommandView` options
Guldoman
2022-06-02
Add `show_suggestions` to `CommandView` options
Guldoman
2022-06-01
Fix tooltip not getting removed after `find-replace:replace`
Guldoman
2022-05-30
Use new `CommandView:enter` options table
Guldoman
2022-05-30
Made wrapping overflow optional
Joshua Barretto
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-05-09
Merge branch 'master' into master-2.1
Adam
2022-05-04
Open `LogView` in correct `Node`
Guldoman
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-18
Add command to create a new named Doc
Guldoman
2022-03-17
Typo.
Adam Harrison
[next]