| Summary: | kate: update C++ syntax highlighting support to recognize TQT commands | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | tdebase | Assignee: | 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 |
||
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.
Updates added in commit bf94fa1c. Resolved (for now :) ). |
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!