By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2498 - Kate addons: C++ symbol viewer does not work with all C++ highlighting styles
Summary: Kate addons: C++ symbol viewer does not work with all C++ highlighting styles
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeaddons (show other bugs)
Version: R14.0.1 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: R14.0.2
  Show dependency treegraph
 
Reported: 2015-08-07 03:32 CDT by Michele Calgaro
Modified: 2015-08-26 10:04 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Calgaro 2015-08-07 03:32:56 CDT
Kate C++ Symbol viewer plugin only works with C and C++ highlighting language.
If ISO C++ or C++/Qt4 are selected as highlighting language, then no symbols are displayed.
How to test:
1) open a c or cpp file
2) select one of the possible highlighting languages for C/C++
3) refresh the list of symbols in the C++ Symbol viewer plugin
4) verify that symbols are shown/not shown depending on the highlighting language chosen
Comment 1 Michele Calgaro 2015-08-07 09:36:10 CDT
Patch available but not yet pushed due to R14.0.1 package building process.
Comment 2 Michele Calgaro 2015-08-26 10:04:29 CDT
Fixed in commit 4d976d1 (master) and 646ee10 (r14.0.x)