pspad: -------------------------------------------------------------------------------- Can you tell me, how to do it generally for any language - I don't know nothing about possible language, because user can define own syntax. --------------------------------------------------------------------------------
What about using Exuberant Ctags (viz http://ctags.sourceforge.net/ ) for jumping to various locations (not only to functions, but also to variables, labels, types, etc)? It supports 33 programming languages and can generate index (*tags*) file. PSPad could search for word under cursor in *tags* file only. Then it can use information about location of found object from *tags* file. -- <http://forum.pspad.com/read.php?2,36621,36676> PSPad freeware editor http://www.pspad.com
