Vitalts / golangide

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

Home Key doesn't work correctly #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pick a line with an indentation and press Home Key

What is the expected output? What do you see instead?
I expect the cursor placed at the first letter of the line. The cursor appears 
at the line begin

What version of the product are you using? On what operating system?
liteide 0.2.1, Win7/32

Please provide any additional information below.
Issue 13 (http://code.google.com/p/golangide/issues/detail?id=13#c1) is still 
topical.

Original issue reported on code.google.com by pkorot...@gmail.com on 27 Feb 2011 at 3:07

GoogleCodeExporter commented 8 years ago
Lite Edit Key (default by QPalinTextEdit)

Only test on XP/Window7/Ubuntu10.10(32/64)

HOME = lite first
END = line end
CTRL + HOME = Document first
CTRL + END = Document end

Original comment by Visua...@gmail.com on 28 Feb 2011 at 12:13

GoogleCodeExporter commented 8 years ago
HOME shouldn't move to 'line first'

HOME should move the caret to the 'first non-whitespace character'

For example:

code {
    code {
        somecode <- here HOME should get me before 's' character
    }
}

code {
    code {
        *HERE*somecode
    }
}

For working example, open any Go file in Notepad++ and press home on any 
indented line.

Original comment by Bond.Dmi...@gmail.com on 28 Feb 2011 at 11:28

GoogleCodeExporter commented 8 years ago
Thank you for your analysis, I finally understand.

Original comment by Visua...@gmail.com on 1 Mar 2011 at 12:33

GoogleCodeExporter commented 8 years ago
liteide x3 or high

Original comment by Visua...@gmail.com on 1 Jul 2011 at 1:40