Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8459433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:19:45+00:00 2026-06-10T13:19:45+00:00

It seems that Aptana Studio 3 only has the option for auto-formatting Javascript arrays

  • 0

It seems that Aptana Studio 3 only has the option for auto-formatting Javascript arrays into one line. I was wondering if there is a way to make Aptana Studio 3 auto-format Javascript arrays into a new line for each array element (similar to the option for auto-formatting php arrays – “Insert new line between array creation elements”).

For example, I want

var dataset = [1, 2, 3, 4];

to become

var dataset = [1,
               2,
               3,
               4];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:19:46+00:00Added an answer on June 10, 2026 at 1:19 pm

    What I usually do in Aptana is this:

        var dataset = [
        //
        1,
        //
        2,
        //
        3,
        //
        4
        //
        ];
    

    And Aptana is dumb enough to be smart about not trying to interpolate with line comments.

    Then you can even have:

        var dataset = [
    
        //
        [1, 3, 5, 7, 9],
    
        //
        [2, 4, 6, 8, 0],
    
        //
        'Some string here',
    
        //
        function( ) {
            return 'even a function';
        }
    
        //
        ];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It seems that JavaScript's Date() function can only return local date and time. Is
It seems that hg convert does not recognise that there should only be one
Seems that even after unchecking the option in the PyDev/Debug preferenecs pane to launch
It seems that often I find that my code when moving either from one
Seems that there is only doubly linked list (but no singly linked list) in
Seems that web.xml for a servlet has an element called <enabled>false</enabled> that can be
Seems that my VS2008 help index has finally become FUBAR. It's already a known
Seems that the JavaScript debugger is lacking a very basic feature: Next. Next (like
Eclipse/Aptana seems to remember my password that I use to access my SVN repositories.
I noticed today that there is a new version of Aptana Studio 3.2.1 out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.