From kde-commits Wed Aug 18 09:53:53 2004 From: Christoph Cullmann Date: Wed, 18 Aug 2004 09:53:53 +0000 To: kde-commits Subject: www/apps/kate/doc Message-Id: <20040818095353.26F4290C3 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109282284430732 CVS commit by cullmann: commit jeroen's patch, thx M +12 -2 description.php 1.4 --- www/apps/kate/doc/description.php #1.3:1.4 @@ -132,8 +132,18 @@

The keywords tag

-    <keywords casesensitive="1" weakDelimiter="-+"/>
+    <keywords casesensitive="1" weakDelimiter="-+" wordWrapDelimiter="()"/>
 

-This tells kate if the keywords defined with the context item keyword should be case(in)sensitive (Possible values are 1/true or 0/false) and which of the standard delimiters should be ignored. eg. for CSS highlighting - is no delimiter, cause a keyword could be font-family, which would never be highlighted if - is not defined as weakDelimiter. + This tells kate if the keywords defined with the context item keyword should +be case(in)sensitive (Possible values are 1/true or 0/false) and which of the +standard delimiters should be ignored. eg. for CSS highlighting - is no +delimiter, cause a keyword could be font-family, which would never be +highlighted if - is not defined as weakDeliminator. + +The wordWrapDeliminator attribute tells kate where to break lines when +applying wordwrap to the document (a space is implicitly added to +wordWrapDeliminator). If no wordWrapDeliminator is specified it defaults to: +<tab>.():!+,-<=>%&*/;?[]^{|}~\ +