Qbasicnews.com

Full Version: FBIDE Request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Von,

What happened to FBIDE...seems dead.

Just a small feature request, if I knew C++ well enough I'd do it myself, but how about a block comment/uncomment feature? That would be dandy.

Thanks.
von's working on it... just a week ago or so, he posted some sweet looking screenshots.

I'm also anticipating Mystikshadow's FBIDE, and FIDO. (After, of course, nek finishes FBXL.)
Working hard at getting ready to use :-)....lotsa things in there to take care of lol....don't loose hope...it's coming :-)
here's screenshots. http://forum.qbasicnews.com/viewtopic.ph...581#102581

And your wish is my command :lol: Already done and works fine.

Any other requests (within reasons of course)?

Dumbeldore is workin on code formatting dialog that will allow you to nicely format your code. Like uppercase/lowercase/mixed case keywords, indent code and etc.

Full working and functional config dialog is already done.

Project supprt will be added soon (not as easy as it sounds)

Anything else?
Uh, definitions? (like, if you right-click a keyword, you can click on an additional button and it will give you a quick definition of what the keyword is. Do it with a variable, and it can tell you what type it is, if it was dimensioned and where, etc.

Anonymous

Quote:Any other requests (within reasons of course)?

i see in the new verion you have tabbing. looks good! =) you should Highly consider making another row of tabs underneath for the selected 'tab's (programs) subs and functions.

also, i don't know if this happens on every computer, but the search>change function doesnt work for me... nor does f3 for quick search. these functions are very important... (to me :P) should consider fixiing them if theyre broken ;)

hummm, only other thing i can suggest would be an option to have a popup option box on compiling. that way you could set gui or console right as youre compiling a program. thanks for listening keep up the good work! bye
don't know search/replace works fine here. What version you have?

I'm not quite sure I got what you mean by "second row of tabs"

Once project support is done then it will compile as you wish
Hmmm... the search function works fine here too.

I have a suggestion though. What about automatic sub declares? Yeah, I'm lazy like that. :lol:

Anonymous

nice idea with auto declare.

what i mean by a second set of tabs is like...

say you have 2 progs. one is called "mapmaker.bas" and one is called "blitter.bas"

mapmaker.bas subs:

savemap
loadmap
crazyprint
uselesssub


blitter.bas subs:

creatematrix
putthechar
putthetile


now. lets say you have one row of tabs, the first tab in the row would be "blitter.bas" and the second row is "mapmaker". and lets say "blitter.bas" is selected.

well then under that row of program names, theres a seperate row of tabs, these ones describing subs (creatematrix, putthechar, putthetile). and if you were to change to "mapmaker.bas", the row of tabs under the program names would change (savemap, loadmap, crazyprint).

and when ytou clicked on a sub tab, only that sub would be in the window Wink. and if you wanna go back to module view you could just hit the program name... just a (LONG, sorry) thought. peace.


P.S. oh, and, is there a link i could get, maybe i have an outdated version? where could i get the newest one?
that second row of tabs isn't that easy to add.

www.hot.ee/fbide

couse i'd need to do some constant realtime sourcecode checking -wich would slow down the system...
Pages: 1 2 3