index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
/
common.lua
Age
Commit message (
Expand
)
Author
2021-09-17
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
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
2021-05-01
Fix filename problem
Francesco Abbate
2021-03-06
Ensure filename are store relative to project directory
Francesco Abbate
2021-02-17
Fix reload module problem on windows
Francesco Abbate
2021-02-16
Use tilde expansion when running save-as command
Francesco Abbate
2021-01-10
Fix problem when project directory has a trailing slash
Francesco Abbate
2021-01-03
Fix behavior when selecting project directories
Francesco Abbate
2020-12-30
Create common.serialize function
Francesco Abbate
2020-12-28
Add command to remove a directory from the project
Francesco Abbate
2020-12-20
Add HOME directory expansion also for open file command
Francesco Abbate
2020-12-19
Move HOME expand/encode into common module
Francesco Abbate
2020-12-07
Begin reworks of project manager
Francesco Abbate
2020-05-07
Removed unused variables
rxi
2020-05-07
Renamed `common.matches_pattern` => `common.match_pattern`
rxi
2020-05-07
Moved `matches_pattern` from `syntax` to `common`
rxi
2020-05-03
Changed rounding type on common.draw_text()
rxi
2020-04-25
Removed underscore from start of globals, added VERSION
rxi
2020-04-21
Fixed common.path_suggest() for system.list_dir() changes
rxi
2019-12-28
Initial commit
rxi