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
/
commandview.lua
Age
Commit message (
Expand
)
Author
2025-06-13
Made findfile update suggestions as more results come in. (#2039)
Adam
2025-03-15
add a __tostring method to every object (#1534)
ThaCuber
2024-03-05
Improve `CommandView` and `autocomplete` scroll behavior (#1732)
Guldoman
2023-04-07
Added in explicit touchscreen keyboard support. (#1389)
Adam
2022-11-15
Pass the currently selected item to `CommandView` validation (#1203)
Guldoman
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2022-07-15
CommandView: do not change caret size with config.line_height
jgmdev
2022-07-11
Don't wrap around if there are no suggestions in `CommandView`
Guldoman
2022-06-20
CommandView: improve performance by only drawing visible
jgmdev
2022-06-07
initial documentation for better code completion
jgmdev
2022-06-02
Add `text` and `select_text` to `CommandView` options
Guldoman
2022-06-02
Add `show_suggestions` to `CommandView` options
Guldoman
2022-06-02
Fix `CommandView:enter` deprecation log
Guldoman
2022-05-30
Add options to `CommandView:enter`
Guldoman
2022-05-30
Made wrapping overflow optional
Joshua Barretto
2022-05-09
Merge branch 'master' into master-2.1
Adam
2022-04-30
Add typeahead to `CommandView` (#963)
Guldoman
2022-04-25
Add animation categories to enable finer transitions control (#941)
Guldoman
2022-04-03
Soft Line Wrapping (#636)
Adam
2021-09-09
Remeber initial user text for hidden suggestions
Francesco Abbate
2021-09-09
Fix error with hidden suggestions
Francesco Abbate
2021-09-09
Implement hidden suggestions for find dialog
Francesco Abbate
2021-08-27
Introduce View objects context property
Francesco Abbate
2021-05-05
Do not close command view on open-file is file is invalid or it is a directory
Adam
2021-02-28
Simplifies logic for suggestion's offset
Francesco Abbate
2021-02-28
Implement scrolling in command view
Francesco Abbate
2020-05-19
Added core.set_active_view(); removed `focusable` boolean from View
rxi
2020-05-14
Fixed gutter text jittering when horizontal scrolling on docview
rxi
2020-05-09
Added `doc:rename` command; changed command_view:set_text to take `select` ar...
rxi
2020-05-07
Removed unused variables
rxi
2020-05-01
Improved handling of zero-sized locked nodes on RootView
rxi
2020-04-22
Fixed rounding of CommandView suggestion popup box
rxi
2020-04-18
Reorganising of DocView's draw functions
v1.01
rxi
2019-12-28
Initial commit
rxi