BlackAdder - Visual Development with Python and Ruby

Hi everybody,
Check this out: http://www.thekompany.com/products/blackadder/
The first commercial application to support Ruby?

soso _soso@softhome.net wrote in message news:3E283C30.6060503@softhome.net

Hi everybody,
Check this out: http://www.thekompany.com/products/blackadder/
The first commercial application to support Ruby?

If you call simple syntax highlighting and the ability to start a script
from the editor as support, then the answer is yes.

And the development seems to be (nicely said) not very active anymore.

soso _soso@softhome.net wrote in message news:3E283C30.6060503@softhome.net

If you call simple syntax highlighting and the ability to start a script
from the editor as support, then the answer is yes.

what are the options for ruby and vim? i see in freebsd there is a
vim6+ruby port… could anyone briefly recommend a ruby setup with vim?
syntax highlighting works beautifully out of the box, but i wondered
what other bells and whistles there might be, and if people were using
them. case in point; tab’d browsing in galeon was for me a trivial
feature; until i started using it.

ideas people?

thanks and ta!

ian

···


:: darq.net /#/ :: such swoopy interwords | mnemonica

The vim6+ruby port adds the ruby interpreter to vim. Ruby syntax
highlighting is in all vim ports. (vim-lite, vim, etc)

···

Ian Morrison (ian@darq.net) wrote:

soso _soso@softhome.net wrote in message news:3E283C30.6060503@softhome.net

If you call simple syntax highlighting and the ability to start a script
from the editor as support, then the answer is yes.

what are the options for ruby and vim? i see in freebsd there is a
vim6+ruby port… could anyone briefly recommend a ruby setup with vim?
syntax highlighting works beautifully out of the box, but i wondered
what other bells and whistles there might be, and if people were using
them. case in point; tab’d browsing in galeon was for me a trivial
feature; until i started using it.


Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

Check out VimRubySupport and VimExtensions on the Wiki.

Vim doesn’t support tabbed browsing, but you can download plugins from
www.vim.org to provide various ways of navigating buffers.

Another bell and whistle not mentioned on the Wiki, AFAIK, is folding.
Don’t use it myself, but it’s a nifty feature. You probably have no
choice but to read :h fold for that.

I think there are a couple of plugins that use the embedded Ruby
feature, so you can look at them for examples.

Gavin

···

On Wednesday, January 22, 2003, 4:47:14 AM, Ian wrote:

soso _soso@softhome.net wrote in message news:3E283C30.6060503@softhome.net

If you call simple syntax highlighting and the ability to start a script
from the editor as support, then the answer is yes.

what are the options for ruby and vim? i see in freebsd there is a
vim6+ruby port… could anyone briefly recommend a ruby setup with vim?
syntax highlighting works beautifully out of the box, but i wondered
what other bells and whistles there might be, and if people were using
them. case in point; tab’d browsing in galeon was for me a trivial
feature; until i started using it.