Benutzer-Werkzeuge

Webseiten-Werkzeuge


primus:smartcopyset

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
primus:smartcopyset [2022/08/05 15:28] – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden 172.70.175.19primus:smartcopyset [2023/06/20 15:05] (aktuell) – +%PARAMOPTION% mgras
Zeile 9: Zeile 9:
 ^1| ''RENAME''| Markiert das Dokument zum Verschieben| ^1| ''RENAME''| Markiert das Dokument zum Verschieben|
 ^2| ''INCLREADONLY''| Nur bei ''MOVE'' und ''RENAME'', berücksichtigt auch schreibgeschützte Dokumente| ^2| ''INCLREADONLY''| Nur bei ''MOVE'' und ''RENAME'', berücksichtigt auch schreibgeschützte Dokumente|
 +^3| ''%PARAMOPTION%''| Legt eine benutzerdefinierteOption fest, die mittels [[Bedingung]] bei anderen SmartCopy Einstellungen ausgewertet werden kann. Siehe [[smartCopySet#Beispiel]]|
  
 ===== Sichtbarkeit im Menü ===== ===== Sichtbarkeit im Menü =====
Zeile 22: Zeile 23:
 ===== Beispiel ===== ===== Beispiel =====
 <code xml><smartCopySet addin="PrimusSmartCopy" visible="CALL(PrimusSmartCopy.IsSmartMoveSessionActive)" enabled="TRUE" parameter="MOVE|INCLREADONLY" text="$Primus.MNU_STATUS_MOVE" icon="Resources\Icons\move" /></code> <code xml><smartCopySet addin="PrimusSmartCopy" visible="CALL(PrimusSmartCopy.IsSmartMoveSessionActive)" enabled="TRUE" parameter="MOVE|INCLREADONLY" text="$Primus.MNU_STATUS_MOVE" icon="Resources\Icons\move" /></code>
 +Beispiel unter Verwendung von %PARAMOPTION% 
 +<code xml> 
 +<smartCopySet addin="PrimusSmartCopy" visible="CALL(PrimusSmartCopy.IsSmartCopySessionActive)" enabled="TRUE" parameter="|INCLREADONLY" text="$Primus.MNU_ELEM_SMARTCOPY_STAT_COPY" icon="Resources\Icons\copy" /> 
 +<smartCopySet addin="PrimusSmartCopy" visible="CALL(PrimusSmartCopy.IsSmartCopySessionActive)" enabled="TRUE" parameter="|INCLREADONLY|NewNr" text="$Primus.MNU_ELEM_SMARTCOPY_STAT_COPY (immer mit Nummer)" icon="Resources\Icons\copy" /> 
 +  
 +<SmartCopyFileName condition="('%EXTENSION%==.par' OR '%EXTENSION%==.psm' OR '%EXTENSION%==.pwd' OR '%EXTENSION%==.asm')AND'%PARAMOPTION%==NewNr'" prefix="%FILENAME:befor|last|-%" counter_preview="XXX" filename_format="%NewNamePrefix%-%COUNTER%_%REVISION%" counter="000|%TARGETDIRPATH%\_%NewNamePrefix%.cnt" /> 
 +<SmartCopyFileName condition="('%EXTENSION%==.par' OR '%EXTENSION%==.psm' OR '%EXTENSION%==.pwd' OR '%EXTENSION%==.asm')AND'%PARAMOPTION%=='" prefix="%FILENAME%" counter_preview="" filename_format="%NewNamePrefix%" /> 
 +</code>
 ===== Siehe auch ===== ===== Siehe auch =====
   * [[smartCopySetRec]]   * [[smartCopySetRec]]
-  * [[:smartcopyignore]] +  * [[smartcopyignore]] 
-  * [[:smartcopyignorerec]]+  * [[smartcopyignorerec]]
  
 {{tag>Menübefehl GUI Addin SmartCopy}} {{tag>Menübefehl GUI Addin SmartCopy}}
primus/smartcopyset.1659713330.txt.gz · Zuletzt geändert: (Externe Bearbeitung)