Can I use vimplugin (an eclipse plugin) with CCS 4?
I tried to install it and it never showed up in the Preferences to configure.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can I use vimplugin (an eclipse plugin) with CCS 4?
I tried to install it and it never showed up in the Preferences to configure.
David,
I don't think this will work in CCSv4. Plugging in other editors and debuggers typically does not work as CCSv4 has a modified version of Eclipse with a bunch of changes to the editor. CCSv5 will use stock Eclipse with no changes and you would be able to drop in a plugin like this.
John
I was able to get the plug-in to show up. But I needed to install two more things:
-Eclipse PDE 3.2
-Eclipse JDT 3.2
The plug-in is dependent on both and CCSv4 does not ship with them. You can find them at various sites for Eclipse downloads
Note that as John mentioned, you won't get things like setting breakpoints in the editor margin and other debugger actions that you would get using the Eclipse editor.
Thanks
ki