Anjuta Devstudio is een veelzijdige integrated development environment voor de programmeertalen C en C++. Het programma wordt speciaal voor een GTK/Gnome-omgeving op het Linux-plaform ontwikkeld en bevat een aantal handige functies, zoals syntax highlighting, code formatting en breakpoints, watches, signal en stack manipulation. De volledige lijst met functies is op deze pagina na te lezen en op deze pagina zijn een aantal screenshots te bewonderen. De ontwikkelaars hebben versie 2.3.5 in de unstable-tak uitgebracht en van de volgende aankondiging en lijst van aanpassingen voorzien:
Hi all,
Anjuta team proudly announces the release of Anjuta DevStudio 2.3.5. It is the 6th development release for 'Tornado' series 2.4.x. This release is for GNOME 2.22.0 release candidate due in coming days. This release is developmental and contains many bugfixes and updated translations.
Version 2.3.5:
- Translation updates: si, es, oc, ne, kn, de, en_GB, fi, be and pt_BR
- Fixed #515867 - Anjuta dies on startup
- Fixed #515868 - File browser only shows icons when activated
- Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported from symbol-db branch
- Fixed #515954 - create_global_tags.sh: wrong anjuta-tags path
- Move anjuta-shell to noinst_PROGRAMS as it is just a test
- Indent lines after comments correctly
- Set indentation size correctly in sourceview plugin, when tab size is set by language support plugin
- Indent /* */ comments correctly for multilines.
- Fixed #504905 - Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
- Fixed #516014 - Output in UTF-8 format to avoid hangs with the editor.
- Fixed #516377 - Status bar does not change its status of 'Search for.. continued at top'
- Fixed some memory leaks
- Fixed #516128 - crash in Anjuta IDE: selected profiler as the...
- Fixed #516737: Import project doesn't load project with space in name
- Fixed #516743: Import project keeps an old date on project file
- Fixed #515207: Add a new project window screenshoot
- Fixed #515993: "Add package" button is "Add Package" in code
- Fixed #516727: "Build All" is "Build Project" in code
- Fixed #516728: "Clean All" is "Clean Project" in code
- Fixed #516728: "Autogenerate" is "Run Autogenerate..." in code
- Fixed #516730: Fix note title
- Fixed #516630 - Selection custom binary in profiler is not user-friendly.
- Fixed #516641 - Valgrind: Load Log does not clear list
- Fixed implementation of get_character and return value of iiter_first() and iiter_last();
- Cleaned implementation of char-added signal by using "insert-text" signal instead of filtering "key-press-event"
- Some bugfixes and clean-ups in comment indentation code
- Load executable in gdb with space in path name
- Fixed "char-added" signal to pass the correct iterator
- Set breakpoint in file with uncommon characters in path name
- Avoid a glib warning if no project is loaded
- Fixed #518329: Crash when adding breakpoint and other similar bugs