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 - kate: update C++ syntax highlighting support to recognize TQT commands
Summary: kate: update C++ syntax highlighting support to recognize TQT commands
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P1 minor
Assignee: Calvin Morrison
URL:
Depends on:
Blocks:
 
Reported: 2012-02-17 23:56 CST by Darrell
Modified: 2012-10-19 22:34 CDT (History)
2 users (show)

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


Attachments
Patch to update kate C++ syntax highlighting to support the TQT layer. (1.69 KB, patch)
2012-02-17 23:56 CST, Darrell
Details | Diff
Complete text file list of tqt.h syntax (15.15 KB, text/plain)
2012-02-18 12:00 CST, Darrell
Details

Note You need to log in before you can comment on or make changes to this bug.
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 :) ).