daboe01
9d7d8ddde9
fixed: native rich pasting pasted rich text into plain textviews
2016-12-11 14:05:51 +01:00
daboe01
e438e6aedb
fixed: same pasteboardtype was used for plain and rich text
2016-06-22 20:39:41 +02:00
daboe01
8d7753fb40
formatting
2016-05-24 09:07:41 +02:00
daboe01
5b31e8e9d8
tighten atomicity in kvb
2015-09-30 19:49:04 +02:00
daboe01
dd187aef08
refactor rich copy: to CPTextView
2015-09-30 12:11:39 +02:00
daboe01
78b2c4d094
kvb fix for editable and selectable
2015-09-30 12:00:12 +02:00
daboe01
f9e8875803
merge current master in
2015-07-04 16:46:24 +02:00
daboe01
662050b89f
formatting
2015-06-14 21:34:19 +02:00
daboe01
3f7f3140eb
rich copy fixes
2015-06-14 21:24:40 +02:00
daboe01
dc11d18161
formatting
2015-06-12 17:32:22 +02:00
daboe01
cde83e9d7d
smart paste fix
2015-06-12 17:28:48 +02:00
Alexandre Wilhelm
62f9488829
New: added property baseWritingDirection in CPControl
...
This PR adds the support for baseWritingDirection in CPControl.
Support of nib2cib has been added as well.
Test app in Tests/Manual/CPTextFieldEditingStyleTest/
2015-05-01 12:11:03 -07:00
Alexandre Wilhelm
02245c150c
Fixed: small issue due to refactoring
2015-03-31 15:10:59 -07:00
daboe01
e4df7b10f6
_backgroundColor' is already declared for class CPText in superclass CPView
2015-03-28 15:27:37 +01:00
daboe01
f39a1e7d03
move inherited properties to CPText
2015-03-28 15:22:52 +01:00
daboe01
a7c234b272
smart copy paste
2015-02-21 15:14:50 +01:00
Alexandre Wilhelm
075da34cdb
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.
2014-06-03 21:05:04 -07:00
Alexandre Wilhelm
441774e61c
New: Added protocol CPTextDelegate
2014-05-30 11:27:31 -07:00
daboe01
e448430d8a
fix of circular imports
2014-02-10 21:07:57 +01:00
daboe01
85abd5a8c3
eliminate warnings + style
2014-02-09 11:00:25 +01:00
daboe01
b9e0eb5b76
typos
2014-02-08 21:14:56 +01:00
daboe01
9edd8d6f66
CPTextView commit
2014-02-08 20:43:15 +01:00
Alexandre Wilhelm
ebc1025fd9
New: Added Movement Codes for CPTextDidEndEditingNotification
...
This PR adds a new feature for CPControl. Now when leaving the control, the userInfo of the notification CPTextDidEndEditingNotification contains the last movements of the control as in COCOA
Test app in Tests/Manual/CPTextFieldMovementsTest
2013-10-29 01:20:00 -07:00
Paul Baumgart
01852d8075
Fix a bunch of missing @imports.
...
All classes (excluding the ones prefixed with underscores) in Foundation
and AppKit can now be loaded individually except CPOpenPanel and
CPSavePanel. These two classes have some sort of dependency cycle
that seems impossible to resolve without forward declarations (which
we don't have).
2010-10-05 15:54:25 -07:00
Alexander Ljungberg and Ross Boucher
44555ac724
UTF compatible CFData base64 string encoder and decoder. Use it for CPButton key equivalent archiving. Also ordered CPText.j constants by value and removed the empty CPText class definition as it caused errors with nib2cib. Fixed: the key equivalent for forward delete (CPDeleteFunctionKey, \uF728) was transformed to '(' (\u0028) when archived and unarchived.
2010-06-11 09:39:19 -07:00
Randall Luecke
f62d81e79f
Fix for nib2cib breaking with an emptry class implementation.
2010-06-10 22:37:52 -05:00
Alexander Ljungberg
381a44148e
Special keys such as backspace and escape can now be used as key equivalents through checking for their unicode representations in [CPEvent characters]. This replaces the earlier raw key code approach.
2010-06-07 19:09:10 -04:00
Alexander Ljungberg
c1f16de441
Defined function and special key constants.
2010-06-07 19:09:01 -04:00