sorin
sorin

Reputation: 170628

How do I activate word wrapping in text editor in Aptana Studio?

How do I activate line wrapping in text editor in Aptana Studio?

I'm interested about wrapping in view mode (in order to not have to do horizontal scrolling).

Upvotes: 11

Views: 22168

Answers (5)

bakalov
bakalov

Reputation: 321

I'm using Aptana Studio 3, build: 3.4.2 and found that 'word wrap' can be change with in editor from context menu, BUT only if the mouse are on line number field! If the mouse is on text editor the option 'word wrap' missing. This change only setting for current opened file. It will be good to change default option !

Upvotes: 4

James
James

Reputation: 281

On Main Menu click "Window" choose "Preferences". In left-side list, click "Aptana Studio". An alphabetical list on right side will show. Select "Editors" then check "Enable word wrap (requires restart)".

enter image description here

It seems to work on the latest version of Aptana as well. Here are some screenshots of where you can find such option.

Upvotes: 28

kretzm
kretzm

Reputation: 771

I'm using Aptana Studio 3 and you can right click anywhere in the code and select Word Wrap which should be the second last option.

Upvotes: 5

Robertson Odom
Robertson Odom

Reputation: 659

Tried right-clicking within the editor and selecting ‘word wrap’ from the context menu?

Upvotes: 65

E-man
E-man

Reputation: 451

Window > Preferences > Aptana > Editors...

Actually click on the word "Editors", you don't need to click the "+" symbol next to it. Once that loads, go to the "Advanced" tab, and you should see the option you're looking for to enable word wrap.

Found that here. http://forums.aptana.com/viewtopic.php?f=14&t=7482

Once you restart, you should be good to go.

Upvotes: 0

Related Questions