|
From: <ob...@us...> - 2012-03-05 23:26:01
|
Revision: 1329
http://scstudio.svn.sourceforge.net/scstudio/?rev=1329&view=rev
Author: obouda
Date: 2012-03-05 23:25:55 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
Ignoring some doc files generated by the build process
Modified Paths:
--------------
trunk/src/view/visio/scstudio.nsi
Property Changed:
----------------
trunk/doc/find_flow/
trunk/doc/help/
trunk/doc/help/acyclic/
trunk/doc/help/beautify/
trunk/doc/help/boundedness/
trunk/doc/help/deadlock/
trunk/doc/help/fifo/
trunk/doc/help/frontend/
trunk/doc/help/livelock/
trunk/doc/help/localchoice/
trunk/doc/help/membership/
trunk/doc/help/montecarlo/
trunk/doc/help/race/
trunk/doc/help/realizability/
trunk/doc/help/recursivity/
trunk/doc/help/time_consistency/
trunk/doc/help/time_syntax/
trunk/doc/help/time_tighten/
trunk/doc/help/time_trace_race/
trunk/doc/help/unique_instance/
Property changes on: trunk/doc/find_flow
___________________________________________________________________
Added: svn:ignore
+ *.vcproj
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake
memb_alg.aux
memb_alg.dir
memb_alg.log
memb_alg.out
memb_alg.pdf
Property changes on: trunk/doc/help
___________________________________________________________________
Modified: svn:ignore
- CMakeFiles
cmake_install.cmake
CTestTestfile.cmake
*.dir
Makefile
*.vcproj*
*.chm
+ *.chm
*.dir
*.vcproj*
CMakeFiles
CTestTestfile.cmake
Makefile
cmake_install.cmake
index.html
Property changes on: trunk/doc/help/acyclic
___________________________________________________________________
Added: svn:ignore
+ acyclic.html
Property changes on: trunk/doc/help/beautify
___________________________________________________________________
Added: svn:ignore
+ beautify.html
Property changes on: trunk/doc/help/boundedness
___________________________________________________________________
Added: svn:ignore
+ boundedness.html
Property changes on: trunk/doc/help/deadlock
___________________________________________________________________
Added: svn:ignore
+ deadlock.html
Property changes on: trunk/doc/help/fifo
___________________________________________________________________
Added: svn:ignore
+ fifo.html
Property changes on: trunk/doc/help/frontend
___________________________________________________________________
Added: svn:ignore
+ automatic_drawing.html
flip_message_direction.html
message_numbering.html
settings.html
shape_selection.html
shortcuts.html
Property changes on: trunk/doc/help/livelock
___________________________________________________________________
Added: svn:ignore
+ livelock.html
Property changes on: trunk/doc/help/localchoice
___________________________________________________________________
Added: svn:ignore
+ localchoice.html
Property changes on: trunk/doc/help/membership
___________________________________________________________________
Added: svn:ignore
+ membership.html
Property changes on: trunk/doc/help/montecarlo
___________________________________________________________________
Added: svn:ignore
+ montecarlo.html
Property changes on: trunk/doc/help/race
___________________________________________________________________
Added: svn:ignore
+ race.html
Property changes on: trunk/doc/help/realizability
___________________________________________________________________
Added: svn:ignore
+ realizability.html
Property changes on: trunk/doc/help/recursivity
___________________________________________________________________
Added: svn:ignore
+ recursivity.html
Property changes on: trunk/doc/help/time_consistency
___________________________________________________________________
Added: svn:ignore
+ time_consistency.html
Property changes on: trunk/doc/help/time_syntax
___________________________________________________________________
Added: svn:ignore
+ time_syntax.html
Property changes on: trunk/doc/help/time_tighten
___________________________________________________________________
Added: svn:ignore
+ time_tighten.html
Property changes on: trunk/doc/help/time_trace_race
___________________________________________________________________
Added: svn:ignore
+ time_race.html
Property changes on: trunk/doc/help/unique_instance
___________________________________________________________________
Added: svn:ignore
+ unique_instance.html
Modified: trunk/src/view/visio/scstudio.nsi
===================================================================
--- trunk/src/view/visio/scstudio.nsi 2012-03-03 22:42:33 UTC (rev 1328)
+++ trunk/src/view/visio/scstudio.nsi 2012-03-05 23:25:55 UTC (rev 1329)
@@ -83,7 +83,7 @@
; copy $value to $4 withou "\" at the end, if it is there
StrCpy $1 ${value} 1 -1 # copy the last char
${If} $1 == "\"
- StrCpy $4 ${value} -1 # erase the last char
+ StrCpy $4 ${value} -1 # erase the last char
${Else}
StrCpy $4 ${value} # copy
${EndIf}
@@ -101,7 +101,7 @@
; append ";" at the end of path-list, if not already there
StrCpy $1 $0 1 -1 # copy the last char
${If} $1 != ";"
- StrCpy $0 "$0;" # add ";" at the end
+ StrCpy $0 "$0;" # add ";" at the end
${EndIf}
; check if the value already included in the path-list
@@ -245,7 +245,7 @@
writeRegBin HKCU '${RegMainPath}\Beautify' 'HeadValue' 00002041
WriteRegBin HKCU '${RegMainPath}\Beautify' 'CoregionValue' 00002041
WriteRegBin HKCU '${RegMainPath}\Beautify' 'InstanceValue' 00007042
- WriteRegBin HKCU '${RegMainPath}\Beautify' 'IncompleteMsgValue' 0000A040
+ WriteRegBin HKCU '${RegMainPath}\Beautify' 'IncompleteMsgValue' 0000A040
writeRegBin HKCU '${RegMainPath}\Beautify' 'SlopeMsgValue' 00000000
writeRegBin HKCU '${RegMainPath}\Beautify' 'HeadDistValue' 0000A040
writeRegBin HKCU '${RegMainPath}\Beautify' 'BeginCorDistValue' 0000A040
@@ -269,9 +269,9 @@
writeRegBin HKCU '${RegMainPath}\Beautify' 'XCurrentGrid' 00000000
writeRegBin HKCU '${RegMainPath}\Beautify' 'YCurrentGrid' 00000000
writeRegBin HKCU '${RegMainPath}\Beautify' 'CurrentWidthPage' 00005243
- writeRegBin HKCU '${RegMainPath}\Beautify' 'CurrentHeightPage' 00809443
-
+ writeRegBin HKCU '${RegMainPath}\Beautify' 'CurrentHeightPage' 00809443
+
; configure simulator
WriteRegBin HKCU '${RegMainPath}\Simulator' 'BinWidth' 0000803F
WriteRegBin HKCU '${RegMainPath}\Simulator' 'MaxMessageDelay' 00002041
@@ -380,7 +380,7 @@
$R3 = StrLen (temp)
$R4 = StartCharPos (temp)
$R5 = TempStr (temp)*/
-
+
;Get input from user
Exch $R0
Exch
@@ -389,18 +389,18 @@
Push $R3
Push $R4
Push $R5
-
+
;Get "String" and "SubString" length
StrLen $R2 $R0
StrLen $R3 $R1
;Start "StartCharPos" counter
StrCpy $R4 0
-
+
;Loop until "SubString" is found or "String" reaches its end
${Do}
;Remove everything before and after the searched part ("TempStr")
StrCpy $R5 $R1 $R2 $R4
-
+
;Compare "TempStr" with "SubString"
${IfThen} $R5 == $R0 ${|} ${ExitDo} ${|}
;If not "SubString", this could be "String"'s end
@@ -408,14 +408,14 @@
;If not, continue the loop
IntOp $R4 $R4 + 1
${Loop}
-
+
/*After this point:
------------------------------------------
$R0 = ResultVar (output)*/
-
+
;Remove part before "SubString" on "String" (if there has one)
StrCpy $R0 $R1 `` $R4
-
+
;Return output to user
Pop $R5
Pop $R4
@@ -432,14 +432,14 @@
!macro __StrRep un
Function ${un}StrRep
- ;Written by dirtydingus 2003-02-20 04:30:09
+ ;Written by dirtydingus 2003-02-20 04:30:09
; USAGE
;Push String to do replacement in (haystack)
;Push String to replace (needle)
;Push Replacement
;Call StrRep
- ;Pop $R0 result
-
+ ;Pop $R0 result
+
Exch $R4 ; $R4 = Replacement String
Exch
Exch $R3 ; $R3 = String to replace (needle)
@@ -486,7 +486,7 @@
Exch
Push $R2
StrCpy $R1 "0"
-loop:
+loop:
;Check for Key
EnumRegKey $R2 HKCU $R0 $R1
StrCmp $R2 "" done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|