<http://forum.pspad.com/read.php?f=2&i=11055&t=9047> ----------------------------------------------------------------
I made this remark also in another thread. C/C++ can become very complex too parse and PsPad is supposed to be a general-purpose editor. There are not only functions with a multitude of weird declarations and definitions, but there are also templates, conditional compilation, macro expansion and so on. You can add a special case here and there, but you cannot support all possibilities without implementing a full C/C++ parser. It is better to delegate this task to an external, specialized application: ctags is the appropriate tool for this. [%sig%] -- PSPad freeware editor http://www.pspad.com
