OSDN Git Service

modified word # ; refreshed source folders
[fast-forth/master.git] / config / scite / AS_MSP430 / forth.properties
index dcd45d1..32404c5 100644 (file)
@@ -12,7 +12,6 @@ lexer.$(file.patterns.forth)=forth
 *language.forth=Forth|forth||
 
 
-
 filter.forth=Forth files (4th f)|$(file.patterns.forth)|
 
 *filter.forth=$(filter.forth)
@@ -138,15 +137,28 @@ command.4.*.f=\prog\gema\gema -line -t -f \config\gema\FastForthREGtoTI.pat $(Fi
 command.name.5.*.f=convert TI registers to FORTH's ones
 command.5.*.f=\prog\gema\gema -line -t -f \config\gema\TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
 
+command.name.6.*.f=preprocess file.f with for target CurrentSelection then download file.4th with ECHO
+command.6.*.f=\config\scite\AS_MSP430\SendSourceFileToTarget.bat $(FileDir)\$(FileName).f  $(CurrentSelection) ECHO
+
+command.name.7.*.f=preprocess file.f with for target CurrentSelection then download file.4th without ECHO
+command.7.*.f=\config\scite\AS_MSP430\SendSourceFileToTarget.bat $(FileDir)\$(FileName).f  $(CurrentSelection) NOECHO
+
+command.name.8.*.f=preprocess file.f with for target CurrentSelection then download file.4th to target SD_CARD
+command.8.*.f=\config\scite\AS_MSP430\CopySourceFileToTarget_SD_Card.bat $(FileDir)\$(FileName).f  $(CurrentSelection)
+
+command.name.9.*.f=preprocess file.f with for target CurrentSelection to file.4th (for debug)
+command.9.*.f=\config\scite\AS_MSP430\PreprocessSourceFile.f.bat $(FileDir)\$(FileName).f  $(CurrentSelection)
+
+
 
-command.name.0.*.4th=send file.4th to [target] with ECHO
-command.0.*.4th=*\config\scite\AS_MSP430\SendSourceFileToTarget.bat $(FileDir)\$(FileName).4th ECHO
+command.name.0.*.4th=send file.4th to your target with ECHO
+command.0.*.4th=\config\scite\AS_MSP430\SendSourceFileToTarget.bat $(FileDir)\$(FileName).4th ECHO
 
-command.name.1.*.4th=send file.4th to [target] without ECHO
-command.1.*.4th=*\config\scite\AS_MSP430\SendSourceFileToTarget.bat $(FileDir)\$(FileName).4th NOECHO
+command.name.1.*.4th=send file.4th to your target without ECHO
+command.1.*.4th=\config\scite\AS_MSP430\SendSourceFileToTarget.bat $(FileDir)\$(FileName).4th NOECHO
 
-command.name.2.*.4th=send file.4th to [target] SD_CARD
-command.2.*.4th=*\config\scite\AS_MSP430\CopySourceFileToTarget_SD_Card.bat $(FileDir)\$(FileName).4th
+command.name.2.*.4th=send file.4th to your target SD_CARD
+command.2.*.4th=\config\scite\AS_MSP430\CopySourceFileToTarget_SD_Card.bat $(FileDir)\$(FileName).4th
 
 command.name.3.*.4th=convert TI registers to FORTH's ones
 command.3.*.4th=\prog\gema\gema -line -t -f \config\gema\TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)