Anjuta Roadmap Archive
Completed tasks in 3.6
GDL
- Save and restore windows at the right position (including iconified windows)
- Fix bug and general clean up
Project Wizard
- Take into account indentation settings when generating files
Completed tasks in 3.4
Searching
- Find in files for project files
Project Manager
- Improve project manager dialog
- Read included files in Makefile.am and configure.ac
- Support configure variable in Makefile.am
Debugger
- Merge thread and stack trace window
Scintilla
- Improve style editor dialog
Language support
- Add widgets from glade as private members of GObject classes
- Allow creating signal handlers by double-clicking
Completed tasks in 2.24
General
Use new platform features and get rid of deprecated dependencies by porting to Gio/GVfs, GRegex, GtkAssistent (instead of GnomeDruid), GtkRecent (instead of EggRecent) etc is partially done.
Scintilla
- Scintilla editor is not build by default, run configure with --enable-plugin-scintilla to get it.
GtkSourceView
integrate GtkSourceCompletion
- use gio (hopefully integrated into gtksourceview library)
Searching
- Fix utf-8 issues
- Possibly use GRegex instead of pcre
Build
- Add make options (-k -j etc.)
- Merge parameters for run program with and without debugger
- Check if the program is up to date before running the debugger
- Support several build configuration in several directories
Debugger
- Improve debugger run dialog (bug #513545)
- Check if the program is up to date before starting debugger (bug #378903)