Gorsal observed, in another thread, that the editor takes to long to indent code.
(see
http://groups.google.com/group/cusp-development/msg/4c08c02ea05651ce)
If we base ourselves on the performance of the JDE, there should be no such long time for that operation.
I measured a delay of about 28s to indent a piece of about 2000 lines. That's too much.
To benchmark it I wrote some java code of about the same amount of lines. It took just 3s to format. So we can say that JDE is 10 times faster in that matter. And I remember that the format operation is more complex than the indent operation. The format also involves removing excess white space, for example. (In fact we could consider having a format instead of an indent... but that's another story.)
It would be nice if Cusp editor were faster.
(Acknowledgement observation: I
remember that the intent of our requests is to make a better
product. Thanks to the ones that contributed for its great quality so far.)