Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Custom Code Folds(How to make custom Code folds in Eclipse)
Custom Code Folds [message #1796861] Sat, 20 October 2018 02:20
AnDrew Cooper is currently offline AnDrew CooperFriend
Messages: 1
Registered: October 2018
Junior Member
Other code editors I've used had the ability to add custom editor folds, similar to the default import, javadoc, and function folding by using comments to tag the start and end of a fold: e.g.,

//<editor-fold desc="What the text read when folded">
content of fold
//</editor-fold>.

becomes

What the text read when folded [...]

I can't seem to find this functionality in Eclipse: Is it not a feature of the base program? If so, is there a plugin that already exists which adds this functionality (I couldn't find one, but I've been known to obvious things by not looking in the right place); and if such a plug-in doesn't exist, where should I put an open request to have it developed by anybody interested in developing it?
Previous Topic:Cannot use Eclipse Desktop link
Next Topic:EPF Composer integration with SharePoint?
Goto Forum:
  


Current Time: Fri Apr 26 19:35:05 GMT 2024

Powered by FUDForum. Page generated in 0.06323 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top