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