summaryrefslogtreecommitdiff
path: root/context/data/scite/context/scite-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-02-14 16:43:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-02-14 16:43:07 +0100
commit71e0f049996013abcbfd549b516e594e019fb744 (patch)
treee3197e97a576cbe2e5353e04132a5b28f6d8179e /context/data/scite/context/scite-ctx.lua
parente005748401471273a119724acf5e1567f2a04eee (diff)
downloadcontext-71e0f049996013abcbfd549b516e594e019fb744.tar.gz
2018-02-14 16:27:00
Diffstat (limited to 'context/data/scite/context/scite-ctx.lua')
-rw-r--r--context/data/scite/context/scite-ctx.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/context/data/scite/context/scite-ctx.lua b/context/data/scite/context/scite-ctx.lua
index b0b1cc60e..f2f33ecbb 100644
--- a/context/data/scite/context/scite-ctx.lua
+++ b/context/data/scite/context/scite-ctx.lua
@@ -1683,13 +1683,14 @@ end
-- parsing
function OnOpen(filename)
- -- report("opening '%s' of %i bytes",filename,editor.TextLength)
+-- report("opening '%s' of %i bytes",filename,editor.TextLength)
editor:Colourise(0,editor.TextLength)
end
function OnSwitchFile(filename)
if dirty[props.FileNameExt] then
+-- report("switching '%s' of %i bytes",filename,editor.TextLength)
editor:Colourise(0,editor.TextLength)
dirty[props.FileNameExt] = false
end
@@ -1699,3 +1700,5 @@ end
-- hardcoded and could not be turned off ... alas.
-- output.Lexer = 0
+
+-- SCI_SETBIDIRECTIONAL = SC_BIDIRECTIONAL_R2L