Skip to content

Commit fcb85be

Browse files
committed
change shortcut dictionary to dict
1 parent 397a49e commit fcb85be

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

config/scripts.ijs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ colortab ~addons/graphics/color/colortab.ijs
1515
csv ~addons/tables/csv/csv.ijs
1616
dd ~addons/data/odbc/odbc.ijs
1717
debug ~addons/ide/qt/debugs.ijs
18-
dictionary ~addons/data/dictionary/dictionary.ijs
18+
dict ~addons/data/dict/dict.ijs
1919
gl2 ~addons/graphics/gl2/gl2.ijs
2020
gles ~addons/api/gles/gles.ijs
2121
graph ~addons/graphics/graph/graph.ijs

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.7.8
1+
9.7.9

main/files.ijs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ NB.- to fcopynew fls copy files (if changed)
2525
NB.- fdir file directory
2626
NB.- ferase fl erase file
2727
NB.- fexist fl return 1 if file exists
28+
NB.- fmakex fl make file executable
2829
NB.- fpathname split file path into path;name
2930
NB.- opt fread fl read file
3031
NB.- opt freadblock fl read lines of file in blocks

0 commit comments

Comments
 (0)