About
This is the M Cubed Software weblog. To find out more about us head to our about page.
Search
Feed
Archives
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- November 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
Code Collector Pro 1.2.1
Posted on 21/03/2008 at 12:45 AM in
I wasn't planning on releasing this until next week but I managed to get everything finished today and fix a bug that was rather serious. Unfortunately snippets that shouldn't have been shared were put on codecollector.net. In a few cases these included rather private items, but I have removed these as they have come up.
The problem is that integrating with codecollector.net requires updates to be sent when many events occur including adding, deleting and editing a snippet as well as adding and removing them from groups. On top of informing the class that managed communication with codecollector.net, there need to be checks in place to find out whether it needs to be informed at all, and this bug was caused by me forgetting to put in one of those checks.
On top of this rather serious but are also fixes to snippet list, which now remembers the column size and sorting between launches and a new toolbar icon for adding a snippet from the clipboard. This isn't in the toolbar by default so you'll have to add it yourself if you want to use it.
The problem is that integrating with codecollector.net requires updates to be sent when many events occur including adding, deleting and editing a snippet as well as adding and removing them from groups. On top of informing the class that managed communication with codecollector.net, there need to be checks in place to find out whether it needs to be informed at all, and this bug was caused by me forgetting to put in one of those checks.
On top of this rather serious but are also fixes to snippet list, which now remembers the column size and sorting between launches and a new toolbar icon for adding a snippet from the clipboard. This isn't in the toolbar by default so you'll have to add it yourself if you want to use it.