[ANN] arcadia 0.8.0

Arcadia is a Light Integrated Development Environment (IDE) for Ruby
language
written in Ruby using the classic tcl/tk GUI toolkit.

Some of Arcadia ruby ide project features include:

  • Editor with source browsing, syntax highlighting, code completion
  • Debugging support
  • Working on any platform where ruby and tcl-tk work.
  • Highly extensibility architecture.

== In this release 0.8.0
[New extensions]
ack in files:

  • similar to “search in files” using ack utility

[Improvements]
commons:

  • porting ruby 1.9
  • bug-fixing
    core:
  • remenber window size/position, show/hide toolbar preferences and
    layout from previous run
    editor:
  • remember the last file your were editing, with editing location, on
    startup
  • added new hightlight engine based on coderay, others kind of file are
    now supported (erb,rhtml,java)
  • added auto completion of current word based on words within the
    current window
    also.
  • added outline syncronization

Regards to all
Antonio

Antonio G. wrote:

Arcadia is a Light Integrated Development Environment (IDE) for Ruby
language
written in Ruby using the classic tcl/tk GUI toolkit.
== In this release 0.8.0

[Improvements]
commons:

  • porting ruby 1.9
  • bug-fixing

Tons of bug fixes, I would note.
-r

On Sat, Dec 12, 2009 at 4:53 AM, Antonio G.
[email protected] wrote:

Arcadia is a Light Integrated Development Environment (IDE) for Ruby
language
written in Ruby using the classic tcl/tk GUI toolkit.

Under linux, the splash dialog stays on top of everything, on all
desktops. It’s especially bad the first time, when it pops up a little
dialog box asking if I want to install various gems, that appears
behind and completely hidden by the splash dialog. This happened
both on arch-linux/gnome and ubuntu/fluxbox, so it’s not a window
manager issue.

martin

Martin DeMello wrote:

On Sat, Dec 12, 2009 at 4:53 AM, Antonio G.
[email protected] wrote:

Arcadia is a Light Integrated Development Environment (IDE) for Ruby
language
written in Ruby using the classic tcl/tk GUI toolkit.

Under linux, the splash dialog stays on top of everything, on all
desktops. It’s especially bad the first time, when it pops up a little
dialog box asking if I want to install various gems, that appears
behind and completely hidden by the splash dialog. This happened
both on arch-linux/gnome and ubuntu/fluxbox, so it’s not a window
manager issue.

martin

Right, I have fixed the problems on repository.
Thanks

Antonio