Indent problem
Submitted by Wednesday, 30 March, 2005 - 13:02
on
When writing Java code I like to use the following style
for(int i = 0; i < x; i++)
{
//code here
}
But JEdit always trys to interpret my layout differently
for(int i = 0; i < x; i++)
//It automatically tabs to this point before I have put in the opening brace.
This means I'm constantly pressing the back space button to put my braces where I want them. I've looked everywhere for some way to control this interpretation but there doesn't seem to be a control panel for it.
¿Has anyone got ony suggestions?
for(int i = 0; i < x; i++)
{
//code here
}
But JEdit always trys to interpret my layout differently
for(int i = 0; i < x; i++)
//It automatically tabs to this point before I have put in the opening brace.
This means I'm constantly pressing the back space button to put my braces where I want them. I've looked everywhere for some way to control this interpretation but there doesn't seem to be a control panel for it.
¿Has anyone got ony suggestions?