OSDN Git Service

再構築するのでCollectEmptyFoldingを呼び出す必要がなくなった
authorkonekoneko <test2214@hotmail.co.jp>
Wed, 8 Jul 2015 21:22:37 +0000 (06:22 +0900)
committerkonekoneko <test2214@hotmail.co.jp>
Wed, 8 Jul 2015 21:22:37 +0000 (06:22 +0900)
Common/LineToIndex.cs

index 9265d54..b321b5a 100644 (file)
@@ -369,7 +369,6 @@ namespace FooEditEngine
             this.AddDummyLine();\r
 \r
             this.FoldingCollection.UpdateData(this.Document, index, insertedLength, removedLength);            \r
-            this.FoldingCollection.CollectEmptyFolding(index, Document.Length - 1);\r
 \r
             this._IsSync = false;\r
 \r