anleon
anleon

Reputation: 632

Code formatting in Aptana 3

I'd like to know how can I find HTML code formatting in Aptana Studio 3.0 which had shortcut Ctrl+Shift+F in Aptana 2.x?

Upvotes: 14

Views: 21991

Answers (5)

TornadoAli
TornadoAli

Reputation: 2205

To update this somewhat for those who may end up here. In Aptana V3.0.9 there is formatting support (via Window -> Preferences -> Aptana Studio -> Formatter) for HTML as the question asks (and also CSS, JavaScript, JSON, PHP, Ruby/ERB, XML).

This can be applied as before with Ctrl-Shift-F

Upvotes: 1

Vitim.us
Vitim.us

Reputation: 22128

Under the menu 'Source'>'Format' Shortcut is Shift+Cmd+F Under the menu 'Source'>'Format' Shortcut is Shift+Cmd+F

Or

Right-click the source-code and select 'Source'>'Format' Shortcut is Shift+Cmd+F Right-click the source-code and select 'Source'>'Format' Shortcut is Shift+Cmd+F

Upvotes: 7

alleny
alleny

Reputation: 676

Aptana Studio 3 should have formatting for a number of languages now. The shortcut for formatting should be the same as in Studio 2: Ctrl+Shift+F. You should be able to see a list of languages where formatting is supported under Preferences > Aptana > Formatter.

Upvotes: 20

Andrea
Andrea

Reputation: 320

In Aptana Studio 3 this feature it's still not available. They replied me in their forums: "It will make a reappearance at some point. We do have HTML Tidy today".

Upvotes: 3

Redlab
Redlab

Reputation: 3118

Perhaps formatting is not binded to that shortcut anymore? see modifying shortcuts

Upvotes: 0

Related Questions