aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-08-16 12:57:00 +0000
committernyamatongwe <devnull@localhost>2000-08-16 12:57:00 +0000
commit4fe5af8d8eb4e8b9dd6830ce334dd986a648d9b9 (patch)
treee4127ed704cc923a6837cdc662749d9db7dc8add
parent46a5a58aed719e6a924978e777ac7f4fc52135e7 (diff)
downloadscintilla-mirror-4fe5af8d8eb4e8b9dd6830ce334dd986a648d9b9.tar.gz
Invisible text.
Fixes to ensure long lines do not overflow buffers.
-rw-r--r--vcbuild/SciLexer.dsp4
-rw-r--r--win32/ScintillaWin.cxx1
2 files changed, 5 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp
index 36c3234d0..3d96b70b9 100644
--- a/vcbuild/SciLexer.dsp
+++ b/vcbuild/SciLexer.dsp
@@ -142,6 +142,10 @@ SOURCE=..\src\LexHTML.cxx
# End Source File
# Begin Source File
+SOURCE=..\src\LexLua.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\src\LexOthers.cxx
# End Source File
# Begin Source File
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 75f4009f6..02e626ee1 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -285,6 +285,7 @@ static int KeyTranslate(int keyIn) {
}
LRESULT ScintillaWin::WndProc(unsigned int iMessage, unsigned long wParam, long lParam) {
+ //Platform::DebugPrintf("S M:%x WP:%x L:%x\n", iMessage, wParam, lParam);
switch (iMessage) {
case WM_CREATE: