Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FBIde 0.4
#51
works fantastic here ,great job. :bounce:
Reply
#52
Quote:works fantastic here ,great job. :bounce:

Absolutely!

Just for the record:
I wasn't insulting anything. As a matter of fact, I'm a die-hard FBIDE enthusiast. Tongue

If it wan't for FBIDE, I would hardly program FB code becasue I'm too lazy to compile by command line. :lol:
Reply
#53
Quote:If it wan't for FBIDE, I would hardly program FB code becasue I'm too lazy to compile by command line. :lol:

^^ Same
[Image: freebasic.png]
Reply
#54
Something strange just happened trying the code:

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 ran it exactly as above. No errors. When I reached and clicked the X button to exit FBIDE, I got some error saying "Couldn't run FreeBasic.exe" or something. Then another error about a missing file, not stating which. I tried to reproduce the error but everything worked fine.

WTF?

>anarky
Screwing with your reality since 1998.
Reply
#55
well, there's an error in your code, but that still IS wierd...
Reply
#56
I know. But others said it created other problems. Testing it, I got errors during one session, then I could not reproduce it again.

Strange.

>anarky
Screwing with your reality since 1998.
Reply
#57
Some minor bugs noticed with FBIDE 0.4 (sorry if they have already been reported):

1) On my computer, the "Enter" key from the numeric keypad produces a CR, while the other Enter key produces CR/LF (select "View/Settings/Show line endings" in the menu to test this)

2) When the compiler reports an error, in the result window the caret (^) is not positioned at the place of the error but at the beginning of the line (too many blanks deleted ?)
ean Debord
----------------
Math library for FreeBasic:
http://www.unilim.fr/pages_perso/jean.de...fbmath.zip
Reply
#58
1) It's windows -so it always adds cr+lf

2) That's a bug
url]http://fbide.sourceforge.net/[/url]
Reply
#59
Quote:1) It's windows -so it always adds cr+lf
But why the Enter key on the numeric keypad adds CR only? This problem did not exist in the previous version.
ean Debord
----------------
Math library for FreeBasic:
http://www.unilim.fr/pages_perso/jean.de...fbmath.zip
Reply
#60
Windows line end format is cr+lf. On *nix systems it\s only cr.
url]http://fbide.sourceforge.net/[/url]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)