aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-21 02:59:25 +0000
committernyamatongwe <devnull@localhost>2000-06-21 02:59:25 +0000
commit6d3878dca546f21822b087d70bea23db9437c0a9 (patch)
treedce2610a6c578021e13c36d3e4e2c9f4a2eb6dfc /win32/PlatWin.cxx
parent507a9f0685923e0b06597f717daa3b362db1b6ef (diff)
downloadscintilla-mirror-6d3878dca546f21822b087d70bea23db9437c0a9.tar.gz
Added indentation guide API.
View whitespace has setting to only see outside indentation. Indentation guide highlight.
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r--win32/PlatWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index a6dfb8dd6..48fe7f7b8 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -721,7 +721,7 @@ int Platform::Maximum(int a, int b) {
return b;
}
-//#define TRACE
+#define TRACE
#ifdef TRACE
void Platform::DebugPrintf(const char *format, ...) {