From 6a3e15aabf8f0a3f2215688e383ac1b87c246cfd Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 25 May 2013 18:26:24 +0100 Subject: [PATCH] On load also set the gutter marks Using tagRangeFinder for now, need to also handle braceRangeFinder and put into a function within ICEcoder --- lib/file-control.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/file-control.php b/lib/file-control.php index 6787c79..2bf9573 100644 --- a/lib/file-control.php +++ b/lib/file-control.php @@ -365,6 +365,9 @@ if (action=="load") { top.ICEcoder['cMActiveLine'+top.ICEcoder.selectedTab] = top.ICEcoder.content.contentWindow['cM'+top.ICEcoder.cMInstances[top.ICEcoder.selectedTab-1]].addLineClass(0, "background", "cm-s-activeLine"); top.ICEcoder.nextcMInstance++; top.ICEcoder.openFileMDTs.push(''); + for (var i=0; i