It seems to work sometimes but not always. I use it for Python as well, but I've noticed that sometimes it does not work. At first I thought it was leaving unfolded the definitions that were unfolded in the last save of a session, or that it left unfolded the ones where the cursor was, when the session was saved. But that doesn't seem to be the case. I noticed the documentation says scite will *try* to fold as much as it can. What exactly is the criteria used by scite to determine whether it folds or not?
On 7/23/06, Neil Hodgson <[EMAIL PROTECTED]> wrote:
Ernesto Posse: > fold=1 > fold.on.open=1 > > I do have folding, but the fold on open property does not seem to > work. Is there any other property I should set? Works for me with 1.70 on Windows for Python and C++ files with the distributed properties files and one active line in user options: fold.on.open=1 > Also, the toggle all folds seems to toogle only toplevel folds. Is > there a property that does actually fold all levels of nesting? No. You should be able to define a script that does this. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
-- Ernesto Posse Modelling, Simulation and Design Lab - School of Computer Science McGill University - Montreal, Quebec, Canada url: http://moncs.cs.mcgill.ca/people/eposse _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
