Qbasicnews.com
FBIde 0.3.1 -> 0.3.3 - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: FBIde 0.3.1 -> 0.3.3 (/thread-5176.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


FBIde 0.3.1 -> 0.3.3 - toad - 01-16-2005

i mean, this is no big issue right now compared to other issues regarding the IDE, but accessing procedures is done really frequently when programming. to have to press F2, select one, press Goto, and then press Exit just to get there... it's too much work. on QBW (unreleased QB IDE for windows i made) the procedures are all listed to the right of the code. all you must do is double-click one and it brings it up. to me it makes a huge difference. others have said it takes up too much space, but i don't agree. especially if you maximize the window. subs and functions are what make up 90% of a project. it's great to have them all listed there at your right hand.

8) picture - http://www.realtorassistant.net/bluecastle/screenshots/qbw_04-07-08.jpg

i do want to say, though, that i *love* the way you handled indenting, and the way you have an option to see the indent lines. great job with the syntax coloring (i couldn't get mine to work too well). you've really got all the kick-butt features i couldn't get working in mine. Tongue


FBIde 0.3.1 -> 0.3.3 - VonGodric - 01-16-2005

pressing GOTO is just -browsing, doubleclick on the sub/function name will take you there and close the window. :wink:


FBIde 0.3.1 -> 0.3.3 - toad - 01-16-2005

ohh, well that aint so bad i guess. . .


FBIde 0.3.1 -> 0.3.3 - VonGodric - 01-16-2005

Hi again, quick releaseof (0.3.1):
Fixed:
* exiting problem.
* Compiler options no longer opens about dialog.
* single click after another in the sub/function dialog will go to desired place without closing the window.

Get it here: www.hot.ee/wizgui/setup.exe


FBIde 0.3.1 -> 0.3.3 - mipooh - 01-16-2005

Cool man, thanx,

unfortunally noone seems to port it to linux. Or do you know something else?

Mipooh


FBIde 0.3.1 -> 0.3.3 - VonGodric - 01-16-2005

nopeSad

I myself don't know about anything of linux coding -never tryed.


FBIde 0.3.1 -> 0.3.3 - Badjas - 01-16-2005

For jumping to procedures, most important UI design issue to me is that I would not have to use the mouse. And no unnecesary tab presses. Also concider why someone would want a list of procedures without needing to look one up?


FBIde 0.3.1 -> 0.3.3 - toad - 01-16-2005

yeah, no mouse-work is better. Von! version .3.2! just kidding, but keep it in mind. Enter on the sub selected should bring it up. he's perhaps got a to-do list he could write stuff on.


FBIde 0.3.1 -> 0.3.3 - VonGodric - 01-16-2005

Tongue

TODO list:
* Get F5 (quick run) to work (90% finished -needs debugging)
* Config dialog (30%)
* File history (0%)
* SUB/Function browser -esc exit and selecting with enter.
* Help for the ide (since it seems is needed)
* Linux port (anyone?)
* Support for external help file links (chm?)
* Language files (for local costomision)
* Block of Code commenting in/out (almost done)
* And about 100 things more...


FBIde 0.3.1 -> 0.3.3 - na_th_an - 01-16-2005

In the QB IDE, SHIFT + F2 changed to the next SUB in the SUB list from within the code window. I use that a lot. Maybe you can add that feature.