<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.paparazziuav.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cguerber</id>
	<title>PaparazziUAV - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.paparazziuav.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cguerber"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/wiki/Special:Contributions/Cguerber"/>
	<updated>2026-04-08T18:27:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=DevGuide/CodeEditors&amp;diff=19518</id>
		<title>DevGuide/CodeEditors</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=DevGuide/CodeEditors&amp;diff=19518"/>
		<updated>2015-02-15T21:36:11Z</updated>

		<summary type="html">&lt;p&gt;Cguerber: Added link to Eclipse CDT as C and CPP IDE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== IDE for OCAML ==&lt;br /&gt;
&lt;br /&gt;
We start of with OCAML IDE's first&lt;br /&gt;
&lt;br /&gt;
=== EMACS ===&lt;br /&gt;
Tuareg is a really nice mode for Emacs. On Ubuntu/Debian just '''apt-get install tuareg-mode'''.&lt;br /&gt;
&lt;br /&gt;
http://www.emacswiki.org/emacs/TuaregMode&lt;br /&gt;
&lt;br /&gt;
=== Netbeans ===&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
First install a reasonable new Netbeans, e.g. v6.8 via the synaptic package manager in Ubuntu or use the commandline&lt;br /&gt;
&lt;br /&gt;
==== OCAML Plugin ====&lt;br /&gt;
&lt;br /&gt;
http://ocamlplugin.loki-a.com/index.php?title=Main_Page&lt;br /&gt;
&lt;br /&gt;
# Start netbeans IDE&lt;br /&gt;
# Go to Netbean menu -Tools - Plugins&lt;br /&gt;
&lt;br /&gt;
# Select tab - Settings&lt;br /&gt;
# Click the Add button&lt;br /&gt;
&lt;br /&gt;
Name: Ocaml from Loki a&lt;br /&gt;
URL:  http://ocamlplugin.loki-a.com/ocamlplugin/updates/updates.xml&lt;br /&gt;
&lt;br /&gt;
# Then click the tab &amp;quot;Available plugins&amp;quot;&lt;br /&gt;
# Select for install from the list the &amp;quot;Ocaml Plugin&amp;quot;&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click Install Then Next&lt;br /&gt;
# If you see &amp;quot;Signed but not trusted, ignore the message just click &amp;quot;continue&amp;quot;&lt;br /&gt;
# If it all worked, you will see &amp;quot;Install completed sucessfully, just click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Syntax Highlighting ====&lt;br /&gt;
&lt;br /&gt;
=== Eclipse ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.algo-prog.info/ocaide/ OcaIDE]&lt;br /&gt;
* [http://ocamldt.free.fr/ ODT: OCaml Development Tools]&lt;br /&gt;
&lt;br /&gt;
OcaIDE seems to be the best option for Eclipse. Note that OcaIDE requires eclipse to run under Java 7.&lt;br /&gt;
No release of ODT since November 2013.&lt;br /&gt;
&lt;br /&gt;
== IDE for Python ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jetbrains.com/pycharm/ PyCharm] is a great Python IDE with awesome completion, code assistance, debugger and git integration and much more...&lt;br /&gt;
&lt;br /&gt;
== IDE for C and CPP ==&lt;br /&gt;
&lt;br /&gt;
Next are the IDE's for C develpment&lt;br /&gt;
&lt;br /&gt;
=== Netbeans ===&lt;br /&gt;
=== Eclipse ===&lt;br /&gt;
&lt;br /&gt;
* [http://eclipse.org/cdt/ Eclipse CDT]&lt;br /&gt;
&lt;br /&gt;
=== Code::Blocks ===&lt;br /&gt;
&lt;br /&gt;
== Debugging tools ==&lt;br /&gt;
&lt;br /&gt;
GDB&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]] [[Category:Developer_Documentation]]&lt;/div&gt;</summary>
		<author><name>Cguerber</name></author>
	</entry>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=DevGuide/CodeEditors&amp;diff=19517</id>
		<title>DevGuide/CodeEditors</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=DevGuide/CodeEditors&amp;diff=19517"/>
		<updated>2015-02-15T21:28:06Z</updated>

		<summary type="html">&lt;p&gt;Cguerber: Update on OCaml eclipse plugins OcaIDE and ODT&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== IDE for OCAML ==&lt;br /&gt;
&lt;br /&gt;
We start of with OCAML IDE's first&lt;br /&gt;
&lt;br /&gt;
=== EMACS ===&lt;br /&gt;
Tuareg is a really nice mode for Emacs. On Ubuntu/Debian just '''apt-get install tuareg-mode'''.&lt;br /&gt;
&lt;br /&gt;
http://www.emacswiki.org/emacs/TuaregMode&lt;br /&gt;
&lt;br /&gt;
=== Netbeans ===&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
First install a reasonable new Netbeans, e.g. v6.8 via the synaptic package manager in Ubuntu or use the commandline&lt;br /&gt;
&lt;br /&gt;
==== OCAML Plugin ====&lt;br /&gt;
&lt;br /&gt;
http://ocamlplugin.loki-a.com/index.php?title=Main_Page&lt;br /&gt;
&lt;br /&gt;
# Start netbeans IDE&lt;br /&gt;
# Go to Netbean menu -Tools - Plugins&lt;br /&gt;
&lt;br /&gt;
# Select tab - Settings&lt;br /&gt;
# Click the Add button&lt;br /&gt;
&lt;br /&gt;
Name: Ocaml from Loki a&lt;br /&gt;
URL:  http://ocamlplugin.loki-a.com/ocamlplugin/updates/updates.xml&lt;br /&gt;
&lt;br /&gt;
# Then click the tab &amp;quot;Available plugins&amp;quot;&lt;br /&gt;
# Select for install from the list the &amp;quot;Ocaml Plugin&amp;quot;&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click Install Then Next&lt;br /&gt;
# If you see &amp;quot;Signed but not trusted, ignore the message just click &amp;quot;continue&amp;quot;&lt;br /&gt;
# If it all worked, you will see &amp;quot;Install completed sucessfully, just click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Syntax Highlighting ====&lt;br /&gt;
&lt;br /&gt;
=== Eclipse ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.algo-prog.info/ocaide/ OcaIDE]&lt;br /&gt;
* [http://ocamldt.free.fr/ ODT: OCaml Development Tools]&lt;br /&gt;
&lt;br /&gt;
OcaIDE seems to be the best option for Eclipse. Note that OcaIDE requires eclipse to run under Java 7.&lt;br /&gt;
No release of ODT since November 2013.&lt;br /&gt;
&lt;br /&gt;
== IDE for Python ==&lt;br /&gt;
&lt;br /&gt;
[http://www.jetbrains.com/pycharm/ PyCharm] is a great Python IDE with awesome completion, code assistance, debugger and git integration and much more...&lt;br /&gt;
&lt;br /&gt;
== IDE for C and CPP ==&lt;br /&gt;
&lt;br /&gt;
Next are the IDE's for C develpment&lt;br /&gt;
&lt;br /&gt;
=== Netbeans ===&lt;br /&gt;
=== Eclipse ===&lt;br /&gt;
=== Code::Blocks ===&lt;br /&gt;
&lt;br /&gt;
== Debugging tools ==&lt;br /&gt;
&lt;br /&gt;
GDB&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]] [[Category:Developer_Documentation]]&lt;/div&gt;</summary>
		<author><name>Cguerber</name></author>
	</entry>
</feed>