https://bugs.documentfoundation.org/show_bug.cgi?id=125355

            Bug ID: 125355
           Summary: Beanshell Editor: Correct intendation when Enter is
                    pressed
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Description:
At the moment, when you insert a new line, the cursor always jumps to the
beginning of the line regardless of the intendation of the previous line. It
should rather stay at the intendation level or create another tab like other
IDEs do.

Example 1:
while (true) {
....doSomething(); // hiting enter goes to the new line, rather staying at the
correct intendation
}

Example 2:
while (true) { // hiting enter goes to the new line, rather inserting a correct
intendation 

Actual Results:


Expected Results:



Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to