× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
hmalsch reported 2013-07-30T14:28:43Z  · last modified 2013-08-02T13:28:41Z

Tab key changes alignment


customer request
Dev
Emilian Bold
emilianbold
QA
Tariq Rahiman
tariqrahiman
Priority Minor
Complexity Unknown
Component Q Analyzer
Version 13.0

I can't remember when this changed, but here's my issue.  We typically format our SQL statements like this:

   SELECT MT.COLUMN_01,
          MT.COLUMN_02,
          MT.COLUMN_03,
          SUM(MT.AMOUNT) AS TOTAL
     FROM MY_TABLE MT
          JOIN OTHER_TABLE OT ON OT.MY_TABLE_ID = MT.MY_TABLE_ID
    WHERE OT.OTHER_TABLE_ID = 101
      AND MT.STATUS = 'A'
    GROUP BY COLUMN_01, COLUMN_02, COLUMN_03

If I select the entire statement and hit tab (tab set at 3 characters), I expect everything to move out three characters like this:

      SELECT MT.COLUMN_01,
             MT.COLUMN_02,
             MT.COLUMN_03,
             SUM(MT.AMOUNT) AS TOTAL
        FROM MY_TABLE MT
             JOIN OTHER_TABLE OT ON OT.MY_TABLE_ID = MT.MY_TABLE_ID
       WHERE OT.OTHER_TABLE_ID = 101
         AND MT.STATUS = 'A'
       GROUP BY COLUMN_01, COLUMN_02, COLUMN_03

That use to work some time back, but now I end up with this:

      SELECT MT.COLUMN_01,
            MT.COLUMN_02,
            MT.COLUMN_03,
            SUM(MT.AMOUNT) AS TOTAL
      FROM MY_TABLE MT
            JOIN OTHER_TABLE OT ON OT.MY_TABLE_ID = MT.MY_TABLE_ID
      WHERE OT.OTHER_TABLE_ID = 101
         AND MT.STATUS = 'A'
      GROUP BY COLUMN_01, COLUMN_02, COLUMN_03

Is there a setting that I have messed up?  If not, can this be fixed?

I hope this message kept it's formatting.  It won't make any sense if the font isn’t monospaced.

Issue #9687

Closed
Fixed
Resolved 2013-08-01T11:48:39Z
 
 
Completion
No due date
Fixed Build Vincaed 3.0.5.8
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017