Anjuta related projects
-
- Anjuta JavaScript support (GSoC 2009)
- JavaScript support in Anjuta by implementing the missing parts, autocompletion, auto-indentation and js-debugger. It is implemented using a GObject-based JavaScript engine. Read the blog post by Maxim to learn more about it. Note: This project is part of Anjuta core now.
-
- Anjuta python support (GSoC 2009)
- Pyhon support for Anjuta with templates, building of python projects, autoindent, autocompletion, Python debugging. Read the blog post from Ishan. Of course, check out video from him as well.
-
- Anjuta Python bindings
-
Python bindings for Anjuta. It includes a plugin allowing Anjuta to load plugins written in Python and a Python debugger plugin (using winpdb) written in Python.
-
- Anjuta Bazaar plugin (GSoC 2008)
- A plugin integrating Bazaar into Anjuta. Read the blog post by William.
-
- Anjuta Git plugin (GSoC 2008)
- A plugin integrating git into Anjuta. It's also tracked in bugzilla as bug 529270. Note: This project is now part of Anjuta core
-
- Anjuta Vala plugin (GSoC 2008)
- This Anjuta plugin providing vala bindings and adding code completion and calltips (and hopefully more) for the Vala programming language. It's blogged here and there is a nice tutorial
-
- Anjuta vim plugin (GSoC 2008)
- Vimjuta is a plugin for the Anjuta IDE (http://www.anjuta.org), which let’s you use GVim for the editor. The plugin embeds GVim using X11’s Socket interface, and thus gives you all the power of the normal GVim, with all the goodness of Anjuta. Read the blog post by Arun for a preview.
-
- Poky SDK Plugin
- Integrates Anjuta with the SDK toolchain built from the Poky Platform Builder allowing a rapid cross-compiled, build, deploy, test, debug cycle from within this easy to use environment.
-
- OpenEmbedded SDK Plugin
- This plugin enables the Anjuta IDE to make use of cross compilers easily. It supports standalone toolchains as well as OpenEmbedded working trees. Its heavily based on the Poky SDK Plugin and follows its release numbers.
-
- Maemo SDK Plugin
- Anjuta maemo SDK+ plugin provides Anjuta IDE development environment for maemo based Internet tablets. The plugin generates a working C code template that is easy to extend into a full application. Code can be build, new source files added, and Debian packages generated directly from Anjuta.