pspad: -------------------------------------------------------------------------------- Because I will do user customizable Code explorer, I am able to do only one level code parser. Sorry, But I will not copy whole code to Code explorer.--------------------------------------------------------------------------------
That's a pity. In VHDL, there is usually only one "architecture" main node, and then most code is in this main node. Like if in a C program all routines would be inside the main() function. So the one level code parser is almost useless for VHDL, that's why I started this discussion. If you check my examples, you will see that the code explorer only finds four or five items in total, not more. This will be the same even for large VHDL files with many thousand lines. Only if the "process" node inside the "architecture" node gets indexed, the code explorer will be somehow usable for VHDL. -- <http://forum.pspad.com/read.php?6,30251,34331> PSPad freeware editor http://www.pspad.com
