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
/
init.lua
Age
Commit message (
Expand
)
Author
2022-08-20
Added a smoothing and strikethrough option to font loading. (#1087)
Aqil Contractor
2022-07-15
Add font style options in user module
cisoun
2022-06-28
Fix opening `LogView` when reloading customizations
Guldoman
2022-06-07
initial documentation for better code completion
jgmdev
2022-06-07
Merge pull request #1022 from Guldoman/PR_annoy_on_reload_error
Jefferson González
2022-06-07
Merge pull request #1010 from Guldoman/PR_improve_multiproject_treeview
Jefferson González
2022-06-05
Open `LogView` on user/project module reload error
Guldoman
2022-06-02
style: move default colors to its own style file
jgmdev
2022-06-01
Add `common.is_absolute_path`
Guldoman
2022-05-31
Merge pull request #1005 from Guldoman/PR_improve_logs
Jefferson González
2022-05-31
plugins: only check mod version
jgmdev
2022-05-31
Expose function to create custom log entries
Guldoman
2022-05-31
Add `warn` log level
Guldoman
2022-05-31
Always show backtrace for `error` log entries
Guldoman
2022-05-05
plugins: add load priority support with '--priority:###'
jgmdev
2022-05-02
core: expose rescan_project_directories and configure_borderless_window
jgmdev
2022-05-02
Merge pull request #966 from adamharrison/check-plugin-load-time
Guldoman
2022-04-30
Added in log to show total time.
Adam Harrison
2022-04-28
Send `mouseleft` event when the mouse leaves the window (#928)
Guldoman
2022-04-28
Added plugin load-time log.
Adam Harrison
2022-04-28
Check if `USERDIR` doesn't exist in `core.delete_temp_files`
Guldoman
2022-04-26
TreeView Changes (#898)
Adam
2022-04-26
Asynchronous Reads for Dirmonitor (#930)
Adam
2022-04-18
Add `DATADIR` and `USERDIR` explanation in created user module
Guldoman
2022-03-28
core: fixes and changes to temp files
jgmdev
2022-03-18
Allow opening non existing files from arguments
Guldoman
2022-03-10
config: added skip_plugins_version
jgmdev
2022-03-09
config overwritten on user/project modules save
jgmdev
2022-03-08
Fixed some issues with inotify and multiple events at the same time. (#872)
Adam
2022-03-06
init: also load default nodes and commands before user plugins and project mo...
jgmdev
2022-03-06
init: load core views before user plugins
jgmdev
2022-03-06
Load project module on startup
Guldoman
2022-03-06
Fix Project Scanning (#746)
Adam
2022-02-15
Allow intercepting `filedropped` events
Guldoman
2022-02-11
Fix again bug with invalid ignore_files patterns
Francesco Abbate
2022-01-30
Merge branch 'master' of https://github.com/lite-xl/lite-xl into improvements
Dheisom Gomes
2022-01-28
Go back to `common.match_pattern` and use `table.unpack` directly on function...
Dheisom Gomes
2022-01-28
Error correction getting "unpack" function
Dheisom Gomes
2022-01-28
Added support to use a array of regex to ignore files
Dheisom Gomes
2022-01-28
Added support to pass extra arguments to functions on core.add_thread
Dheisom Gomes
2022-01-25
Do no error out on malformed ignore patterns
merge-master-2.0
Francesco Abbate
2022-01-24
Fix problem with project module save hook
Francesco Abbate
2022-01-22
Remove unused whitespace_replacements function
Francesco Abbate
2022-01-19
Merge branch 'master-2.0'
Francesco Abbate
2022-01-18
Merge pull request #743 from takase1121/better-logview
Adam
2022-01-18
Remove remaining debug message
Francesco Abbate
2022-01-13
Treat final '/' or '/$' in ignore rule as part of the pattern
Francesco Abbate
2022-01-12
Fix project files reading with symlink
fix-dir-monitor-symlinks
Francesco Abbate
2022-01-10
Ensure config.plugins are restored on new config
Francesco Abbate
2022-01-09
Ensure project rescan thread is terminated
Francesco Abbate
[next]