Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

Home key should place the caret before the first character #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place the caret in the middle of any line of code, indented using tabs or 
spaces.
2. Press 'Home'

What is the expected output? What do you see instead?

The caret should be placed before the first non-whitespace character.
For example, if the code on that line is indented with 4 tabs, the caret should 
be placed after the 4th tab.

In the current version the caret is placed at the beginning of the line(before 
all tabs and spaces).

What version of the product are you using? On what operating system?
LiteIDE 0.1.8 Win7/64

Please provide any additional information below.

Original issue reported on code.google.com by Bond.Dmi...@gmail.com on 5 Feb 2011 at 6:08

GoogleCodeExporter commented 9 years ago
liteide 0.2.1 enable tab/back_tab

Original comment by Visua...@gmail.com on 25 Feb 2011 at 9:14