OSDN Git Service

added the line number when an error occurs
[fast-forth/master.git] / config / scite / AS_MSP430 / forth.properties
index ae24587..9d942a0 100644 (file)
@@ -121,95 +121,111 @@ style.forth.11=fore:#0077FF,$(font.base)
 #command.compile.*.f=spf.cmd $(FileNameExt)
 
 if PLAT_WIN
-    command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4th 
-    command.1.*.f=*\config\msp430\SendSource.bat $(FileDir)\$(FileName).f $(1) NOECHO
+    command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4TH without ECHO
+    command.0.*.f=*\config\msp430\SendSource.bat $(FileDir)\$(FileName).f $(1) NOECHO
     
-    command.name.1.*.f=preprocess file.f with 1:[target].pat then download file.4th with ECHO
-    command.0.*.f=*\config\msp430\SendSource.bat $(FileDir)\$(FileName).f $(1) ECHO
-    
-    command.name.2.*.f=preprocess file.f with 1:[target].pat then download file.4th to target SD_CARD
-    command.2.*.f=*\config\msp430\CopyTo_SD_Card.bat $(FileDir)\$(FileName).f $(1)
+    command.name.1.*.f=preprocess file.f with 1:[target].pat then download file.4TH with ECHO
+    command.1.*.f=*\config\msp430\SendSource.bat $(FileDir)\$(FileName).f $(1) ECHO
     
-    command.name.3.*.f=preprocess file.f with 1:[target].pat to file.4th (for debug)
-    command.3.*.f=*\config\msp430\Preprocess.bat $(FileDir)\$(FileName).f $(1)
+    command.name.2.*.f=preprocess file.f with 1:[target].pat then download file.4th HALFDUPLEX
+    command.2.*.f=*\config\msp430\SendSource.bat $(FileDir)/$(FileName).f $(1) HALF
     
-    command.name.4.*.f=convert FORTH registers to TI's ones
-    command.4.*.f=\prog\gema\gema -line -t -f \config\gema\FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    command.name.3.*.f=preprocess file.f with 1:[target].pat then download file.4TH to target SD_CARD
+    command.3.*.f=*\config\msp430\CopyTo_SD_Card.bat $(FileDir)\$(FileName).f $(1)
     
-    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.4.*.f=preprocess file.f with 1:[target].pat to file.4TH (for debug)
+    command.4.*.f=*\config\msp430\Preprocess.bat $(FileDir)\$(FileName).f $(1)
     
-    command.name.6.*.f=preprocess file.f with for target CurrentSelection then download
-    command.7.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection)
+    command.name.5.*.f=preprocess file.f with for target CurrentSelection then download
+    command.5.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection)
     
-    command.name.7.*.f=preprocess file.f with for target CurrentSelection then download with ECHO
+    command.name.6.*.f=preprocess file.f with for target CurrentSelection then download with ECHO
     command.6.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection) ECHO
     
+    command.name.7.*.f=preprocess file.f with for target CurrentSelection then download HALFDUPLEX
+    command.7.*.f=\config\msp430\SendSource.bat $(FileDir)\$(FileName).f  $(CurrentSelection) HALF
+    
     command.name.8.*.f=preprocess file.f with for target CurrentSelection then download file.4th to target SD_CARD
     command.8.*.f=\config\msp430\CopyTo_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\msp430\Preprocess.bat $(FileDir)\$(FileName).f  $(CurrentSelection)
     
-    command.name.0.*.4th=send file.4th to target
-    command.1.*.4th=\config\msp430\SendSource.bat $(FileDir)\$(FileName).4th
+    command.name.10.*.f=convert FORTH registers to TI's ones
+    command.10.*.f=\prog\gema\gema -line -t -f \config\gema\FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    
+    command.name.11.*.f=convert TI registers to FORTH's ones
+    command.11.*.f=\prog\gema\gema -line -t -f \config\gema\TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    
+    command.name.0.*.4th=send file.4th to target without ECHO
+    command.0.*.4th=\config\msp430\SendSource.bat $(FileDir)\$(FileName).4TH NOECHO
     
     command.name.1.*.4th=send file.4th to target with ECHO
-    command.0.*.4th=\config\msp430\SendSource.bat $(FileDir)\$(FileName).4th ECHO
+    command.1.*.4th=\config\msp430\SendSource.bat $(FileDir)\$(FileName).4TH ECHO
+    
+    command.name.2.*.4th=send file.4th to target with HALFDUPLEX
+    command.2.*.4th=\config\msp430\SendSource.bat $(FileDir)/$(FileName).4th HALF
     
-    command.name.2.*.4th=send file.4th to target SD_CARD
-    command.2.*.4th=\config\msp430\CopyTo_SD_Card.bat $(FileDir)\$(FileName).4th
+    command.name.3.*.4th=send file.4th to target SD_CARD
+    command.3.*.4th=\config\msp430\CopyTo_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)
+    command.name.4.*.4th=convert TI registers to FORTH's ones
+    command.5.*.4th=\prog\gema\gema -line -t -f \config\gema\TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
     
-    command.name.4.*.4th=convert FORTH registers to TI's ones
-    command.4.*.4th=\prog\gema\gema -line -t -f \config\gema\FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    command.name.5.*.4th=convert FORTH registers to TI's ones
+    command.5.*.4th=\prog\gema\gema -line -t -f \config\gema\FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
 
 if PLAT_GTK
     # variable $FF = /media/jeanmi/DATA/CloudStation is defined in my ~.profile 
-    command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4th
-    command.1.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1)
+    command.name.0.*.f=preprocess file.f with 1:[target].pat then download file.4th without ECHO
+    command.0.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) NOECHO
     
     command.name.1.*.f=preprocess file.f with 1:[target].pat then download file.4th with ECHO
-    command.0.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) ECHO
-    
-    command.name.2.*.f=preprocess file.f with 1:[target].pat then download file.4th to target SD_CARD
-    command.2.*.f=*$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName) $(1)
+    command.1.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) ECHO
     
-    command.name.3.*.f=preprocess file.f with 1:[target].pat to file.4th (for debug)
-    command.3.*.f=*$FF/config/msp430/Preprocess $(FileDir)/$(FileName) $(1)
+    command.name.2.*.f=preprocess file.f with 1:[target].pat then download file.4th HALFDUPLEX
+    command.2.*.f=*$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(1) HALF
     
-    command.name.4.*.f=convert FORTH registers to TI's ones
-    command.4.*.f=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    command.name.3.*.f=preprocess file.f with 1:[target].pat then download file.4th to target SD_CARD
+    command.3.*.f=*$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName) $(1)
     
-    command.name.5.*.f=convert TI registers to FORTH's ones
-    command.5.*.f=gema -line -t -f $FF/config/gema/tiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    command.name.4.*.f=preprocess file.f with 1:[target].pat to file.4th (for debug)
+    command.4.*.f=*$FF/config/msp430/Preprocess $(FileDir)/$(FileName) $(1)
     
-    command.name.6.*.f=preprocess file.f with for target CurrentSelection then download
-    command.7.*.f=$FF/config/msp430/SendSourceFileToTarget $(FileDir)/$(FileName) $(CurrentSelection)
+    command.name.5.*.f=preprocess file.f with for target CurrentSelection then download
+    command.5.*.f=$FF/config/msp430/SendSourceFileToTarget $(FileDir)/$(FileName) $(CurrentSelection)
     
-    command.name.7.*.f=preprocess file.f with for target CurrentSelection then download with ECHO
+    command.name.6.*.f=preprocess file.f with for target CurrentSelection then download with ECHO
     command.6.*.f=$FF/config/msp430/SendSource $(FileDir)/$(FileName) $(CurrentSelection) ECHO
     
-    command.name.8.*.f=preprocess file.f with for target CurrentSelection then download file.4th to target SD_CARD
-    command.8.*.f=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).f  $(CurrentSelection)
+    command.name.7.*.f=preprocess file.f with for target CurrentSelection then download file.4th to target SD_CARD
+    command.7.*.f=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).f  $(CurrentSelection)
     
-    command.name.9.*.f=preprocess file.f with for target CurrentSelection to file.4th (for debug)
-    command.9.*.f=$FF/config/msp430/Preprocess $(FileDir)/$(FileName)  $(CurrentSelection)
+    command.name.8.*.f=preprocess file.f with for target CurrentSelection to file.4th (for debug)
+    command.8.*.f=$FF/config/msp430/Preprocess $(FileDir)/$(FileName)  $(CurrentSelection)
+    
+    command.name.9.*.f=convert FORTH registers to TI's ones
+    command.9.*.f=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
     
-    command.name.0.*.4th=send file.4th to target
-    command.1.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th
+    command.name.10.*.f=convert TI registers to FORTH's ones
+    command.10.*.f=gema -line -t -f $FF/config/gema/tiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    
+    command.name.0.*.4th=send file.4th to target without ECHO
+    command.0.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th NOECHO
     
     command.name.1.*.4th=send file.4th to target with ECHO
-    command.0.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th ECHO
+    command.1.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th ECHO
+    
+    command.name.2.*.4th=send file.4th to target with HALFDUPLEX
+    command.2.*.4th=$FF/config/msp430/SendSource $(FileDir)/$(FileName).4th HALF
     
-    command.name.2.*.4th=send file.4th to target SD_CARD
-    command.2.*.4th=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).4th
+    command.name.3.*.4th=send file.4th to target SD_CARD
+    command.3.*.4th=$FF/config/msp430/CopyTo_SD_Card $(FileDir)/$(FileName).4th
     
-    command.name.3.*.4th=convert TI registers to FORTH's ones
-    command.3.*.4th=gema -line -t -f $FF/config/gema/TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
+    command.name.4.*.4th=convert TI registers to FORTH's ones
+    command.4.*.4th=gema -line -t -f $FF/config/gema/TiREGtoFastForth.pat $(FileNameExt) $(FileNameExt)
     
-    command.name.4.*.4th=convert FORTH registers to TI's ones
-    command.4.*.4th=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+    command.name.5.*.4th=convert FORTH registers to TI's ones
+    command.5.*.4th=gema -line -t -f $FF/config/gema/FastForthREGtoTI.pat $(FileNameExt) $(FileNameExt)
+