- This topic has 12 replies, 9 voices, and was last updated 18 years ago by
ernestz.
-
AuthorPosts
-
snpeMemberCode folding infrastructure is finish in eclipse 3.0M8 and code folding will be
in M9 (probably) – I want code folding in jsp and xml editor ?
Is it planned in ME ?regards
March 30, 2004 at 6:24 am #205442
Riyad KallaMembersnpe,
How do you envision it worknig? Folding at each tag?March 30, 2004 at 8:21 am #205445
support-michaelKeymasterI’m relocating this post to Feature Request forum.
March 30, 2004 at 9:42 am #205449
snpeMemberYou have example in KDE (any editor – quanta, kate,kwrite ) for xml
screenshot quanta :http://www.snpe.co.yu/quanta.png (83k)
Quanta haven’t folding for xml comment, but it will be fine.
I don’t know example for jsp code folding (IDEA haven’t this,
JBuilder free edition havn’t code folding for xml)
netbeans 3.6 (yet in RC) have code folding for java onlyI think that jsp code folding can be for comment, html and jsp tags …
Quanta have code folding for php
(screenshot: http://www.snpe.co.yu/quanta-php.png )
and this is good example for jspregards
April 5, 2004 at 12:37 am #205604
mogarickMember1+ this is a good idea, i´d like to see it working in ME.
The code folding is very helpful when the code has grown and has become a big list, an people have to be going back and forth throught it.Greetings and thank you for ME
April 5, 2004 at 8:09 am #205619
Riyad KallaMemberWe will evaluate this again probably after the 2.9 timeframe and after Eclipse 3.0 comes out. I believe code folding is slated for Eclipse 3.0 as the request for it in the eclipse bug database has been marked as critical.
May 5, 2004 at 6:31 pm #206736
Jon NermutMemberCode folding has now been marked finished in the 3.0 series, it will be in M9. See http://today.java.net/pub/n/EclipseCodeFolding
It would be great to see a simple implementation of this in the My Eclipse xml editor. Being able to collapse and expand nodes would make editing xml documents less of a pain. For the simplest example have a look at the xml viewer in Internet Explorer. I haven’t looked at the API yet though, don’t know how hard it would be.
Cheers,
Jon NermutMay 6, 2004 at 9:04 am #206751
Riyad KallaMemberJon,
We will look at this possibility once 2.8/3.8 comes out, then we put the 2.8 stream into maintenence mode and move all our new development to the 3.x code stream. This will still be a few months off.May 6, 2004 at 5:09 pm #206769
snpeMemberThis is answer Daniela Megerta on question ‘Is code folding java specific’ on
eclipse mailing listHi Thomas,
the projection infrastructure is not Java specific. You will have to
replace your source viewer with a ProjectionViewer and generate the folding
structure (by generating folding annotations). If you have further
questions please post them on platform-text mailing list.Dani
It be easy make xml (maybe jsp code folding)
regards
May 18, 2004 at 11:14 am #207129
tvallettaMemberI would love to see JSP code folding. I purchased Macromedia HomeSite for that functionality.
July 12, 2005 at 12:06 am #232763
quazimail-myeclipseMember1+
10+ if I may 🙂
Please ?!July 19, 2005 at 12:39 pm #233255
Daniel SerodioMemberFolding is a must for XML files… Now that the WTP XML editor supports folding, it shouldn’t be too hard to bring this functionality to ME.
August 1, 2007 at 10:26 am #273399
ernestzMemberHas XML folding been fully implemented as of ME 5.5.0?
I don’t seem to be able to get folds to collapse/expand when using keyboard shortcuts (CTRL+Numpad_Subtract/CTRL+Numpad_Add). These keyboard shortcuts do work when editting Java source files, just not when editing XML files. I can click on the -/+ icons to the left of folds to get folding to occur, but I find it easier to use the keyboard.
-
AuthorPosts