Community
Participate
Working Groups
These are two cases where the editor auto indent code is not working properly. <tab> -> tab character <caret> -> where the caret is placed 1) <tab><tab>some code<caret><tab><tab><tab>more code The final code/selection after pressing <enter> is: <tab><tab>some code <tab><tab><caret><tab><tab><tab>more code It should be: <tab><tab>some code <tab><tab><caret>more code 2) <tab><caret><tab><tab>some code The final code/selection after pressing <enter> is: <tab> <tab><tab><tab><caret>some code It should be: <tab> <tab><caret>some code
Fixed http://git.eclipse.org/c/e4/org.eclipse.orion.client.git/commit/?id=3ff09e2b34680b46a7f10074bb592f8240c92934