Requests for Ruby Edit
Posted: Thu Oct 10, 2013 2:46 pm
Hello!
I've spent now a lot of time with lerning ruby with FlowStone - And i realy like it
I also coded with som other languages - mostly VB6, VBA and C++ and the all come up this realy good solutions within the editor of the code.
This is no request to copy those solutions but i think they will make programming in Ruby more comfortable.
Popup list is i have written a "." (Dot) after any object. In VBA (Access) it looks like that if i'm editing a TextBox:
I'm using that realy often - And also i look often through the list to get a feeling, what i'm able to do this this object
Next one i'm usig verry verry often: Single-Step
For users that do not know: Every time i press F8 the next line will be executed. So i'm seeing whitch way the procedure takes. The Line that is executed next is marked like that: (AutoCAD VBA)
Next one i realy like here is that if i'm moving the curser to any variable with a String or any value a kind of curser-line appears and tells me the variable tat is stored to it: (AutoCAD VBA)
Also a "Stop at line" would be verry cool
Next would be a Line-Number - and If there is an error - the controll will tell the class and line where an error was done.
Would this be possible to see some of those things in future?
Best Regards,
C.Hackl
I've spent now a lot of time with lerning ruby with FlowStone - And i realy like it
I also coded with som other languages - mostly VB6, VBA and C++ and the all come up this realy good solutions within the editor of the code.
This is no request to copy those solutions but i think they will make programming in Ruby more comfortable.
Popup list is i have written a "." (Dot) after any object. In VBA (Access) it looks like that if i'm editing a TextBox:
I'm using that realy often - And also i look often through the list to get a feeling, what i'm able to do this this object
Next one i'm usig verry verry often: Single-Step
For users that do not know: Every time i press F8 the next line will be executed. So i'm seeing whitch way the procedure takes. The Line that is executed next is marked like that: (AutoCAD VBA)
Next one i realy like here is that if i'm moving the curser to any variable with a String or any value a kind of curser-line appears and tells me the variable tat is stored to it: (AutoCAD VBA)
Also a "Stop at line" would be verry cool
Next would be a Line-Number - and If there is an error - the controll will tell the class and line where an error was done.
Would this be possible to see some of those things in future?
Best Regards,
C.Hackl