- This topic has 12 replies, 9 voices, and was last updated 17 years, 3 months 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
Riyad KallaMembersnpe,
How do you envision it worknig? Folding at each tag?
support-michaelKeymasterI’m relocating this post to Feature Request forum.
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
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
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.
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 Nermut
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.
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
tvallettaMemberI would love to see JSP code folding. I purchased Macromedia HomeSite for that functionality.
quazimail-myeclipseMember1+
10+ if I may 🙂
Please ?!
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.
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