See into S60
» Subscribe
» Favorite Links
» What is S60?
» Freeware & Trials
» S60 devices
» Hints and tips

» About this blog
» Blognotes (15)
» Bugs and Workarounds (4)
» Build tools (5)
» Carbide.c++ 1.1 (4)
» Carbide.c++ 1.2 (8)
» Carbide.c++ 1.3.x (8)
» Carbide.c++ 2.0.x (4)
» Carbide Plug-Ins (4)
» CodeWarrior (2)
» FAQ (6)
» Future directions (24)
» General (46)
» Off-topic (4)
» On-device debugging (13)
» Performance Investigator (2)
» Product features (17)
» Product releases (16)
» Screencast (13)
» Support (32)
» Tool setup (5)
» UI Designer (8)
» Usability (16)
» Work in Progress (13)
» Write-build-debug (4)
» Tommi's Reports from Wonderland
» Voice of S60
» Creating Carbide C++
» S60 Multimedia Blog
» The Convergence Zone
» Web Browser for S60 Blog
» Consumed by S60
» Java for S60
» Mobile Web Server
» Mobile Security
» See into S60
» Business2GO
» Nokia Podcasting Application Blog
» (UIQ 3) SDK Synchronizer Plug-in
» C++ Refactoring in CDT
» Get Carbide.c++ to do.... well anything!
» A Quick Tour of the Carbide.c++ SDK APIs
» August 2008
» July 2008
» June 2008
» May 2008
» April 2008
» March 2008
» February 2008
» August 2007
» May 2007
» April 2007
» March 2007
» February 2007
» January 2007
» December 2006
» November 2006
» October 2006
» September 2006
» August 2006
» July 2006
» June 2006
Subscribe
Links
May 30, 2008 (UIQ 3) SDK Synchronizer Plug-in Posted by Tim Kelly at 04:04 PM | Categories: Carbide Plug-Ins

Eric at NewLC writes that Sony-Ericsson just released a new (UIQ 3) SDK Synchronizer plug-in. Since it just compares an existing file system with a zip archive I didn't think it was only specific to UIQ3, so I gave it a quick go on the S60 3rd FP2 SDK.

Continue reading "(UIQ 3) SDK Synchronizer Plug-in" »

Permalink | Comments (2) |
May 15, 2008 C++ Refactoring in CDT Posted by Tim Kelly at 08:58 AM | Categories: Carbide Plug-Ins, Future directions

You may have noticed the Refactoring menu option in the context menus while using Carbide.c++. Under Carbide 1.3.x all it does is basic renaming of objects and variables. However, there is a project underway (from HSR) that adds a lot of new C++ refactoring functionality to the eclipse C/C++ tool set. You can even give it a test drive by visiting the CDT Refactoring Project website and downloading the update site and installing the plug-ins into Carbide!

Continue reading "C++ Refactoring in CDT" »

Permalink | Comments (0) |
April 01, 2008 Get Carbide.c++ to do.... well anything! Posted by John Dean at 10:30 AM | Categories: Carbide Plug-Ins, General The Carbide.c++ Development Tools for SymbianOS is built upon open source standards—mainly the Eclipse platform which uses the OSI certified Eclipse Public License.  While Carbide is not open source, many of the Eclipse plug-ins it is built upon are.  Additionaly, the Carbide.c++ SDK leverages these open platforms to provide Eclipse plug-in developers and "buildmiester's" to customize the way Carbide.c++ works in their environment.

The Carbide.c++ SDK provides Eclipse plug-in developers access and control of the Carbide.c++/SymbianOS project and build environment.  Check the Carbide.c++ Help contents under Carbide.c++ Plug-in Developer Guide / Getting Started for information on setting up an Eclipse development environment for building upon the Carbide.c++ SDK.  Because Carbide.c++ is based on Eclipse and Java, a large library of plug-ins and libraries are available to assist Carbide.c++ plug-in development. 

As an automated test developer for Carbide.c++, I am essentially a Carbide.c++ plug-in developer.  Using the Carbide.c++ SDK, Abbot.swt, Eclipse and its libraries, I write Carbide.c++ plug-ins that, when installed, can run Carbide.c++ through a grueling hours-long automated validation.  There is almost no limit to what can be accomplished from within an Carbide.c++/Eclipse plug-in. 

I know of efforts outside our group, within Nokia and outside, to create Carbide.c++ plug-ins to integrate necessary tools into Carbide.c++ or to better integrate Carbide.c++ into thier build environment.  I hope to cover Carbide.c++ plug-in development more in future entries, to encourage more Carbide.c++ plug-in authoring, and to ask for feedback on what type of plug-ins customers wish Carbide.c++ had available.

Permalink | Comments (0) |
March 16, 2008 A Quick Tour of the Carbide.c++ SDK APIs Posted by Tim Kelly at 09:52 PM | Categories: Carbide Plug-Ins

Starting with Carbide.c++ release 1.2 we've introduced public APIs for Carbide 3rd party Carbide development. These APIs are also being used by internal Nokia tools teams and other Symbian OS licensees. However, I do occasionally get a technical question from plug-in developers that don't even know there are APIs to access Carbide project info. So in those cases, a quick start might help to ease into Carbide development.

Continue reading "A Quick Tour of the Carbide.c++ SDK APIs " »

Permalink | Comments (3) |