Qbasicnews.com
FBIde 0.3.1 -> 0.3.3 - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: FBIde 0.3.1 -> 0.3.3 (/thread-5176.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


FBIde 0.3.1 -> 0.3.3 - Z!re - 12-01-2004

And whats wrong with VonGodrics IDE?

It's fast, efficient, and has syntax highlighting, syntax checking etc..


And stop whining about the background and colors in general, he is going to implement display options...



*grr* Big Grin


FBIde 0.3.1 -> 0.3.3 - VonGodric - 12-01-2004

Hello,

barok that graybar has a special use there :wink:
The endline markers are now white, but I do use them sometimes.
The blue screen will be gone and will be possible to costomize. (technically it is possible already, though I have more pressing matters to finish, each type can have it's own font, (f/b)color, size, and font attributes(bold/italic...) )

Atm It has a basic errorchecking and codefixing, syntaxhighlighing and errorchecking can be set on/off.

while saving/loading appropriate file types are set. Also fixed(and invented more) bugs.


FBIde 0.3.1 -> 0.3.3 - adosorken - 12-01-2004

Codefixing? As in it fixes code that is errored? Nooooooooooooooooooooooooooo that is a no-no! It's not the job of the IDE to fix errored code, only to report it and possibly offer suggestions to fix it.


FBIde 0.3.1 -> 0.3.3 - VonGodric - 12-01-2004

hmmm can't it do things like: add missing " to the end of the line?
VB, QBIde does that. Well I was wrong, no errorfixing, but it let's you know.

also turns ? into PRINT like in qb

It's errorchecking isn't very advanced, it matched for parenthesis, their count and directions for example. so this: ))(( and (())) are errors -but it's one thing that happens(at least to me) quite a lot, but I have no errorpopups, just adds a flag in the front of the line, that there's errror (later will be that clicking on the flag will tell what the error is).

k


FBIde 0.3.1 -> 0.3.3 - adosorken - 12-01-2004

Oh, you mean string literal completion. That's pretty much standard in any modern BASIC. Big Grin I thought you were talking about actual errorfixing, which is a tremendous no-no because it often produces more errors than it fixes.


FBIde 0.3.1 -> 0.3.3 - VonGodric - 12-01-2004

I'm not yet crazy :evil:
:lol:


FBIde 0.3.1 -> 0.3.3 - Jofers - 12-01-2004

Looking good Wink.


FBIde 0.3.1 -> 0.3.3 - barok - 12-01-2004

no codefixing! just maybe cleaning up syntax, like auto-indent or it adds/gets rid of spaces. at an absolute max it should tell you when the syntax you type in is illegal.


FBIde 0.3.1 -> 0.3.3 - Jofers - 12-01-2004

I think he said it puts a red flag on the line with the error. This is exactly what I'd hoped for. Maybe a flag on the column'd be good too.


FBIde 0.3.1 -> 0.3.3 - aetherfox - 12-01-2004

All right Nek, contrary to what I said I'll trust your judgement.

Look guys, this IDE is version 0.verysmall. He's done a nice job.