In JDeveloper 10.1.2, you could specify that space characters, rather than tab characters, should be used for tab settings when you pressed the Tab key.
You could also determine the "Tab Size" (number of space characters added when pressing the Tab key).
This was done through Tools -> Preferences... in the Code Editor as shown here:
In JDeveloper 10.1.3 however, the same dialog doesn't include this option:
To specify it in JDeveloper 10.1.3, you should specify it through Tools -> Preferences... in the Code Style (the entry just below Code Editor):
If you click the Edit... button, you'll access the different settings for Indentation:
Comments (1)
Hello,
if you tell JDeveloper (10.1.3.3) to use tabs for indenting by checking "Use Tab Character", only statements are indented by tabs. E.g. function definitions are still indented using spaces. And having a mix of spaces and tabs is of course even worse than using spaces.
However, if you change the tab size from the default to i.e. 4, indenting works properly.
Regards,
Erik
Posted by Erik Dybdahl | January 14, 2008 8:20 AM
Posted on January 14, 2008 08:20