mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-11 19:16:49 +01:00
Remove commented line re folding
Using CodeMirror foldcode addon now
This commit is contained in:
@@ -3842,7 +3842,6 @@ var ICEcoder = {
|
||||
cMdiff = ICEcoder.getcMdiffInstance();
|
||||
thisCM = top.ICEcoder.editorFocusInstance.indexOf('diff') > -1 ? cMdiff : cM;
|
||||
var line = thisCM.getCursor().line;
|
||||
// top.contentFrame.CodeMirror.doFold(thisCM.getLine(line).indexOf("{")>-1 ? "brace" : "xml",null,"+","-",false)(thisCM, line);
|
||||
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user