[ 
https://issues.apache.org/jira/browse/NETBEANS-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Lenz updated NETBEANS-1681:
-------------------------------------
    Description: 
When I hit "format" inside of a SQL file, nothing happens. When I want to check 
my formatting options for SQL in Options -> Editor -> Formatting, there is no 
SQL inside the language dropDown.

So I would like to change my SQL that it can look like this:

{code:sql}
SELECT
   *
FROM
   tableName
WHERE
   ...
{code}

  was:
When I hit "format" inside of a SQL file, nothing happens. When I want to check 
my formatting options for SQL in Options -> Editor -> Formatting, there is no 
SQL inside the language dropDown.

So I would like to change my SQL that it can look like this:

{code:sql}
SELECT
   *
FROM
   table
WHERE
   ...
{code}


> Adding formatting options for SQL
> ---------------------------------
>
>                 Key: NETBEANS-1681
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1681
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: db - SQL Editor
>    Affects Versions: Next
>            Reporter: Christian Lenz
>            Priority: Major
>
> When I hit "format" inside of a SQL file, nothing happens. When I want to 
> check my formatting options for SQL in Options -> Editor -> Formatting, there 
> is no SQL inside the language dropDown.
> So I would like to change my SQL that it can look like this:
> {code:sql}
> SELECT
>    *
> FROM
>    tableName
> WHERE
>    ...
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to