mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
pragma format disable/restore, better space handing in formatting
This commit is contained in:
parent
f9396f69c0
commit
dd6e7f0c2a
4 changed files with 128 additions and 46 deletions
|
@ -404,7 +404,7 @@ namespace IDE.Compiler
|
|||
}
|
||||
|
||||
editWidgetContent.ContentChanged();
|
||||
Debug.WriteLine("Reformat {0} inserts, total of {1} chars. {2} deletes, total of {3} chars.", insertCount, insertChars, deleteCount, deleteChars);
|
||||
//Debug.WriteLine("Reformat {0} inserts, total of {1} chars. {2} deletes, total of {3} chars.", insertCount, insertChars, deleteCount, deleteChars);
|
||||
|
||||
sourceEditBatchHelper.Finish();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue