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
Organise, Use, Share: Code Collector Pro 1.1.3
Posted on 08/01/2008 at 06:13 PM in
A new year and a new update to Code Collector Pro, along with a bit more information about what’s coming in the future. First off the update… CCP 1.1.3 fixes various issues with the syntax highlighting plus an issue with adding new snippets to groups. One hidden new feature though is an extension of some syntax highlighting changes in 1.1.2. A timer was to colour syntax 2 seconds after you finish editing (the delay is in there due to the way the colouring works). Some people has asked for the ability to change the time and as it was an easy addition I was happy to oblige. The line below will change the redraw delay to half a second.
defaults write com.mcubedsw.codecollectorpro M3SyntaxRedrawTime -float 0.5
Now for a bit of what is coming in version 1.2. CCP 1.0 was the basic foundation built upon the core functionality of the free version which is to organise your snippets. CCP 1.1 improved the ways you use your snippets in your workflow with the ability to add and retrieve snippets without needing to move back to CCP. Version 1.2 is all about sharing and this ties in to codecollector.net.
One of the biggest feature requests has been the ability to get your snippets online to various sites. The problem is we would have to work around these sites and work to their tune. And then you have the problem of choosing which site to support. Which is the easiest to tie into? Which is the most popular? After much thought the best solution was to role our own that integrates tightly with CCP and gives us full control over how to push forward, which means that in the future we’ll be able to offer features that no other snippet site out there can offer.
Now all this is a few months away from being finished as we’re wanting to do extensive testing but I’m going to be offering little snippets (no pun intended) of information about what exactly makes up version 1.2 and the first one is of a screenshot of a new feature I’ve just finished adding today (though the icons aren’t finalised yet), the option for a small source list:
(1) Comments
Comments
I’m really looking forward seeing the new site tie-in abilities in 1.2 - that’s exactly the right direction for the product and will help developers keep their code sync’d nicely.