Difference between revisions of "DevGuide/CodeEditors"
(add link to PyCharm) |
|||
Line 48: | Line 48: | ||
OcaIDE seems to be the best option for Eclipse | OcaIDE seems to be the best option for Eclipse | ||
=== | == IDE for Python == | ||
[http://www.jetbrains.com/pycharm/ PyCharm] is a great Python IDE with awesome completion, code assistance, debugger and git integration and much more... | |||
== IDE for C and CPP == | == IDE for C and CPP == |
Revision as of 14:49, 1 October 2013
Introduction
So you want to adjust the sourcecode to your wishes, get rid of some bugs that bother you and help to improve the code, great! While theoretically it all an be done with VI and command line instructions, learning to code for Paparazzi this way is a little cumbersome. Therefore it is a good idea to set up an IDE Integrated Development Environment.
As you may have noticed, this page is far from finished, it really would be great if you help to improve this page with even a small improvement.
IDE for OCAML
We start of with OCAML IDE's first
EMACS
Tuareg is a really nice mode for Emacs. On Ubuntu/Debian just apt-get install tuareg-mode.
http://www.emacswiki.org/emacs/TuaregMode
Netbeans
Installation
First install a reasonable new Netbeans, e.g. v6.8 via the synaptic package manager in Ubuntu or use the commandline
OCAML Plugin
http://ocamlplugin.loki-a.com/index.php?title=Main_Page
- Start netbeans IDE
- Go to Netbean menu -Tools - Plugins
- Select tab - Settings
- Click the Add button
Name: Ocaml from Loki a URL: http://ocamlplugin.loki-a.com/ocamlplugin/updates/updates.xml
- Then click the tab "Available plugins"
- Select for install from the list the "Ocaml Plugin"
- Click Install
- Click Install Then Next
- If you see "Signed but not trusted, ignore the message just click "continue"
- If it all worked, you will see "Install completed sucessfully, just click "Finish"
Syntax Highlighting
Eclipse
OcaIDE seems to be the best option for Eclipse
IDE for Python
PyCharm is a great Python IDE with awesome completion, code assistance, debugger and git integration and much more...
IDE for C and CPP
Next are the IDE's for C develpment
Netbeans
Eclipse
Code::Blocks
Debugging tools
GDB