https://bugs.kde.org/show_bug.cgi?id=360240

            Bug ID: 360240
           Summary: Inserting multi-lines snippet after tab does not align
                    following lines
           Product: kate
           Version: 5.0.0
          Platform: Other
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: plugin-snippets
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: fernveill...@gmail.com

Inserted tabs/spaces in the beginning of a line before I add a snippet are not
replicated on the second and following lines

Reproducible: Always

Steps to Reproduce:
1.Insert tabs/spaces in a line to let's say column 12
2.Insert a well formated multi-lines snippet similar to this :
if (){
    do this
}

Actual Results:  
            if (){
    do this
}

Expected Results:  
            if (){
                do this
            }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to