Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Wed, 25 Jan 2012 13:40:39 Commit: 011dd017e052ed6654d77db3fc99683f57aa08dd https://github.com/geany/geany/commit/011dd017e052ed6654d77db3fc99683f57aa08...
Log Message: ----------- Enable default Scintilla editing menu for Split Window
This allows copying and pasting, undo etc.
Modified Paths: -------------- plugins/splitwindow.c
Modified: plugins/splitwindow.c 1 files changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -178,6 +178,7 @@ static void set_editor(EditWindow *editwin, GeanyEditor *editor)
sync_to_current(editwin->sci, editor->sci);
+ scintilla_send_message(editwin->sci, SCI_USEPOPUP, 1, 0); /* for margin events */ g_signal_connect(editwin->sci, "sci-notify", G_CALLBACK(on_sci_notify), NULL);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).