From b56bbafb49a89ae493fdf9298988d0f199583366 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 8 Aug 2014 13:27:23 +1000 Subject: Stop using last argument to AddCharUTF from Korean IME code as previus release always used false for last argument so changing mynot be cmpatible. Move maxLenInputIME to superclass where it can be used for all platforms. --- src/ScintillaBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index ee717cbda..668abed3c 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -38,6 +38,8 @@ protected: idcmdSelectAll=16 }; + enum { maxLenInputIME = 200 }; + bool displayPopupMenu; Menu popup; AutoComplete ac; -- cgit v1.2.3