<http://forum.pspad.com/read.php?f=2&i=10236&t=10189> ----------------------------------------------------------------
The current implementation of the Code Explorer does not do full semantic parsing (resolving constants and so on). It is based (I presume) on regular expression patterns. It is too complicated for a general-purpose editor to provide sophisticated parsing for every possible programming language. But, as I learned from previous posts by Jan, he considers using the external ctags utility to do the actual parsing. That makes it possible to perform more intelligent parsing without tieing the actual editor to some specific programming languages. [%sig%] -- PSPad freeware editor http://www.pspad.com
