Fixed: circular import with CPText

Previously CPText was in CPTextView.j, now it is in CPText.j.
It fixes some other circular import as well, fixes some global var to import.
Fixed some code style.
This commit is contained in:
Alexandre Wilhelm
2014-06-03 21:05:04 -07:00
parent 5ce543002d
commit 075da34cdb
10 changed files with 519 additions and 371 deletions
-1
View File
@@ -27,7 +27,6 @@
@class CPLayoutManager;
CPTextStorageEditedAttributes = 1;
CPTextStorageEditedCharacters = 2;