A beta package of Edyuk's next version has just been released. It is actually a snapshot of the soon-to-be-released 0.9.0 version.

What's new :

  • Code completion, it's not real new but SO fast that it cannot be compared with what it used to be (and it can neither be compared with existing code completions AFAIK )
  • A number of slight internal modifications which result in easier plugins writing and more consistent UI. The most important example is the "manager" dock which takes care of a project model and a code model (class browser) in a generic way. As a consequence the project explorer and class browser are now reachable from the Designer perspective which used to be impossible
  • Many broken features have been implemented (create new file from project tree, add file to project, ..)
  • A new template manager has been added which makes it much easier to add templates (INI files are used as templates definitions)
  • A set of brand new dialogs, much more user-friendly, replaced old ones (configuration, project options, creation of new file, ...)
  • A the "manager" dock now has a much nicer look thanks to the use of a QComboBox instead of tabs
And what remains the same (apart from bugfixes ):
  • perspective-based GUI
  • flawless qmake projects parsing/saving
  • powerful and flexible editing framework
  • Designer integration
  • Assistant integration
  • QRC editing facilities
  • class browsing
  • compilation (requires gcc / mingw)
  • graphical debugging (requires gdb)
  • dynamic shortcut management
  • run-time translation
  • ...
Looking forward to get some feedback so as to polish the final 0.9.0 release.