Summary: | parenthesis highlighting as expression | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Martin Köbele <martin> |
Component: | syntax | Assignee: | Mirko Stocker <me> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | Andreas.Schallenberg, john |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
highlighting round brackets as expression
highlighting curly brackets as expression (method) highlighting curly brackets as expression (if statement) highlighting square brackets as expression |
Description
Martin Köbele
2004-03-02 21:52:50 UTC
*** Bug 76595 has been marked as a duplicate of this bug. *** eh, what? could you provide a screenshut and a more detailled explanation? here it is: http://www.mkoebele.de/screenies/ The screenshot link is broken. Please attach a screenshot to this bug. Created attachment 21794 [details]
highlighting round brackets as expression
Created attachment 21795 [details]
highlighting curly brackets as expression (method)
Created attachment 21796 [details]
highlighting curly brackets as expression (if statement)
Created attachment 21797 [details]
highlighting square brackets as expression
I'm currently working on bracket highlighting for KDE 4 and this would be quite easy to implement, I'll see what I can do, but I can't promise anything. It probably should be an option whether the whole expression should be highlighted, or only the beginning and the end. yes, definitely! I completely agree. I could add a group and checkbox to the "Appearance" settings? *** Bug 137875 has been marked as a duplicate of this bug. *** SVN commit 759071 by mstocker: Finally implement this wish, "parenthesis highlighting as expression". I'm not so sure about the checkbox caption I used, just change it if you come up with a better phrase. BUG: 76594 M +10 -0 dialogs/appearanceconfigwidget.ui M +4 -0 dialogs/katedialogs.cpp M +24 -0 utils/kateconfig.cpp M +5 -0 utils/kateconfig.h M +1 -0 view/kateview.cpp M +23 -1 view/kateviewinternal.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=759071 this is amazing now! thanks! Martin, shouldn't this be closed since it is implemented? "Resolved Fixed" already indicates that this bug is implemented. Whether it has to go to "Closed" is up to the Assignee or to the build team. |