visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.57k stars 970 forks source link

Feature: Center cursor/selection when finding/jumping #300

Open danrzeppa opened 9 years ago

danrzeppa commented 9 years ago

When performing a find it would be nice if the found text would be centered vertically in the window if it wasn't already on the screen.

Similarly it would be nice when jumping to functions/variables/constants/etc from the Outline window.

visualfc commented 9 years ago

please down x27 and check.

danrzeppa commented 9 years ago

When jumping to something from the Outline window the function does center now. Cool.

When jumping with Jump to Declaration command, the line is not centered.

When find/find next the line is also not centered.