[geany/geany] 328c22: Update Scintilla to version 3.5.0

Colomban Wendling git-noreply at xxxxx
Wed Aug 13 12:07:03 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 13 Aug 2014 12:07:03 UTC
Commit:      328c22eaf6164b8e8cdc7e4ad4193d9122197903
             https://github.com/geany/geany/commit/328c22eaf6164b8e8cdc7e4ad4193d9122197903

Log Message:
-----------
Update Scintilla to version 3.5.0


Modified Paths:
--------------
    scintilla/gtk/ScintillaGTK.cxx

Modified: scintilla/gtk/ScintillaGTK.cxx
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2402,7 +2402,7 @@ void ScintillaGTK::PreeditChangedThis() {
 
 			PreEditString utfval(im_context);
 
-			if (strlen(utfval.str) >  maxLenInputIME * 3) {
+			if ((strlen(utfval.str) == 0) || strlen(utfval.str) > maxLenInputIME * 3) {
 				return; // Do not allow over 200 chars.
 			}
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list