<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Cappuccino &amp; Objective-J Development List Google Group</title>
  <link>http://groups.google.com/group/objectivej-dev</link>
  <description>Mailing list for anyone interested in development of the Objective-J language and Cappuccino frameworks. Discussion of proposed features, architectures, code reviews, etc. </description>
  <language>en</language>
  <item>
  <title>Re: commonPrefixWithString method for CPString</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/a2550cce0c0f2f22/34b17c18c343ac6d?show_docid=34b17c18c343ac6d</link>
  <description>
  Found a problem in the code that slowed it down. Fixed here &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/abhinav/cappuccino/commit/d33b6e0661d47f1bd2dbde726bd9f993ece77c07&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/a2550cce0c0f2f22/34b17c18c343ac6d?show_docid=34b17c18c343ac6d</guid>
  <author>
  abhinav....@gmail.com
  (Abhinav)
  </author>
  <pubDate>Fri, 27 Nov 2009 00:29:27 UT
</pubDate>
  </item>
  <item>
  <title>commonPrefixWithString method for CPString</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/a2550cce0c0f2f22/9836a609d7654974?show_docid=9836a609d7654974</link>
  <description>
  CPString is missing NSString&#39;s commonPrefixWithString method that &lt;br&gt; finds the common prefix between two strings. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/280north/cappuccino/issues#issue/346&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Commit for this &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/abhinav/cappuccino/commit/7e97e92d12d7db153ebfb7c53cfd7e54f224b9ab&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/a2550cce0c0f2f22/9836a609d7654974?show_docid=9836a609d7654974</guid>
  <author>
  abhinav....@gmail.com
  (Abhinav)
  </author>
  <pubDate>Thu, 26 Nov 2009 20:22:22 UT
</pubDate>
  </item>
  <item>
  <title>Changeable Default Theme through Info.plist</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/b42772e1c2444bec/b542b02f9b86925e?show_docid=b542b02f9b86925e</link>
  <description>
  Hey guys, &lt;br&gt; &lt;p&gt;I think this might already be in there somewhere from what I heard on &lt;br&gt; the channel. But I just couldn&#39;t find it - so just in case it&#39;s not &lt;br&gt; yet been coded up here&#39;s a patch to make the default theme &lt;br&gt; configurable from the application&#39;s Info.plist with the CPDefaultTheme &lt;br&gt; key. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/aljungberg/cappuccino/commit/fe87138898396711794a4868d19c1830a3b533da&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/b42772e1c2444bec/b542b02f9b86925e?show_docid=b542b02f9b86925e</guid>
  <author>
  stillf...@gmail.com
  (Alexander Ljungberg)
  </author>
  <pubDate>Mon, 23 Nov 2009 19:11:42 UT
</pubDate>
  </item>
  <item>
  <title>Bindings branch fixes: insertObject:inArraySortedByDescriptors: and _indexOfObject:sortedByFunction:context</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/9ddf08dc6d8de553/a8b4d916474f2a7f?show_docid=a8b4d916474f2a7f</link>
  <description>
  These changes only relate to the Bindings branch, although they are &lt;br&gt; found in my &#39;jakebindings&#39; branch which combines the two. I think they &lt;br&gt; can be lifted cleanly into bindings with no jake carryover. &lt;br&gt; &lt;p&gt;CPArray insertObject:inArraySortedByDe scriptors: didn&#39;t work due to &lt;br&gt; some typos. Also when given an array like [1, 3, 5] and 2 to insert,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/9ddf08dc6d8de553/a8b4d916474f2a7f?show_docid=a8b4d916474f2a7f</guid>
  <author>
  stillf...@gmail.com
  (Alexander Ljungberg)
  </author>
  <pubDate>Sat, 21 Nov 2009 02:42:51 UT
</pubDate>
  </item>
  <item>
  <title>Possible solution to Issue 338 - Currently there isn&#39;t a &quot;good&quot; way to save a document with CPSavePanel (non native mode)</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/7c02b352b038d062/e56fa0ac09984bb4?show_docid=e56fa0ac09984bb4</link>
  <description>
  I have updated CPSavePanel to accept a document via it&#39;s class method &lt;br&gt; (now savePanelForDocument:). I don&#39;t know if this is the best way to &lt;br&gt; implement this functionality but there doesn&#39;t seem to be a good way &lt;br&gt; to call proposedFileURLWithDocumentNam e: since it is setup to call &lt;br&gt; from a CPSavePanel.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/7c02b352b038d062/e56fa0ac09984bb4?show_docid=e56fa0ac09984bb4</guid>
  <author>
  sethtr...@gmail.com
  (Seth Buntin)
  </author>
  <pubDate>Fri, 20 Nov 2009 04:55:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Possible solution to copy and paste no longer working in CPTextField</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/4a1d7e0b2a544b03?show_docid=4a1d7e0b2a544b03</link>
  <description>
  Though something I just noticed - in 280Slides, copying a slide and &lt;br&gt; then pasting - pasting only works if the slides panel has focus. Is &lt;br&gt; the paste operation there doing a check on the first responder? If &lt;br&gt; this is just expected in the application&#39;s copy/paste function, then &lt;br&gt; that takes care of it - I just do a check to see if my copied objects
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/4a1d7e0b2a544b03?show_docid=4a1d7e0b2a544b03</guid>
  <author>
  sai...@gomockingbird.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:49:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: Possible solution to copy and paste no longer working in CPTextField</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/d7cc38a61e2dc4ed?show_docid=d7cc38a61e2dc4ed</link>
  <description>
  Meant to send to group, oops. &lt;br&gt; &lt;p&gt;On Thu, Nov 19, 2009 at 7:40 PM, Saikat Chakrabarti
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/d7cc38a61e2dc4ed?show_docid=d7cc38a61e2dc4ed</guid>
  <author>
  sai...@gomockingbird.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:41:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Possible solution to copy and paste no longer working in CPTextField</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/e76c7d79014f36f7?show_docid=e76c7d79014f36f7</link>
  <description>
  You simply can&#39;t take out the pasteboard element. Try as you might, &lt;br&gt; it&#39;s necessary.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/e76c7d79014f36f7?show_docid=e76c7d79014f36f7</guid>
  <author>
  rbouc...@gmail.com
  (Ross Boucher)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:19:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Possible solution to copy and paste no longer working in CPTextField</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/a80114fe73d86bfc?show_docid=a80114fe73d86bfc</link>
  <description>
  I realized that in most of my test cases, the text field i was pasting &lt;br&gt; into was a different window than the main window of the app. So if I &lt;br&gt; copy an object in the app into my pasteboard, then try to paste into a &lt;br&gt; text field that&#39;s in the main window of the app, the text doesn&#39;t &lt;br&gt; paste and instead the application pastes the object in the app&#39;s
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/a80114fe73d86bfc?show_docid=a80114fe73d86bfc</guid>
  <author>
  sai...@gomockingbird.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:10:10 UT
</pubDate>
  </item>
  <item>
  <title>CPDate Enhancement: NSDate like initWithString and description</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/b60a6e743aa62f5c/f27c7ad3c6bc962a?show_docid=f27c7ad3c6bc962a</link>
  <description>
  A patch to implement NSDate style date parsing for CPDate &lt;br&gt; initWithString: instead of the JavaScript style. &lt;br&gt; &lt;p&gt;NSDate style description was also implemented which is the converse of &lt;br&gt; initWithString. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/aljungberg/cappuccino/commit/88f7cbe1b886cf953f04f7e57b8680b634476058&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Unit tests included.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/b60a6e743aa62f5c/f27c7ad3c6bc962a?show_docid=f27c7ad3c6bc962a</guid>
  <author>
  stillf...@gmail.com
  (Alexander Ljungberg)
  </author>
  <pubDate>Fri, 20 Nov 2009 02:32:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Possible solution to copy and paste no longer working in CPTextField</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/413da0b4d237bedf?show_docid=413da0b4d237bedf</link>
  <description>
  Forgot to mention - tested on OS X 10.6 on Safari 4 and Firefox 3.5.3 &lt;br&gt; &lt;p&gt;On Thu, Nov 19, 2009 at 12:07 PM, Saikat Chakrabarti
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/413da0b4d237bedf?show_docid=413da0b4d237bedf</guid>
  <author>
  sai...@gomockingbird.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Thu, 19 Nov 2009 20:11:42 UT
</pubDate>
  </item>
  <item>
  <title>Possible solution to copy and paste no longer working in CPTextField</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/8c28d62306dddf68?show_docid=8c28d62306dddf68</link>
  <description>
  Diff - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/saikat/cappuccino/commit/2c3c7a974910f2f983187d9a2e6441d651b100e0&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;After Ross&#39; changes in the jake branch to make CPTextFields work more &lt;br&gt; natively (using keyDown/keyUp events passed through the CPApp event &lt;br&gt; handler), copy and paste within a CPTextField stopped working. The
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/954df06ef8785fdd/8c28d62306dddf68?show_docid=8c28d62306dddf68</guid>
  <author>
  sai...@gomockingbird.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Thu, 19 Nov 2009 20:07:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Local development</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/eb21f55d3d507850/9765eb96ac991109?show_docid=9765eb96ac991109</link>
  <description>
  Interesting, I didn&#39;t think of that, might be easier, thanks Ross.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/eb21f55d3d507850/9765eb96ac991109?show_docid=9765eb96ac991109</guid>
  <author>
  sethtr...@gmail.com
  (Seth Buntin)
  </author>
  <pubDate>Thu, 19 Nov 2009 04:00:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Local development</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/eb21f55d3d507850/269e2b5df57ec7da?show_docid=269e2b5df57ec7da</link>
  <description>
  you can use capp gen -l -f to generate a symlinked frameworks folder &lt;br&gt; in the current directory to make this easier &lt;br&gt; &lt;p&gt;you don&#39;t explicitly need to jake release and jake debug. you can, for &lt;br&gt; example, only build debug while you are developing.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/eb21f55d3d507850/269e2b5df57ec7da?show_docid=269e2b5df57ec7da</guid>
  <author>
  rbouc...@gmail.com
  (Ross Boucher)
  </author>
  <pubDate>Wed, 18 Nov 2009 22:20:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Local development</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/eb21f55d3d507850/d214585b1cd56cf9?show_docid=d214585b1cd56cf9</link>
  <description>
  Yeah, rake is a habit, meant jake.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/eb21f55d3d507850/d214585b1cd56cf9?show_docid=d214585b1cd56cf9</guid>
  <author>
  sethtr...@gmail.com
  (Seth Buntin)
  </author>
  <pubDate>Wed, 18 Nov 2009 22:16:40 UT
</pubDate>
  </item>
  </channel>
</rss>
