OSDN Git Service

v 162, added Conditionnal Compilation and bootloader
[fast-forth/master.git] / config / scite / AS_MSP430 / SciTEDirectory.properties
similarity index 97%
rename from config/gema/SciTEDirectory.properties
rename to config/scite/AS_MSP430/SciTEDirectory.properties
index 6740a9e..e260588 100644 (file)
@@ -243,7 +243,7 @@ statusbar.number=4
 statusbar.text.1=\
 li=$(LineNumber) co=$(ColumnNumber) $(OverType) ($(EOLMode)) $(FileAttr)
 statusbar.text.2=\
-$(BufferLength) chars in $(NbOfLines) lines. Sel: $(SelLength) chars.
+$(BufferLength) chars in $(NbOfLines) lines. Sel: $(SelHeight) lines, $(SelLength) chars.
 statusbar.text.3=\
 Now is: Date=$(CurrentDate) Time=$(CurrentTime)
 statusbar.text.4=\
@@ -307,15 +307,12 @@ chars.accented=
 # to the types of files seen when opening.
 # There is a limit (possibly 256 characters) to the length of a filter,
 # so not all source extensions can be in this setting.
-#*.idl;*.odl;*.rc;*.rc2;*.dlg;*.def;make*;*.mak;\
-#*.frm;*.cls;*.ctl;;*.pl;;*.iface;*.e;#*.rb;*.cgi;*.lua;\
-#source.files=*.asm;*.c;*.cc;*.f;*.ff;*.far;*.cpp;*.cxx;*.cs;*.h;*.hh;*.hxx;*.hpp;\
-source.files=*.asm;*.avr;*.tiny;*.mega;*.vb;*.vbs;*.bas;*.bat;*.ini;*.py;*.js;*.properties;*.vhd;*.vhdl
+source.files=*.asm;*.inc;*.pat;*.f;*.4th;*.bat
 
 # Each platform has a different idea of the most important filters
 if PLAT_WIN
        all.files=All Files (*.*)|*.*|
-       top.filters=All Source|$(source.files)|$(all.files)
+       top.filters=$(all.files)All Source|$(source.files)|
 if PLAT_GTK
        all.files=All Files (*)|*|Hidden Files (.*)|.*|
        top.filters=All Source|$(source.files)|$(all.files)