gege2061's blog

New dockable interface

Today, I have merged the gdl branche with trunk. Now Val(a)IDE use GDL for make its interface.

GDL allow a more customisable interface: drag & drop an item where you want, iconify an item...

You dislike dockable interfaces? In Edit -> Preferences -> Interface, check the lock option and select the notebook switcher style.

Val(a)IDE 0.6.1

I am pleased to announce version 0.6.1 of Val(a)IDE.

The sources and the binary packages (archlinux, debian, fedora, ubuntu and MS Windows) are available for download at:
http://www.valaide.org/content/download

Changes since 0.6.0

  • Use vala 0.7.8
  • Bugfixes

Val(a)IDE 0.6

I am pleased to announce version 0.6.0 of Val(a)IDE.

The sources and the binary packages (archlinux, debian, fedora, ubuntu and MS Windows) are available for download at:
http://www.valaide.org/content/download

Changes since 0.5.1

  • Support for building system : make and waf
  • Use YAML format for the projet and template file
  • Use valencia for auto-completion
  • Improve the file browser plugin
  • Bugfixes

Val(a)ide in Val(a)ide

Since the last week, we have include some new features in Val(a)IDE. With this new features, we can develop Val(a)IDE with Val(a)IDE itself.

For me, it's an important step for the young project. First, this shows that the project starts to mature, seconds this will enable us to improve more quickly.

The list of the new features:

  • Support for waf building system
  • Support for make
  • Add options to launch executables

Val(a)IDE 0.5.1

I am pleased to announce version 0.5.1 of Val(a)IDE.

The sources and the binary packages (archlinux, debian, fedora, ubuntu and MS Windows) are available for download at:
http://www.valaide.org/content/download

The main change of this version is the arrival of new contributors

  • Yu Feng, developer
  • Jonathan MERCIER, fedora packager

Thank you for their work, present and future!

Changes since 0.5

  • Remove the path for vala
  • Use libunique instead of guniqueapp

Val(a)IDE 0.5

I am pleased to announce version 0.5 of Val(a)IDE.

The sources and the binary packages (archlinux, debian, fedora and MS Windows) are available for download at:
http://www.valaide.org/content/download

Changes since 0.4

Fullscreen mode

After completed the API documentation (with my poor english, but it's better than nothing...), I just commited a new fullscreen mode (from gedit 2.26).

This mode allow to hide all ui components (menu, toolbar and statur bar) for get a maximizing working area, and you can show the toolbar in approaching the mouse at the top of the screen.

Goto definition and calltips

With the autocompletion, Val(a)IDE has a vala parser. With this parser, it's simple to add some helper functions.

Today I added the goto definition feature and calltips that displays the signature of a function when you open a parenthesis.

Autocompletion

Val(a)IDE have already a very simple autocompletion plugin (it just list all word in the current file), I added a better parser (based on vala parser and ctags annalyse) to list the methods, properties, signals, ... of the current object.

Genie support

Now Val(a)IDE support the genie language:

  • You can create project in Genie
  • Genie syntax highlighting (see #576141 for the .lang file)
  • Genie symbol browser

Syndicate content