Emmabuntus, Ubuntu, Derivate, Linux, Open Source BackTrack, Linux, distributions, Ubuntu, derivate, securuty, forensic VirtualBox, Linux, Ubuntu, Raring Ringtail synaptic, Ubuntu, Linux, software packages jwplayer, multimedia, Linux, Ubuntu, flash Meshlab, graphic, software, Ubuntu, open source, Linux Synapse, Linux, Ubuntu, raring, Quantal Gimp, Ubuntu, Linux FreeMind, Linux, open source Linux, infographic, history

The scoop on Anjuta DevStudio

Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME and features a number of advanced programming facilities.


These include project management, application wizards, an on-board interactive debugger, and a powerful source editor with source browsing and syntax highlighting.

Anjuta is an effort to marry the flexibility and power of text-based command-line tools with the ease-of-use of the GNOME graphical user interface. That is why it has been made as user-friendly as possible.



Anjuta DevStudio has been designed to be simple to operate yet powerful enough to fullfil all your programming needs. Many features have evolved since the early days and several very attractive ones added. Our focus is on delivering power and usability at the same time without overloading your senses and making your software development a pleasurable process. We will always be busy getting you one of the best IDE experiences by straighting up all the neat features and stablizing it. We hope you will have a good time using Anjuta. If not, please help us make it better by reporting bugs and suggestions. Here are some of the things you will find in Anjuta.

User Interface

Anjuta has a very flexible and advanced docking system that allows you to layout all views in whatever way you like. You can drag and drop the views using drag bars and re-arrange the layout.

The layouts are persistent for each project so you can maintain different layouts required by projects. All dock views are minimizable to avoid clutter in main window. Minimized views appear as icons on left side of main window. All menu actions are configurable either by type-in-the-menu (the usual GNOME way) or by a dedicated shortcuts configuration UI.

Plugins

Anjuta is very extensible with plugins. Almost all features in Anjuta are implemented using plugins which can be dynamicaly enabled or disabled. You can select which plugins to be active for your projects and the default mode (no-project mode). Like UI layout, plugins selection are also persistent for each project making it easy to work on different levels of project complexities.

Anjuta also has a highly extensible plugin framework for those who want to extend it with their own features. Plugins can be developed and installed independent of main Anjuta development. Anjuta being written in C, the plugin framework and the API are all in C. However, c++ and python bindings are under active development. In not so distant future, it would be possible to write c++ and python plugins for Anjuta.

All plugins in Anjuta are easily substitutable with different plugins implementing the same features. This allows, for example, to have multiple editors to choose from (so far, we have scintilla and gtksourceview editors) or implement a new one (vim/emacs anyone?) suiting your taste. This applies to any plugin. If Anjuta finds that there are multiple plugins satisfying the same feature requirement, it will prompt the user to select one and remember it for rest of the time. It is posible to 'forget' this selection by clearing a gconf key (sometime soon we will have a preferences UI to make it easier).





728x90_donna_gif


File Manager

Integrated file manager plugin behaves more or less like your typical file manager in a tree view. It lists all directories and files in current project (or a pre-configured directory if there is no project open). It is possible to not list hidden files and/or files that are ignored by version control system. A custom regexp can also be set in file manager preferences to hide additional files.

Default action (double-click) on any of the files would open it, either within Anjuta if there is a plugin capable of handling it or with external application configured in your standard desktop. The file can also be opened with other applications/plugins from the context menu which lists all plugins and applications that are able to open it.

In addintion, File Manager context menu also lists actions associated with other plugins, such as build actions (associated with build system plugin), CVS/Subversion actions (associated version control system plugins) and project actions (associated with Project Manager plugin). This allows to conveniently perform all actions from within the File Manager.

728x90.gif

Project Manager

Anjuta has a very powerful Project Manager plugin which can open pretty much any automake/autoconf based project on the planet. It might fail on some oddly configured projects, but as long as the project is done by using automake/autoconf properly it should work.

The neat thing is that it does not store any project information beyond what is already available in project struture. That is, there is no separate project data maintained by Anjuta and all project processing are done directly within the project structure. This allows the project to be maintained or developed outside Anjuta without having to, so called, 'porting' or 'switching' to a new platform. Since technically Anjuta projects are just automake projects, mixed development of it (Anjuta and non-Anjuta users) or switching back and forth between Anjuta and other tools is quite possible without any hindrance.

Project Manager lists the project in standard automake heirarchy organized into groups of targets. Groups corresponds to directories in your project and targets corresponds to normal automake targets (not to be confused with make targets). Project manager view actually has two parts; one part (lower one) shows complete project heirarchy and the other part (upper one) lists important targets directly. Important targets constitute executable and library targets -- making them extremely accessible in the project view. This is particularly useful in big projects where the heirarchy could be deep and hard to navigate from the tree alone. Targets are in turn composed of source files.

Each of the project groups and targets is configurable in standard automake way. You can set complier and linker flags directly for each target, or set configure variables. Groups allow setting installation destinations for the targets.

Just like file manager, project manager view also has convenience actions for the source files and targets accessible from the context menu.

Project wizards

The project wizard plugin uses a powerful template processing engine called autogen. All new projects are created from templates that are written in autogen syntax. Project wizard lets you create new projects from a selection of project templates. The selection includes simple generic, flat (no subdirectory), gtk+, gnome, java, python projects and more. New templates can be easily downloaded and installed since they are just a collection of text files.

201 CleanGreen-468x60-opq.jpg

Source Code Editor

There are two editors currently available in Anjuta; scintilla based (classic) editor and the new gtksourceview based editor. Except for some minor differences, both are equally good and can be used interchangably. Depending on your taste of editing, either of them can be choosen. Some of the editor features are:

  • Syntax highlighting: Supports syntax highlighting for almost all common programing languages. Syntax highlighting for new languages can be easily added by added proprties file, lexer parser (for scintilla editor) or lang files (for sourceview editor).
  • Smart Indentation: Code automatically indentated as you type based on the language and your indentation settings. Currently only available for C and C++. For the rest, it only does basic indentation.
  • Autoindentation: Indent current line or a selection of lines as per your indentation settings as if they were re-typed taking into account Smart Indentation.
  • Automatic code formatting (only C and C++): Source code reformatting using 'indent' program. Full range of indent options avaiable.
  • Code folding/hiding: Fold code blocks, functions, balanced texts to hide them in heirachial order. Unfold to unhide them.
  • Line numbers/markers display: Left margins to show line numbers, markers and folding points.
  • Text zooming: Zoom texts using scrollwheel or menu.
  • Code autocompletion: Automatic code completion for known symbols. Type ahead suggestions to choose for completion.
  • Calltips for function prototypes: Provides helpful tips for typing function calls with their prototype and arguments hint.
  • Indentation guides: Guides to make it easier to see indentation levels.
  • Bookmarks: Set or unset bookmarks and navigation.
  • Multiple split views: Multiple views for the same file (split inside the same editor). Useful when typing in a file while referencing the same file at another location or copy-pasting within the same file to/from different locations without having to scroll back and forth.
  • Incremental Search: Search as you type in the search field for instant search. Useful when you want to avoid typing the full search when the first few characters are enough to reach the point.
  • Powerful search and replace: Supports string and regexp search expressions, search in files, search in project etc.
  • Jump to line number: Instant jump to line number.
  • Build messages highlight: Error/warning/information messages are indicated in the editor with helpful (and appropriately colored) underlines. Very useful when you are strolling throught the file correcting all build errors without having to use build outputs to navigate indivitual errors.
  • Tabs reordering: Reorder editor tabs as per your convenience.
  • Notifications for files modified outside Anjuta while they are open.

Scarica subito!

Symbols view and navigation

The symbol browser plugin shows all symbols in your project organized into their types. There are tree views in symbol browser plugin; one showing the global symbol tree, another showing symbols in current file and the third one providing a view to search the symbols. All the symbols can be navigated to their respective definitions and declarations. Symbols in current file can also be navigated quickly from toolbar.

When anjuta is started for first time, it also indexes symbols from all installed libraries for autocompletion and calltips. This provides instant reference to library functions used in the project. The libraries that should be referenced can be selected from symbol browser preferences.

Integrated Debugger

Anjuta provides a full source level debugger (currently backed by gdb, but will have other debugger backends soon). The debugger provides everything that can be expected from a typical source debugger such as breakpoints, watches, source navigations, stack trace, threads, disassembly view, registers, local variables, memory dumps etc. You can also set up breakpoints and watches without first having the debugger running. They are saved in session so the next debugging session would still have them.

Program execution under the debugger can be performed in single step, step over, step out, continued execution, run to cursor, pause program or attach to process etc. All programs in the project can be started in termial and can be provided arguments. Programs linking shared libraries within the project are also started correctly using libtool to ensure non-installed libraries are picked up rather than installed ones.

no one deals like we do!

Integrated glade user interface designer

Glade is the GTK+/GNOME wysiwyg graphical user interface designer which lets you create UIs (dialogs and windows) for your application visualy. Glade files can be directly edited within Anjuta. When a glade file is opened or created, glade plugin is started and brings up the designer view, palettes, properties editor and widgets view. The project can have any number of glade files and can be conveniently opened simultaneous (however, only one can be edited at a time).

Class generator and file wizard

With class generator plugin, you can create c++ and GObject classes easily and add them to your projects. Similarly, file wizard can create templates for your new source files.

Valgrind plugin and gprof profiler plugin

Integrated valgrind plugin can be used to profile programs for memory leaks and corruptions.

Integrated devhelp API help browser

Devhelp is the GTK+/GNOME developer's help browser. It is very conveniently integrated into Anjuta to give instant API help.

Press Shift+F1 and you get the API documentation of the current symbol in editor. Make sure you have enabled Devhelp plugin for the project to use it. You can browse all the installed help documents from the tree view or search for symbols in the search view.


Anjuta DevStudio Screenshots



622 sc04_500x300_0308.jpg


Gtksourceview-based editing component

Gtksourceview-based editing component

General view

Class inheritence graph and terminal

Task manager

Project wizard and class wizard

Integrated debugger

Version control and document split views

Integrated API Help

Integrated API Help

Integrated glade UI designer

Integrated program profiler

Integrated valgrind memory profiler


Vola50_3

Latest unstable Anjuta 2.5.x releases (Cyclone)

Latest unstable release is Anjuta version 2.5.0. See Release notes and ChangeLog for list of all changes in this release. This is the 1st unstable release of 2.5.x series (targeted for 2.6.0 Cyclone series) and is under constant development. We encorage to use it and help us with bug reports. Please see features for some details on this release. Some more information can be found at Anjuta wiki.

Latest stable Anjuta 2.4.x releases (Tornado)

Latest stable release is Anjuta version 2.4.2. See Release notes and ChangeLog for list of all changes in this release. This is a stable release of 2.4.x (Tornado) series and is under constant bugfix. We encorage to use it and help us with bug reports.

Older releases and documentations are available here


Anjuta 2.x Dependencies

You must have these to install Anjuta 2.x. In case, you are installing binary package, please also install corresponding devel package as well.

gdl 0.7.7 or later GNOME development library
gnome-build 0.2.0 or later GNOME build frame work
libopts 23.0.0 or later Command options processing (required by autogen)
guile 1.6.7 or later Scripting engine (required by autogen)
autogen 5.6.5 or later Template processing engine
pcre 3.9 or later Perl C regexp library. Most distributions already come with it.

You can optionally have these to build extra (and very essential) plugins.

glade3 3.1.3 or later Next generation glade UI designer
devhelp 0.13 or later Developers help system
graphviz 2.6.0 or later Graph processing library (required for class inheritance diagram plugin)
subversion 1.0.2 or later Subversion version control (required for subversion plugin)


Unofficial ubuntu feisty repository (only i386 and only binaries)

  1. Add deb http://anjuta.org/apt ./ in your /etc/apt/sources.list
  2. sudo apt-get update
  3. sudo apt-get install anjuta
  4. sudo apt-get install anjuta-dev libgbf-dev libgdl-dev (if you want to write anjuta plugins or report bugs)

Ubuntu gusty repository

  1. Add deb http://ppa.launchpad.net/robster/ubuntu gutsy main in your /etc/apt/sources.list
  2. sudo apt-get update
  3. sudo apt-get install anjuta
  4. sudo apt-get install anjuta-dev libgbf-dev libgdl-dev (if you want to write anjuta plugins or report bugs)


GNOME Development suite

Anjuta can be used alone for general development, but to be able to use the application wizards and to do GTK+/GNOME related projects, it is strongly recommended that you also get the following applications. Anjuta IDE works best in conjunction with other GNOME development tools (forming a development suite).

These are the packages you need to have at the least to form the development suite. With these, you should be able to develop GTK/GNOME applications in C language.

Anjuta IDE current GNOME Integrated Development Environment.
Glade 2.0.0 or later GTK/GNOME Graphical User Interface Editor. You need this for developing GTK/GNOME applications in Anjuta (for C language only).
Devhelp 0.6.0 or later Developer's Help system. Required for context sensitive API help and search.



vodafone.de

Application development requirements

These are required if you intend to do additional development (as mentioned alongside the packages). Anjuta does not have any restriction on versions of these packages, so choose the versions which your application require. Make sure to install their corresponding *-devel packages also.

glademm Glade extention for c++ code generaltion. You need this if you want to develop C++ GTK/GNOME applications in Anjuta. You also need corresponding gtkmm/gnomemm libraries (see below).
gtkmm C++ wrapper for GTK. You need this (in addition to Glade and glademm) for developing C++ GTK applications.
gnomemm C++ wrapper for GNOME.You need this (in addition to Glade and glademm) for developing C++ GNOME applications.
libglade Dynamic GUI loader/creator based on Glade. You need this (in addition to Glade) if you intend to create libglade based projects in Anjuta. Learn more about this library before you start using it (one of the things to learn is to avoid clicking 'Build' button in Glade).
WxWindows Cross platform GUI toolkit. It uses GTK+ for GNU/Linux systems. You need this for developing WxWindows based applications.
SDL Simple DirectMedia Layer graphics library. Required for developing SDL (graphics) applications.


Latest Post



Linux Links

    160x600     step



Do you consider this article interesting? Share it on your network of Twitter contacts, on your Facebook wall or simply press "+1" to suggest this result in searches in Google, Linkedin, Instagram or Pinterest. Spreading content that you find relevant helps this blog to grow. Thank you!
Share on Google Plus

About Hugo

Ubuntu is a Linux distribution that offers an operating system predominantly focused on desktop computers but also provides support for servers. Based on Debian GNU / Linux, Ubuntu focuses on ease of use, freedom in usage restriction, regular releases (every 6 months) and ease of installation.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment