[geany/geany] 011dd0: Enable default Scintilla editing menu for Split Window

Nick Treleaven git-noreply at xxxxx
Thu Jul 26 00:03:05 UTC 2012


Branch:      refs/heads/document-messages
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Wed, 25 Jan 2012 13:40:39
Commit:      011dd017e052ed6654d77db3fc99683f57aa08dd
             https://github.com/geany/geany/commit/011dd017e052ed6654d77db3fc99683f57aa08dd

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);


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list