Home - R41D3NN/eclipse.jdt.ui GitHub Wiki
Welcome to the eclipse.jdt.ui wiki!
I am a GSoC student who has taken up the Eclipse bug issue 60929. I aim to add general Java code block folding for the Java editor.
NEWS
Major bug Issue 008 is fixed. Unnamed block folding has been removed until Issue 009 is resolved. The developmental release will be available very soon.
I have posted a link to a snapshot build on the Builds page. Be warned that the way to install this build is not supported or advised. But its a way to check out the project and its progress. PLEASE BACKUP PRIOR TO USE. I CANNOT EXPRESS THIS ENOUGH. THIS IS NOT A DEVELOPMENTAL RELEASE. I'm working on it though. The build system is being difficult and I've literally been working on it for the last 38 hours.
Some links to consider:
Features To Implement
- If/Else-If/Else Code Block Folding
- Switch Code Block Folding
- Try/Catch/Finally Code Block Folding
- For/While/Do-While Code Block Folding
- Synchronized Code Block Folding
- Unnamed Code Block Folding
- Inner Comment Block Folding (I've noticed Java comment blocks go unfolded if they reside within a method)
- If/Else-If/Else Code Block Folding Preference
- Switch Code Block Folding Preference
- Try/Catch/Finally Code Block Folding Preference
- For/While/Do-While Code Block Folding Preference
- Synchronized Code Block Folding Preference
- Unnamed Code Block Folding Preference
- Inner Comment Block Folding Preference
Features Implemented So Far
- If/Else-If/Else Code Block Folding
- Switch Code Block Folding
- Try/Catch/Finally Code Block Folding
- For/While/Do-While Code Block Folding
- Synchronized Code Block Folding
- Inner Comment Block Folding
- If/Else-If/Else Code Block Folding Preference
- Switch Code Block Folding Preference
- Try/Catch/Finally Code Block Folding Preference
- For/While/Do-While Code Block Folding Preference
- Synchronized Code Block Folding Preference
- Unnamed Code Block Folding Preference