mirror of https://gitlab.com/basile.b/dexed.git
deactivated custom fold, curly brackets folds and custom folds need a distinct type
This commit is contained in:
parent
fc98121147
commit
3996b4d11d
|
@ -474,18 +474,16 @@ begin
|
||||||
if readDelim(reader, fTokStop, '/') then
|
if readDelim(reader, fTokStop, '/') then
|
||||||
fTokKind := tkDDocs;
|
fTokKind := tkDDocs;
|
||||||
readLine(reader, fTokStop);
|
readLine(reader, fTokStop);
|
||||||
|
//if fTokStop - fTokStart > 4 then
|
||||||
if fTokStop - fTokStart > 4 then
|
//begin
|
||||||
begin
|
// Dec(reader,4);
|
||||||
Dec(reader,4);
|
// Dec(fTokStop,4);
|
||||||
Dec(fTokStop,4);
|
// if reader = '---+'#10 then
|
||||||
if reader = '---+'#10 then
|
// StartCodeFoldBlock(nil)
|
||||||
StartCodeFoldBlock(nil)
|
// else if reader = '----'#10 then
|
||||||
else if reader = '----'#10 then
|
// EndCodeFoldBlock();
|
||||||
EndCodeFoldBlock();
|
// readLine(reader, fTokStop);
|
||||||
readLine(reader, fTokStop);
|
//end;
|
||||||
end;
|
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
end else readerReset;
|
end else readerReset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue