- Sep 10, 2001
- 11,711
- 8
- 81
Any JBuilder gurus here?
I have two gripes with JBuilder, which is otherwise an awesome IDE.
The first is when you have files open it has tabs on top, but these tabs are sorted alphabetically. I'd much rather they were stored in the order I opened them. Anyway to change that?
The other is that when it autoformats, it breaks up lines on commas or plus signs (concatenation) when I'd rather they stay on one line.
for example I might have a line like:
SomeClass.SomeStaticMethod("blah blah blah" + SomeVariable.toString() + "more blah");
and when it autoformats it might break it up like:
SomeClass.SomeStaticMethod("blah blah blah" +
SomeVariable.toString() +
"more blah");
with some tabs in there on the new lines (what is the
I have two gripes with JBuilder, which is otherwise an awesome IDE.
The first is when you have files open it has tabs on top, but these tabs are sorted alphabetically. I'd much rather they were stored in the order I opened them. Anyway to change that?
The other is that when it autoformats, it breaks up lines on commas or plus signs (concatenation) when I'd rather they stay on one line.
for example I might have a line like:
SomeClass.SomeStaticMethod("blah blah blah" + SomeVariable.toString() + "more blah");
and when it autoformats it might break it up like:
SomeClass.SomeStaticMethod("blah blah blah" +
SomeVariable.toString() +
"more blah");
with some tabs in there on the new lines (what is the
Code:
equivalent tag for anandtech's forum?)