Summary: | QT macro "emit" not highlighted in C++ mode | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Manuel Fierlbeck <manuel.fierlbeck> |
Component: | general | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | harry |
Priority: | NOR | ||
Version: | 3.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Manuel Fierlbeck
2002-11-29 13:25:02 UTC
macros are never highlighted, they are not part of the language. If you want it highlighted, just configure kate or whatever editor to do so. "signals", "slots" and "Q_OBJECT" are macros as well, but highlighted as keywords. It doesn't bother me, but perhaps it was better to handle all QT-macros in the same manner. okay, you got a point there :) add emit to the file, perhaps (if we get the "embed hl in hl" ready) we can outsource the qt specific stuff later to a derivered c++ - QT hl |