From d15b65e7fba53354b9a044ba5d8232d256b58d5e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 16 Aug 2000 12:57:00 +0000 Subject: Invisible text. Fixes to ensure long lines do not overflow buffers. --- vcbuild/SciLexer.dsp | 4 ++++ win32/ScintillaWin.cxx | 1 + 2 files changed, 5 insertions(+) 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: -- cgit v1.2.3