deepsky / SQL-Code-Assistant-

SQL Code Assistant Plugin for Intellij IDEA
25 stars 9 forks source link

Formatting: Alignment -> Argument List does not work #13

Closed winniehell closed 10 years ago

winniehell commented 10 years ago

IntelliJ 13.1.2 Plugin version: 1.5.13.135

Formatted output:

    FUNCTION add_child (
        pParentID GlobalTree.parentID%TYPE,
        pChildVersID GlobalTree.childVersID%TYPE
    ) RETURN GlobalTree.childID%TYPE;

Expected:

    FUNCTION add_child(    
        pParentID     GlobalTree.parentID%TYPE,
        pChildVersID  GlobalTree.childVersID%TYPE
    ) RETURN          GlobalTree.childID%TYPE;
deepsky commented 10 years ago

Hi Winnie! Going to have it fixed in the next release. I will appreciate if you report other issue with formatting. Regards, Serhiy

deepsky commented 10 years ago

Fixed in 1.6.1 release