|
@@ -135,14 +135,18 @@ namespace eval radxide {
|
|
|
set icons(HTML-ICONI) [image create photo imgobj5 -file $icons(HTML-ICON)]
|
|
|
set icons(JS-ICON) "icons/file-js.png"
|
|
|
set icons(JS-ICONI) [image create photo imgobj6 -file $icons(JS-ICON)]
|
|
|
+ set icons(IMG-ICON) "icons/image.png"
|
|
|
+ set icons(IMG-ICONI) [image create photo imgobj7 -file $icons(IMG-ICON)]
|
|
|
+ set icons(CSS-ICON) "icons/file-css.png"
|
|
|
+ set icons(CSS-ICONI) [image create photo imgobj8 -file $icons(CSS-ICON)]
|
|
|
set icons(PHP-ICON) "icons/file-php.png"
|
|
|
- set icons(PHP-ICONI) [image create photo imgobj7 -file $icons(PHP-ICON)]
|
|
|
+ set icons(PHP-ICONI) [image create photo imgobj9 -file $icons(PHP-ICON)]
|
|
|
set icons(TXT-ICON) "icons/file-txt.png"
|
|
|
- set icons(TXT-ICONI) [image create photo imgobj8 -file $icons(TXT-ICON)]
|
|
|
+ set icons(TXT-ICONI) [image create photo imgobj10 -file $icons(TXT-ICON)]
|
|
|
set icons(GENERIC-FILE-ICON) "icons/file-generic.png"
|
|
|
- set icons(GENERIC-FILE-ICONI) [image create photo imgobj9 -file $icons(GENERIC-FILE-ICON)]
|
|
|
+ set icons(GENERIC-FILE-ICONI) [image create photo imgobj11 -file $icons(GENERIC-FILE-ICON)]
|
|
|
set icons(FOLDER-ICON) "icons/folder.png"
|
|
|
- set icons(FOLDER-ICONI) [image create photo imgobj10 -file $icons(FOLDER-ICON)]
|
|
|
+ set icons(FOLDER-ICONI) [image create photo imgobj12 -file $icons(FOLDER-ICON)]
|
|
|
|
|
|
# Menu variables
|
|
|
set menu(ROOT) "";
|
|
@@ -156,10 +160,14 @@ namespace eval radxide {
|
|
|
set menu(CUT_ENTRY_IDX) 2;
|
|
|
set menu(FIND_ENTRY_IDX) 4;
|
|
|
|
|
|
- set dan(PhpExts) {.php .php2 .php3 .php4 .php5 .funny} ;# extensions of php files
|
|
|
- set dan(HtmlExts) {.html .htm} ;# extensions of html files
|
|
|
- set dan(JsExts) {.js} ;# extensions of js files
|
|
|
- set dan(TxtExts) {.txt .rtf} ;# extensions of txt files
|
|
|
+ set dan(PhpExts) {.php .php2 .php3 .php4 .php5 .funny .inc} ;# extensions of php files
|
|
|
+ set dan(HtmlExts) {.html .htm} ;# extensions of html files
|
|
|
+ set dan(CssExts) {.css} ;# extensions of css files
|
|
|
+ set dan(JsExts) {.js} ;# extensions of js files
|
|
|
+ set dan(CssExts) {.css} ;# extensions of css files
|
|
|
+ set dan(TxtExts) {.txt .rtf} ;# extensions of txt files
|
|
|
+ set dan(ImgExts) {.gif .png .jpg .jpeg} ;# extensions of images
|
|
|
+ set dan(BinExts) {.so .o .exe} ;# extensions of binary
|
|
|
|
|
|
# __________________ iswindows ___________________ #
|
|
|
|