Search code examples
javaoracle-databasejdeveloper

Customization of JDev Code Editor


I have a small problem in customizing JDeveloper's Code Editor. I want to be able to change the position of the Grey line that is used by the IDE to wrap my java code. See image below.

example

I looked inside preferences>Code Editor options and everywhere around but found no option that could change it. And btw, what is this grey line called?

Thanks a lot


Solution

  • You find this option under 'Tools->Preferences->Code Editor->Display' and it's called 'Right Margin Column'. It's used when you format the code as the point where a line should break.