MaVRoSCy
MaVRoSCy

Reputation: 17849

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

Upvotes: 2

Views: 3134

Answers (1)

Timo Hahn
Timo Hahn

Reputation: 2496

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.

Upvotes: 6

Related Questions