diff options
author | nyamatongwe <unknown> | 2000-06-21 02:59:25 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-21 02:59:25 +0000 |
commit | e7729d12b8676528ab5bfecf58d586ac1fbafeb1 (patch) | |
tree | dce2610a6c578021e13c36d3e4e2c9f4a2eb6dfc /win32/PlatWin.cxx | |
parent | 37147e61367b4d73deae7dbd315c498cdd7c6198 (diff) | |
download | scintilla-mirror-e7729d12b8676528ab5bfecf58d586ac1fbafeb1.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.cxx | 2 |
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, ...) { |