<http://forum.pspad.com/read.php?f=2&i=10689&t=10536> 
----------------------------------------------------------------

Kaze wrote:

> Due to PsPad have match brace feature, I think it should know
> where the end of function is. :-))

Yes, but first of all, not all languages use braces to scope their blocks
(think of the BEGIN/END constructions of Pascal, IF/FI/ENDIF variants and
so on).

And secondly, the function header occurs outside the brace block. PsPad
would have to look forward to find the opening brace.

For a [u]general-purpose[/u] editor, it is not as trivial as finding and
matching braces. It has to be tweaked for each individual programming
language.

[%sig%]

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to