[kate] [Bug 363186] PHP syntax highlighting problem in comments

2016-10-24 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363186

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.27

-- 
You are receiving this mail because:
You are watching all bug changes.


[kate] [Bug 363186] PHP syntax highlighting problem in comments

2016-09-06 Thread Christoph Cullmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363186

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/ktex
   ||teditor/ec4cf8b867b7f470c13
   ||c2df5e20dcd0e4c64397e

--- Comment #3 from Christoph Cullmann  ---
Git commit ec4cf8b867b7f470c13c2df5e20dcd0e4c64397e by Christoph Cullmann.
Committed on 06/09/2016 at 11:07.
Pushed by cullmann into branch 'master'.

fix email address highlighting in doxygen

actually the fix makes the highlighting of HTML tags more "wrong" as it accepts
invalid tags but that fixes e-mail addresses and stuff like that, think good
enough (TM)

M  +5-5src/syntax/data/doxygen.xml

http://commits.kde.org/ktexteditor/ec4cf8b867b7f470c13c2df5e20dcd0e4c64397e

-- 
You are receiving this mail because:
You are watching all bug changes.


[kate] [Bug 363186] PHP syntax highlighting problem in comments

2016-08-12 Thread Martin Walch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363186

Martin Walch  changed:

   What|Removed |Added

 CC||walch.mar...@web.de

--- Comment #2 from Martin Walch  ---
Indeed, this seems to be handled by doxygen.xml and the email address seems to
be interpreted as HTML tag in the BlockComment context, matching the rule



So, this is not limited to php, but any language that uses the doxygen markup.

A quick fix would probably to add another rule right above with a RegExpr that
matches syntactically valid email addresses. However, this would ignore the
preceding name. Also, this would not match email addresses that are not
enclosed in brackets <...>. I am not sure whether the last one can actually be
implemented, because this might conflict with matching doxygen tags.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kate] [Bug 363186] PHP syntax highlighting problem in comments

2016-07-08 Thread Buovjaga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363186

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||todven...@suomi24.fi
Version|5.0.0   |16.04.1
   Severity|normal  |minor
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Reproduced.

Arch Linux 64-bit
Kate 16.04.2
KDE Frameworks 5.23.0
Qt 5.7
xcb wm

-- 
You are receiving this mail because:
You are watching all bug changes.