Custom folding for Ruby (RUBY-7875) and API changes

This commit is contained in:
Rustam.Vishnyakov
2012-02-03 13:28:39 +04:00
parent af048fa2b4
commit 326012ee8a
3 changed files with 34 additions and 20 deletions
@@ -1,12 +1,10 @@
public class Test {
<fold text='My private fields'>// <editor-fold desc="My private fields">
private int x;
private int y;
// </editor-fold></fold>
<fold text='My methods'>// <editor-fold desc="My methods">
private void doSomething() <fold text='{...}'>{
StringBuilder s = new StringBuilder();
<fold text='My code'>// <editor-fold desc="My code">