[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] VimMate 0.6.4

Guillaume Benny

9/6/2007 12:56:00 AM

Hi,

A new version of VimMate is now available: Version 0.6.4

VimMate is a graphical add-on to Vim with IDE-like features: it does more
than the plain Vim while still being lightweight. Even with the additional
features, it stays out of the way for it's main task: editing files with
Vim. VimMate adds functionality to Vim by embedding Vim GTK GUI (gVim)
within VimMate.

See http://vimmate.ruby... for more information.

Changes in version 0.6.4:

- Added keyboard shortcuts for navigation

See http://vimmate.ruby... for more information.

Comments will be greatly appreciated. If you find any bugs or if you have
suggestions, please use the tracker on Rubyforge:
http://rubyforge.org/tracker/?gro...

Guillaume Benny



3 Answers

Pierre Barbier de Reuille

9/6/2007 3:58:00 AM

0

Hello,

I just downloaded it and it looks promising. However, I get this error
when I try to open a new terminal:

/usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:56:in

`initialize': undefined method `add_new_terminal' for
#<VimMate::DummyWindow:0xb63bf234>
from
/usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:110:in

`call'
from
/usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:110:in

`main'
from
/usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:110:in

`start'
from /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/bin/vimmate:183
from
/usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/bin/vimmate:76:in `fork'
from /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/bin/vimmate:76
from /usr/bin/vimmate:18:in `load'
from /usr/bin/vimmate:18

Thanks,

Pierre

PS: I installed it using the gems


Shin guey Wong

9/6/2007 7:04:00 AM

0


> Guillaume Benny

Do VimMate run on Windows platform?

Regards,
Shin Guey
--
Posted via http://www.ruby-....

Pierre Barbier de Reuille

9/6/2007 9:13:00 PM

0

Hello,

just to say that I found where the error was. Actually, there is a
dependency on VTE which is not stated in the readme ... you should add
that ! It's working fine now !

Pierre


Pierre Barbier de Reuille a écrit :
> Hello,
>
> I just downloaded it and it looks promising. However, I get this error
> when I try to open a new terminal:
>
> /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:56:in
>
> `initialize': undefined method `add_new_terminal' for
> #<VimMate::DummyWindow:0xb63bf234>
> from
> /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:110:in
>
> `call'
> from
> /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:110:in
>
> `main'
> from
> /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/lib/vimmatelib/main_window.rb:110:in
>
> `start'
> from /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/bin/vimmate:183
> from
> /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/bin/vimmate:76:in `fork'
> from /usr/lib/ruby/gems/1.8/gems/VimMate-0.6.4/bin/vimmate:76
> from /usr/bin/vimmate:18:in `load'
> from /usr/bin/vimmate:18
>
> Thanks,
>
> Pierre
>
> PS: I installed it using the gems
>