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 - VonGodric - 12-18-2004

I haven't uploaded new version yet, lot of stuff needs to be done before.

Yes of course, search is added already :wink: and replace is work in progress (=read "too lazy to add right now")

But if anyone is interested in the progress then: http://www.hot.ee/wizgui/FBIdedev.rar is unofficial wip version. I update it almost every day.

NB! But it may not work, may contain serious bugs, or couse who knows what to your data, you'v been warned :evil:


FBIde 0.3.1 -> 0.3.3 - Ryan - 12-27-2004

garr.. just figured out I was using an older version than the latest release. The line numbers on the side are a HUGE help when checking out the compile log. Anyways, I was wondering if it would be possible to have the IDE show you the compile log on a failed compile.

(... and I was going to recommend a line number indicator ... :oops: )

EDIT: Now that I've played with the new IDE a little more, it would be nice to have a column indicator as well as the ability to set compiler arguments. (Unless that's already there and I missed it.) As an added bonus, a readily accessible chart of ASC codes would be cool, too, and I wouldn't mind putting that in text form for ya if you want. Sorry if these suggestions have already come in or are planned.. didn't read the whole thread.


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

Hello,

After long time I'm ready with another release. It's not mutch better then previous, so Don't expect mutch, just some bugfixes, and few new features.
You can dl it here: www.hot.ee/wizgui/setup.exe
0.1 - 0.2
Fixed / Changed
* Some indentation problems.
* Some other bugs as well.
* All Ide files moved to Ide\ to keep things cleaner.

New features
* Compile/run/compile and run buttons on toolbar
* costomizible compiler paramater list
* parameter passing to your program
* stolen (only temprarily) icons from Dev-Cpp
* installer (crappy one)


FBIde 0.3.1 -> 0.3.3 - Ryan - 12-30-2004

Nice new look and compile options. Big Grin Do you mind if I link to your download from a web page or would you prefer I link to this thread?

Thanks for the update. The new buttons and sub window changes are studly.


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

Hey, very nice! Just one thing i'd like to see, and that's a button on the nav bar so the sub menu can be brought up quickly.


FBIde 0.3.1 -> 0.3.3 - DrV - 12-31-2004

Couple o' suggestions:

- make CMD Promt run cmd.exe on NT-based OSes
- rename CMD Promt to CMD Prompt as suggested above

very nice otherwise


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

Why rename it to CMD Prompt?.. CMD is short for Command... no need to be all MSish (read lazy) Tongue hehe


I havent tested the latest version yet, but some people (n00bs) are complaining about it not working/they can't get it working...

So, trying to make the install more automated/easier?


(Repeat: Havent tested it, so i dunno, just forwarding...)


FBIde 0.3.1 -> 0.3.3 - DrV - 12-31-2004

no, no... fix the misspelling of "prompt" (promt)


FBIde 0.3.1 -> 0.3.3 - Ryan - 12-31-2004

Aye on the prompt thing.

And I was wondering.. did you intentionally change the tab stop? If so, could you maybe make it optional, cause I've been developing the game with your 4 space tab stop and now it only wants to give me 3. ^_^


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

open then IDE\fbtemp.ini there you can change tab size.
i'm working on a config dialog for the next release.

Interestin -is anyone willing to try and port the bitch to the linux? As ´far as I know, it shouldn't be too mutch work, since it uses wxWindows widget library. But I myself don't know anything about linux programming.