|
» 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 (9) » Carbide.c++ 2.0.x (12) » Carbide Plug-Ins (4) » CodeWarrior (2) » FAQ (6) » Future directions (25) » General (48) » Off-topic (5) » On-device debugging (13) » Performance Investigator (2) » Product features (18) » Product releases (16) » Screencast (14) » Support (36) » Tool setup (6) » UI Designer (8) » Usability (18) » Work in Progress (14) » Write-build-debug (4) |
|
» New Remote Connections View » Terminating Multiple Processes » Agile Tuning of the Austin Team » Introduction to the workspace screencast » Adding DLLs while Debugging |
|
Subscribe to RSS feed For email notification, please click here ยป |
« S60 Build Performance: Don't Forget to Update Your Makefiles | Main | Carbide.c++ SDK: Reading MMP Statements with the EpocEngine and IMMPData »
Recently a Carbide developer requested some additional help with the Carbide.c++ Plug-in Developer Guide in the form of examples. The specific request, bug #6751, asks for assistance with "how to do builds using [the] Carbide APIs". It seemed a reasonable request and one we are now looking at doing in the near future.
However, it occurs to me that there are probably other API/plug-in examples that would be useful to people developing Carbide plug-ins. We have some ideas here, but which one's might be of the most help to you, the Carbide developer? Let loose with some feedback so we can both identify the ones important to you and so we can prioritize them for implementation.
BTW, you do know that a complete Carbide plug-in example already exists in the product, right? Check out the Leavescan plug-in that comes with Carbide.c++, lovingly identified as com.nokia.carbide.cpp.leavescan which contains the sources. It's a basic plug-in that shows how to create a preference panel, add menu items, and perform a simple action on the project. A good choice to examine and play with as you start your Carbide plug-in development.