Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FBIde 0.3.1 -> 0.3.3
but does it crash the moment you select run, or?

and btw, only one program can be run at a time (had to disable it, becouse it would crash anyway)
url]http://fbide.sourceforge.net/[/url]
Reply
No, it runs the program fine. When the program ends, the exit code window pops up, and then I close it... then it crashes.
Reply
please try this and tell me, do you still get the error: www.hot.ee/freebasic/FBide.rar -just overwrite the fbide.exe
url]http://fbide.sourceforge.net/[/url]
Reply
As far as I can tell, you fixed it! Tongue
Reply
Smile good -strange it disn't produce errors last time :???: -couse I haven't touched this in ages...
url]http://fbide.sourceforge.net/[/url]
Reply
For me it is fixed too..
Thx
Mipooh
Reply
In the next version:
in the IDE\ will be a folder Docs\
where you will be able to add any files (.chm, .txt, .html, etc...) that you wish to appear in the help menu. It's easy this way -I think. filename with: Default_xxx.xxx (where xxx.xxx is any name/extension) will be opened by default when you press F1

Will that solution be okay?
url]http://fbide.sourceforge.net/[/url]
Reply
That sounds good. What would really be cool is if you could add support for everything... Say you had a program that uses OpenGL. The beginning of the program would have '$INCLUDE:' gl/gl.bi'. If the compiler could automatically link the appropriate help file, that would be awesome. You could just use the .bi file to display the way the syntax should be structured. :wink:


For instance, if the user is writing a program...


Code:
glNormal3f

If the user hits f1 while on this keyword, it could display the entry from the header file...

Quote:DECLARE SUB glNormal3f ALIAS "glNormal3f" ( BYVAL nx AS GLfloat, BYVAL ny AS GLfloat, BYVAL nz AS GLfloat )

Just like QB. Tongue
Reply
i'm having a bug in the html formatting; when i convert
Code:
cls
print "hello"
end
i get
Code:
<pre><b>cls</b>
<b>print </b><font color="red">hello"</font>

</pre>
which, besides adding an extra line at the end, removes the first qutoe from the print statement, making the output display roughly:

cls
print hello"
end

edit: forgot about phpbb's auto-tag closing feature... :x
ttp://m0n573r.afraid.org/
Quote:quote: "<+whtiger> you... you don't know which way the earth spins?" ... see... stupidity leads to reverence, reverence to shakiness, shakiness to... the dark side
...phear
Reply
ok, done a bit more experimenting, and found another "bug":
when you convert to bbcode, it will cut off the last command if you don't have a new line as the last char in the file. :???:

this doesn't fix the html problem though...
ttp://m0n573r.afraid.org/
Quote:quote: "<+whtiger> you... you don't know which way the earth spins?" ... see... stupidity leads to reverence, reverence to shakiness, shakiness to... the dark side
...phear
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)