[rkward-cvs] rkward/rkward rkward.xml,1.6,1.7
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed Sep 13 21:11:52 UTC 2006
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20238
Modified Files:
rkward.xml
Log Message:
Change folding in console: Commands are folded including their output. This should be more useful
Index: rkward.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** rkward.xml 13 Sep 2006 21:08:18 -0000 1.6
--- rkward.xml 13 Sep 2006 21:11:50 -0000 1.7
***************
*** 35,41 ****
<contexts>
<context attribute="Normal Text" lineEndContext="#stay" name="ctxnorm">
! <RegExpr attribute="LineStart" context="#stay" String="^> "/>
<RegExpr attribute="LineStart" context="#stay" String="^\+ "/>
! <RegExpr attribute="Normal Text" context="output" String="^([^>\+]|$)" lookAhead="true" endRegion="command" beginRegion="output"/>
<IncludeRules context="CommonRules"/>
--- 35,41 ----
<contexts>
<context attribute="Normal Text" lineEndContext="#stay" name="ctxnorm">
! <RegExpr attribute="LineStart" context="#stay" String="^> " beginRegion="command" endRegion="command"/>
<RegExpr attribute="LineStart" context="#stay" String="^\+ "/>
! <RegExpr attribute="Normal Text" context="output" String="^([^>\+]|$)" lookAhead="true"/>
<IncludeRules context="CommonRules"/>
***************
*** 60,64 ****
<context attribute="Output" lineEndContext="#stay" name="output">
! <Detect2Chars attribute="LineStart" context="#pop" lookAhead="true" firstNonSpace="true" char=">" char1=" " endRegion="output" beginRegion="command"/>
</context>
<context attribute="Headline" lineEndContext="#pop" name="Headline"/>
--- 60,64 ----
<context attribute="Output" lineEndContext="#stay" name="output">
! <Detect2Chars attribute="LineStart" context="#pop" lookAhead="true" firstNonSpace="true" char=">" char1=" "/>
</context>
<context attribute="Headline" lineEndContext="#pop" name="Headline"/>
More information about the rkward-tracker
mailing list