Qbasicnews.com

Full Version: Request for FBIde
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm not sure how far fetched this is, but I know that the freebasic compiler has the ability to spit out assembly code. Lots of development environments that I use have a feature that allows you to look at the assembly code and I use this occasionally so that I know if I should move something around.

Also, is there a way to have the compiler stop when its done with the assembly? I do want to be able to look at parts of my code before going through the final compilation steps.

Anonymous

compile like this


Code:
fbc myprog.bas -r

dunno about fbIDE, I don't use it.
IDEs? People still use those? Eeep. =p Is FBIDE still being worked on..? I stopped caring about it after it decided to not exist on Linux... and then ends up I didn't care anyways because I'm using terminal.. So.. Makefiles and emacs work. =)

Yeah.. cha0s has the fbc switch.
WT is becoming a nerd of incredible proportions! (or at least posts like one of them)

Anonymous

imo, you'll never be able to match the efficiency of MakeFiles + good IDE. I use Jellyfish and Make (unless its just a quick hack, then I just F5 it)

fbIDE is like... just decent in my opinion... I'm not going to bash vonGodric, he stepped up and made it, and it's better IDE than any I have made (Tongue). I just can't use it for my production stuff like LL. It would take me too long to write a list of all the bugs/quirks I found, I'd rather spend the time coding ;>.>

I hope with the new version that he adds good project support, make support, etc. Then it would truly be the defacto FB standard.

When migrating from QB I considered sub/function folding/hiding to be of utmost importance but now (that I actually have experience coding a medium-sized project XD!) I realize that it's quite insignificant, and in fact would probably only hold me back.
I love FBIDE!
;*)
Quote:WT is becoming a nerd of incredible proportions! (or at least posts like one of them)


hahahah, that made me laugh so much.

you should see how he uses IRC. He SSHs to his linux box and then uses an emacs IRC mod to chat. :O

And he refuses to use anything with a gui! He only likes console based apps! :O


and hes going to kill me for this! :O


*runs*
NERDS! Big Grin
haha, shh. I don't refuse to use GUIs.. I just like console apps better.. but some things just need GUIs... which is pretty much just web browsing..
I thought you were devoted to lynx :lol:

(unless you call that a gui too... If you do, you need serious slapping)
Pages: 1 2