facebook

SQL Editor — Changing Formatting options?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269692 Reply

    Curt King
    Participant

    Is there a way to change how the SQL Editor formats source? I’d like to keep it from adding line breaks in a list.

    Instead of:

    WHERE AXDUST='V'
    AND AXKPDT!=0
    AND
    (
       AXBFCD IN
       (
          'AJ',
          'AJM',
          'ST'
       )
    )

    I’d like for it to do this:

    WHERE AXDUST='V'
    AND AXKPDT!=0
    AND
    (
       AXBFCD IN
       (
          'AJ', 'AJM', 'ST'
       )
    )

    When you’re using a long list of items in an IN clause, formatting the source makes the listing quite long and difficult to manage.

    Thanks,
    Curt

    #269705 Reply

    Loyal Water
    Member

    Hi Curt,
    This is the default formatting and unfortunately it cannot be changed. Sorry for that.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: SQL Editor — Changing Formatting options?

You must be logged in to post in the forum log in