<http://forum.pspad.com/read.php?f=2&i=12208&t=12086> ----------------------------------------------------------------
You cannot do that with purely lexical parsing. For that purpose, the editor has to know the C/C++ language and "compile" it. That is difficult to implement in a general-purpose editor. As an intermediate solution, you could make a little script using Excuberant Ctags (viz http://ctags.sourceforge.net/ ) and some smart filtering and cutting to get the typedefs out of the source code and inject them in one of the _KeyWordsx_ sections of a User Highlighter INI file. [%sig%] -- PSPad freeware editor http://www.pspad.com
