Posts: 961
Threads: 81
Joined: Apr 2005
I don't mean to pick at your code, but that second IF statement should be an ELSEIF. I don't know if that's your problem, or you just threw it together for the purposes of this post. Just mhy 2c worth.
>anarky
Screwing with your reality since 1998.
Posts: 2,771
Threads: 96
Joined: Oct 2003
Anarky, if you had read his post you would realise that he was showing a coding mistake in which he forgets an END IF.
Posts: 68
Threads: 3
Joined: Nov 2002
FB IDE is coming a long nicely!!
Have a question though; when/are there any plans adding some kind of help system?
Like I'd love to see something like
http://www.hybd.net/~mms/fb/help/current...(graphics) inside of FB IDE .. so that with one click I can see the syntax and the what/how's of a command :o
.. something tell's me i'm not the first one asking this kind of question .. :o ..
Posts: 658
Threads: 71
Joined: Sep 2003
help stuff is on-to-do list.
Ryan -what the? it reports missing 'end if' just fine here :???:
Horisontal scroll is a bug. Gonna fix it as soon as I can.
url]http://fbide.sourceforge.net/[/url]
Posts: 1,774
Threads: 62
Joined: Aug 2003
I think he means when it's mixed with other code... like in between a for...next loop.
Code:
For i = 0 to 50
if shoestinks = true then
grabairfreshener =wtf
sprayliberally =wtf
if hairisgreasy = true then
grabshampoo =wtf
massagethatscalp =wtf
rinse =wtf
end if
next
I get an outside compound statement error with that code, on the NEXT statement.
Posts: 658
Threads: 71
Joined: Sep 2003
FBIde returns errors what compilers gives. There's nothing I could do to change or improve it without actually parsing the code by the ide itself -wich would be unthinkable!
url]http://fbide.sourceforge.net/[/url]
Posts: 68
Threads: 3
Joined: Nov 2002
Is there a way to smallen the font without changing it for each text type?
And when I do change it each texttype .. there's a lot of space between all the lines .. Is it possible that that space disappears?
I whine, I know; but I personally always like to use my big screen optimal and set my programming fonts to 8 so I can see more code on my screen. :oops:
Posts: 68
Threads: 3
Joined: Nov 2002
Quote:Marcade Wrote:I whine, I know; but I personally always like to use my big screen optimal and set my programming fonts to 8 so I can see more code on my screen. :oops:
yup i ALWAYS ran qb with the /h option...
So did I
Posts: 658
Threads: 71
Joined: Sep 2003
The theme configuring right now is total crap ( I admit it :oops: ) But you have to wait... I'm gonna redesign it completely to be easier to use.
But what you can do

is ctrl+mousewheel -it zoomes text in/out
url]http://fbide.sourceforge.net/[/url]