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-07-12 14:03:32 +02:00
committed by daboe01
parent 81a8e91180
commit 39eeaea7e7
10 changed files with 519 additions and 371 deletions
-1
View File
@@ -27,7 +27,6 @@
@class CPLayoutManager;
CPTextStorageEditedAttributes = 1;
CPTextStorageEditedCharacters = 2;