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 862

Summary: kate: update C++ syntax highlighting support to recognize TQT commands
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Calvin Morrison <mutantturkey>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella
Priority: P1    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Patch to update kate C++ syntax highlighting to support the TQT layer.
Complete text file list of tqt.h syntax

Description Darrell 2012-02-17 23:56:34 CST
Created attachment 389 [details]
Patch to update kate C++ syntax highlighting to support the TQT layer.

Kate C++ syntax highlighting does not yet support the TQT layer. This patch is an attempt to provide remedy.

Tim, please review and revise as necessary!
Comment 1 Darrell 2012-02-18 12:00:22 CST
Created attachment 392 [details]
Complete text file list of tqt.h syntax

This attachment is a text file extracted from tqt.h and reformatted.

With my patch I copied the existing "list name=extensions" in cpp.xml and added "TQ" support. Possibly that is sufficient. However, that method covers only a few TQ commands. The problem is the latest cpp.xml file I am using is rather sparse in that section for the original Qt3 commands.

This text file attachment provides a full list of everything in tqt.h. If we use most of those commands, then perhaps we should massage that list for standard Qt3 syntax too. Although our focus now is with the TQ layer, not all Qt3 syntax is converted to TQ and we also occasionally need to review original KDE3 code for testing and debugging.
Comment 2 Darrell 2012-10-19 22:34:11 CDT
Updates added in commit bf94fa1c. Resolved (for now :) ).