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

Summary: Kate addons: C++ symbol viewer does not work with all C++ highlighting styles
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: tdeaddonsAssignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, michele.calgaro
Priority: P5    
Version: R14.0.1 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2468    

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)