Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Thu, 15 Nov 2012 15:40:05 UTC Commit: 9df961f8c580ad0546c28fa185372140d16c1d1c https://github.com/geany/geany/commit/9df961f8c580ad0546c28fa185372140d16c1d...
Log Message: ----------- Scroll cursor in view after line breaking
Modified Paths: -------------- src/editor.c
Modified: src/editor.c 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -600,7 +600,7 @@ static void check_line_breaking(GeanyEditor *editor, gint pos, gchar c) /* last column - distance is the desired column, then retrieve its document position */ pos = SSM(sci, SCI_FINDCOLUMN, line, last_col - diff); sci_set_current_position(sci, pos, FALSE); - + sci_scroll_caret(sci); return; } }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).