Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > A Windows Ruby IDE

Reply
Thread Tools

A Windows Ruby IDE

 
 
Friedrich Dominicus
Guest
Posts: n/a
 
      02-18-2004
Dear ruby lovers, we (the Q Software Solutions GmbH) have worked on a
Ruby IDE for Windows OSes for some time now. It will be a reasonable
priced IDE with a
working Resource Editor. We'll publish it in different steps.
- first it will be a base IDE whitout the Resource Editor (Editor,
Debugger-Frontend, Ruby interaction facilities
- browser (Modules, Classes, Functions etc.
- with the resource editor it will be possible to "lay-out" GUI
graphically; the framework of the applications and the callback code
will be generated and you will be able to jumb from the graphical view
ot the edit view and back.

Now we are a bit unsure about the browser facilities. We checked out
diverse Smalltalk implementations and other browsers. We wonder if you
would find it useful to have a "file-view". E.g if you have this

class Foo
include "whatever"


it might look like
- Foo
-- depends on "whatever"

Another question is would you prefer a Tree-view layout or a more
"traditional" Smalltalk layout?


Regards
Friedrich
 
Reply With Quote
 
 
 
 
gabriele renzi
Guest
Posts: n/a
 
      02-18-2004
il Wed, 18 Feb 2004 17:42:11 +0100, Friedrich Dominicus
<> ha scritto::


just my 2 cents:

>Dear ruby lovers, we (the Q Software Solutions GmbH) have worked on a
>Ruby IDE for Windows OSes for some time now. It will be a reasonable
>priced IDE with a
>working Resource Editor.


this is nice to hear

>We'll publish it in different steps.
>- first it will be a base IDE whitout the Resource Editor (Editor,
>Debugger-Frontend, Ruby interaction facilities
>- browser (Modules, Classes, Functions etc.
>- with the resource editor it will be possible to "lay-out" GUI
>graphically; the framework of the applications and the callback code
>will be generated and you will be able to jumb from the graphical view
>ot the edit view and back.


I wonder how you do this: a win32ui or vruby or whatever?

>Now we are a bit unsure about the browser facilities. We checked out
>diverse Smalltalk implementations and other browsers. We wonder if you
>would find it useful to have a "file-view". E.g if you have this


I'd say yes

>Another question is would you prefer a Tree-view layout or a more
>"traditional" Smalltalk layout?



tree view.

 
Reply With Quote
 
 
 
 
Friedrich Dominicus
Guest
Posts: n/a
 
      02-19-2004
gabriele renzi <> writes:
>
> I wonder how you do this: a win32ui or vruby or whatever?

At the moment we tend to emit code for vruby. But that's not fixed.

> I'd say yes

Ok, one opinion, let's see what other think.
>>Another question is would you prefer a Tree-view layout or a more
>>"traditional" Smalltalk layout?

>
>
> tree view.


Interesting, any reasons you like to share?

Regards
Friedrich
 
Reply With Quote
 
Sascha D?rdelmann
Guest
Posts: n/a
 
      02-19-2004
Friedrich Dominicus <> wrote:
> Another question is would you prefer a Tree-view layout or a more
> "traditional" Smalltalk layout?


The VisualWorks system browser (part of Cincom Smalltalk) can switch
between a package and a hierarchy view. This would be nice in Ruby,
too. A file based view could be used instead of the VisualWorks
package view.

A class hierarchy only makes sense if you load lots of classes into
the IDE. How do you handle overwrites, then?

Cheers
Sascha
 
Reply With Quote
 
gabriele renzi
Guest
Posts: n/a
 
      02-19-2004
il Thu, 19 Feb 2004 09:29:20 +0100, Friedrich Dominicus
<> ha scritto::


>> tree view.

>
>Interesting, any reasons you like to share?


prolly because I don't have a ST background
I mean, I find more natural to look at a tree view, that clearly
mimics my idea of the code (gerarchical) , just like someonw that
started programming in lisp finds more natural to use map() over for.
BTW, I'd second the idea to build something like the VisualWorks
system browser, that can swicth beetween the two.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE/SATA and IDE/ATA controller mdnchauhan Software 0 05-19-2008 05:30 AM
[IDE] - The Dynamic Opportunity - ActiveState Komodo IDE / Open Source Ilias Lazaridis Python 6 01-28-2006 09:42 PM
[IDE] - need a simple IDE which lists methods and variables Ilias Lazaridis Ruby 13 04-12-2005 01:35 AM
Python IDE like NetBeans/Delphi IDE fowlertrainer@anonym.hu Python 5 04-06-2005 05:56 AM
enhanced ide vs ide AndyPaul Computer Information 1 01-01-2004 03:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57