Commit Graph
32 Commits
Author SHA1 Message Date
Tom Robinson 79ba2af699 Added utilities.js in Objective-J with Base64 encoding/decoding, sprintf moved from CPString. Tests for base64 and sprintf utilities. 2008-12-11 05:23:47 -08:00
Tom Robinson 10db0dab7e Add %b specifier to sprintf for printing in binary. 2008-12-04 22:11:25 -08:00
Tom Robinson 3b65f460d6 Simplified stringWithHash 2008-11-18 19:28:55 -08:00
Ross Boucher 88f12bad93 implement NSString compare:options:range
Thanks to Cacaodev for the ticket and initial stab at this.

[#105 state:resolved milestone:0.6]
2008-11-10 10:29:46 -08:00
Sam McDonaldandFrancisco Ryan Tolmasky I 9f9cc4c22c Fix for stringByDeletingLastPathComponent.
[#126 state:resolved]

Reviewed by tolmasky
2008-11-08 13:53:53 -08:00
Francisco Ryan Tolmasky I 5144a5a579 Added @accessor support, @import, and fixed spacing bug with @selector.
Reviewed by ross.
2008-10-26 00:48:49 -07:00
Ross Boucher f7aa5c15c9 New style for documentation (/*! vs. /*).
Enabled doxygen support.

Merge branch 'documentation'

Conflicts:
	AppKit/CPTextField.j
2008-10-20 16:14:09 -07:00
Ross Boucher 42a68812a9 Missing import in CPString 2008-10-20 01:56:24 -07:00
Tom Robinson abe4dd7abc sprintf and related functions support for "%@" format specifier 2008-10-19 20:39:04 -07:00
Nick TakayamaandRoss Boucher fc9e5b3a4c implementing CPString compare: so that sorting will work with default selector 2008-10-17 14:43:43 -07:00
Ross Boucher 847118c35b Addendum to previous commit.
Thanks to Jake MacMullin for this fix.

[#99 state:resolved]
2008-10-12 21:23:19 -07:00
Jake MacMullinandRoss Boucher 5a086243f5 Implemented missing methods on CPString:
stringByReplacingOccurrencesOfString:target withString:replacement options:options range:searchRange
stringByReplacingCharactersInRange:range withString:replacement

Signed-off-by: Jake MacMullin <jmacmullin@mac.com>
2008-10-12 21:05:56 -07:00
Ross Boucher f228934e54 Initial conversion to Doxygen style comments. 2008-10-12 15:57:01 -07:00
Tom Robinson bf28b8bbc6 CPString -capitalizedString fixed
Reviewed by me.

[#90 state:resolved responsible:tlrobinson]
2008-10-05 18:15:36 -07:00
Ross Boucher dbedbfddfc Fixed a few accessors and spacing issues. 2008-09-24 14:09:42 -07:00
vijaykiran 2830feed60 Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-22 04:42:30 +02:00
Francisco Ryan Tolmasky I 464ddf269d A number of fixes for Cib.
Reviewed by rossco.
2008-09-21 02:52:24 -07:00
vijaykiran 9a397bf03f Added method stringByReplacingOccurrencesOfStringWithString and testcase for the same. 2008-09-17 23:17:56 +02:00
vijaykiran 6c2a50f767 Added method stringByAppendingFormat and a simple test case for the method 2008-09-17 22:52:11 +02:00
vijaykiran 34f58026df Updated assertFalse message in CPStringTest
Converted tabs to spaces according to coding guidelines
2008-09-17 11:56:57 +02:00
vijaykiran ec6c08e9ea Fixed [CPString boolvalue] method with RegExps 2008-09-16 18:40:15 +02:00
vijaykiran ffa91e0f59 updated according to coding guidelines 2008-09-15 20:35:26 +02:00
vijaykiran 1b2aadc6f0 Added boolValue method to CPString 2008-09-14 11:35:28 +02:00
vijaykiran 2eae5373bc - Updated correct method names in the exception 2008-09-14 10:51:59 +02:00
Vijay Duvvuri bae8e1c6b0 Added method doc for rangeOfString:options:range: 2008-09-13 11:22:04 +02:00
Vijay Duvvuri f9b78273ad Merge branch 'master' of git://github.com/280north/cappuccino
Conflicts:

	Foundation/CPString.j
2008-09-13 11:16:13 +02:00
Vijay Duvvuri 8aed3787fd - Added new line after if/else/else if 2008-09-13 11:09:09 +02:00
Tom Robinson 39afdd57cd sprintf() and CPString +stringWithFormat
[#34 state:resolved]
2008-09-13 01:35:50 -07:00
Ross Boucher 43cc45b1f9 Accidentally broke CPString method, this fixes it. 2008-09-11 00:14:04 -07:00
Ross Boucher a40fbd7961 Add the first draft of documentation inline. 2008-09-10 15:11:37 -07:00
Vijay Duvvuri 05811ca965 - Added method rangeOfString:options:range:
- Updated rangeOfString:options to call rangeOfString:options:range
- Updated rangeOfString: to call rangeOfString:options
2008-09-10 19:40:54 +02:00
Francisco Ryan Tolmasky I a97bb72800 Initial commit.
Reviewed by francisco, ross and tom.
2008-09-04 03:52:20 -07:00