[Pydev-code] Code Folding
Brought to you by:
fabioz
From: Fabio Z. <fa...@in...> - 2004-07-19 18:12:50
|
Hi All, I'm adding some code-folding capabilities to our plugin... It's still not complete... but it should be until tomorrow... (I've already commited most of it, so, it's already usable) There's only one bug I think I'll be unable to correct... If some class / method ends with a comment, I'm unable to get the correct code folding for it (since our model doesn't get comments parsed) I've added 'pass' and Str Tokens to our model, so that I could make it work correctly with them... If someone has some problem in code-folding or some idea on how to implement it to work correctly with comments... I'm accepting suggestions... []s Fabio |