Seiten: 1
RSS
Schnellvorlage Boxquote funktioniert nicht mehr, Jemand eine Idee wie man diese Schnellvorlage wieder ans laufen bekommt?
 
Ich habe eine ältere Schnellvorlage von Herrn Tönges gefunden und würde diese gerne unter TB 8.6 einsetzen.
Offensichtlich funktioniert diese jedoch nicht mehr unter der aktuellen Version.
So sollte das ganze ausschauen:


https://www.dropbox.com/s/d44pc5ppir10ofv/2018-11-03_08-14-36.png?dl=0

Doch leider schaut es bei mir so aus:


https://www.dropbox.com/s/689aefdo3xl35bm/2018-11-03_08-14-04.png?dl=0

Die Schnellvorlage besteht aus zwei teilen:

Schnellvorlage "bq":
Code
%REM=' bq - Paste as Boxquote            written by Carsten Thoenges, November 2001
'%-
,----- [ %CURSOR ]
%REM=_Copy clipboard into comment_%-
%COMMENT='%clipboard'%-
%-
%REM=_Does comment end with line break?_%-
%REM=_If no: add line break_%-
%IF:"%-
%-
%SETPATTREGEXP='(?is).*[\n]\z'%-
%REGEXPMATCH='%COMMENT'"=""%-
:%-
"%COMMENT='%COMMENT
'"%-
%-
%REM=_Call the bq2 template_%-
%QINCLUDE="bq2"%- `-----

Schnellvorlage "bq2":
Code
%REM=' bq2 - Required by Boxquote QTs             written by Carsten Thoenges, November 2001
'%-
%IF:"%-
%-
%SETPATTREGEXP='(?is).*?[\n](.*)'%-
%REGEXPMATCH='%COMMENT'x"<>"x"%-
:"%-
%SETPATTREGEXP='(?is)(.*?)[\n]'%-
| %REGEXPMATCH='%COMMENT'
%-
%COMMENT='%-
%SETPATTREGEXP=""(?is).*?[\n](.*)""%-
%REGEXPMATCH=_%COMMENT_'%-
%QINCLUDE='bq2'"%-
:%-
"| %COMMENT%COMMENT=''"%-

Jemand eine Idee warum das nicht läuft bzw. kann das ganze wieder zum Laufen bringen?

Danke und Gruß aus den USA
Hans
 
Lösung
Code
%REM=' bq - Paste as Boxquote
            written by Carsten Thoenges, November 2001
'%-
,----- [ %CURSOR ]
%REM=_Copy clipboard into comment_%-
%_COMMENT='%clipboard'%-
%-
%REM=_Does comment end with line break?_%-
%REM=_If no: add line break_%-
%IF:"%-
%-
%SETPATTREGEXP='(?is).*[\n]\z'%-
%REGEXPMATCH='%_COMMENT'"=""%-
:%-
"%_COMMENT='%_COMMENT
'"%-
%-
%REM=_Call the bq2 template_%-
%QINCLUDE="bq2"
`-----


Code
%REM=' bq2 - Required by Boxquote QTs
             written by Carsten Thoenges, November 2001
'%-
%IF:"%-
%-
%SETPATTREGEXP='(?is).*?[\n](.*)'%-
%REGEXPMATCH='%_COMMENT'x"<>"x"%-
:"%-
%SETPATTREGEXP='(?is)(.*?)[\n]'%-
| %REGEXPMATCH='%_COMMENT'
%-
%_COMMENT='%-
%SETPATTREGEXP=""(?is).*?[\n](.*)""%-
%REGEXPMATCH=%_COMMENT'%-
%QINCLUDE='bq2'"%-
:%-
"| %_COMMENT%_COMMENT=''"%-


Quelle: Ritlabs Entwickler und https://www.batboard.net/index.php/Thread/14139-Bug-erledigt-8-6-Boxquote-Schnellvorlage-funktioniert-nicht-richtig/?postID=127453#post127453
Seiten: 1