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
/
common.lua
Age
Commit message (
Expand
)
Author
2025-06-13
Made findfile update suggestions as more results come in. (#2039)
Adam
2025-03-15
common: allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)
Takase
2025-03-15
Project Rework (#1455)
Adam
2024-12-04
fix: only allow backslash as path separator in Windows in `common.path_sugges...
Guldoman
2024-12-02
allow `/` for path suggestions in all OSes
ThaCuber
2024-07-22
Revert "fix: avoid following symlinks in `common.rm`"
Takase
2024-07-22
fix: avoid following symlinks in `common.rm`
Guldoman
2023-11-29
Fix `dirmonitor` sorting issues (#1599)
Guldoman
2023-10-18
Improve `common.serialize` (#1640)
Guldoman
2023-07-22
Documentation for core.common (#1510)
Takase
2023-01-13
Use `table.move` to implement `common.splice` (#1324)
xwii
2022-08-17
Be more lenient with appending `PATHSEP` in `common.path_suggest` in Windows
Guldoman
2022-08-16
Remove final `PATHSEP` in `common.normalize_volume`
Guldoman
2022-08-16
Add `PATHSEP` before listing the directory in `common.path_suggest`
Guldoman
2022-08-16
Remove dot slash from suggested paths in `common.path_suggest`
Guldoman
2022-06-07
Merge pull request #1021 from Guldoman/PR_lax_common_merge
Jefferson González
2022-06-05
Make `common.merge` work with invalid arguments
Guldoman
2022-06-01
Allow `common.path_suggest` to specify a root directory
Guldoman
2022-06-01
Add `common.is_absolute_path`
Guldoman
2022-05-03
Add pretty printing to `common.serialize`
Guldoman
2022-01-28
Go back to `common.match_pattern` and use `table.unpack` directly on function...
Dheisom Gomes
2022-01-28
Added support to use a array of regex to ignore files
Dheisom Gomes
2022-01-22
Added in new merge method, and run it on plugins. Also made it so plugin conf...
Adam Harrison
2021-12-31
Migrate to Lua 5.4
Jan200101
2021-12-20
Support rgba hex format
Jipok
2021-10-22
Merge pull request #612 from Guldoman/fix_regex
Francesco
2021-10-21
Fix error introduced with 43fc35d7
Francesco Abbate
2021-10-21
Do not use normalize_path when not needed
Francesco Abbate
2021-10-21
First attempt to treat correctly network volumes
Francesco Abbate
2021-10-11
Allow specifying offset for `common.is_utf8_cont`
Guldoman
2021-10-02
Implement tab drag and drop
Guldoman
2021-09-07
Fix error when opening root directory
Francesco Abbate
2021-08-11
If multiple '..' handle correctly.
Adam Harrison
2021-08-11
Handle proper path normalization if we begin with '..'.
Adam Harrison
2021-08-01
Merge branch 'master' into Merged
Merged
Adam
2021-07-26
+readability, hopefully
ep
2021-07-26
fix workspace folders on different drives in Windows
ep
2021-07-20
Removed unecessary duplicates.
Adam Harrison
2021-07-20
Merged dev to master.
Adam Harrison
2021-07-15
Fix problem with previous commit
Francesco Abbate
2021-07-15
Remove duplicate normalize_path function
Francesco Abbate
2021-06-28
Added system.rmdir(path)
jgmdev
2021-06-18
Cleaned up functions.
Adam Harrison
2021-06-13
Fix undeclared NagView findindex() by moving it to common.
jgmdev
2021-06-13
Integrate mkdirp function in common module (#265)
Francesco
2021-05-24
Fix problem with filenames missing normalization
Francesco Abbate
2021-05-16
Allowed for optional boolean to better match filenames. (#180)
Adam
2021-05-06
Fix creating a new file (#179)
tsukanov-as
2021-05-05
Use string.find only in common.home_encode
Francesco Abbate
2021-05-01
Nil check, to avoid issues for files that don't have filenames yet (new files...
Adam
[next]