Welcome, Guest. Please login or register.
July 31, 2010, 07:54:34 PM
Home Help Search Login Register
News: Back to Qbasicnews.com | QB Online Help | FAQ | Chat | All Basic Code | QB Knowledge Base

Qbasicnews.com  |  Qbasic "like" compilers/interpreters  |  FB Discussion & Programming Help  |  FB Projects  |  Topic: My Work In Progress IDE. « previous next »
Pages: [1] 2 3 Print
Author Topic: My Work In Progress IDE.  (Read 8049 times)
MystikShadows
Ancient Guru
****
Posts: 542



WWW
My Work In Progress IDE.
« on: February 12, 2005, 12:06:30 PM »

I know I know it's not the first, but I say the more people make IDE's with the features they want , in the long run everyone will benifit because all the features will be here and there. and finally could / should be integrated to one another.  Here's a few screen shots of what i have so far.  Me and my Friend, Peter started this project originally for QB/PDS/VB-DOS (because of the DOS IDEs limitations) before FB started and just now decided to add FreeBasic features to it...(about time no? lol).  Some images are big so I'm including links to them from my server  to save bandwith to QBasic news ;-). you can thank me later ;-)>

ok...the about box ;-) *everyone's gotta brag sometimes ;-)*
http://www.adaworld.com/fbscreens/About.jpg

A general view of the IDE (with 2 projects to show the multiproject ability) of cours more than 2 projects can be opened as long as system resources allows :-).
http://www.adaworld.com/fbscreens/multiproject.jpg

Look at the lower part of this one, you can add items (to do list) there at will, and manage them (pending, in progress, complete) on the fly while editing the code.  Though it might be a kewl add on to manage what's left to do :-).
http://www.adaworld.com/fbscreens/todolist.jpg

What's an IDE today without the Code Complete feature? lol.  Here's an example of it for when you're declaring a variable, VB Windows users will know what that's about instantly ;-)
http://www.adaworld.com/fbscreens/CodeComplete.jpg

Not everyone likes the same colors as anyone else. So, here's the Editor Options where you can change that to fit things your way :-)
http://www.adaworld.com/fbscreens/EditorOptions.jpg

*** Just added these last 2 shots here:

This one shows the Comment Templates (everyone hates to comment so at least I'm trying to save as much typing while keeping the comments nice, clean and detailed).  the Variables preceded by a $ are replaced with User or Project Information
automatically so you don't have to :-).  
http://www.adaworld.com/fbscreens/CommentTemplates.jpg

And to complete the CommentTemplates, you can enter your information in this screen:
http://www.adaworld.com/fbscreens/UserInformation.jpg

and in the Project Options, shown here:
http://www.adaworld.com/fbscreens/ProjectOptions.jpg


There's plenty more things done, and a good couple things to add too.  Got my list of features growing :-)...I'm stabilizing all this as much as I can, then it will be beta testing time :-).

I welcome comments, "Constructive" criticism  and suggestions, as always.

NOTE:  I'll probably update this post with new links to new screenshots when I make em :-).  or just reply here to add them ... so check it out :-)...
Logged

hen they say it can't be done, THAT's when they call me ;-).




need hosting:  http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
Rattrapmax6
__/--\__
*****
Posts: 2577



WWW
My Work In Progress IDE.
« Reply #1 on: February 12, 2005, 12:13:09 PM »

Sweet, tho I really hope you got more than just the about box?  :lol:  Just joking, there is more right?  :wink:  :roll:
Logged

Kevin (x.t.r.GRAPHICS)

MystikShadows
Ancient Guru
****
Posts: 542



WWW
My Work In Progress IDE.
« Reply #2 on: February 12, 2005, 12:23:48 PM »

Yes...most definitaly as you can see....now if you look at my original post LOL....I updated it..
Logged

hen they say it can't be done, THAT's when they call me ;-).




need hosting:  http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
Z!re
*/-\*
*****
Posts: 4599



My Work In Progress IDE.
« Reply #3 on: February 12, 2005, 02:33:14 PM »

Looks nice
Logged
Rattrapmax6
__/--\__
*****
Posts: 2577



WWW
My Work In Progress IDE.
« Reply #4 on: February 12, 2005, 03:14:23 PM »

Smiley May I also suggest a Help File like the old QB??

Great screens, tho PNG is loads betta for pictures like this, instead of JPG.  :wink: Cleaner put it that way.. and lighter, not that weight is the prob..

Anyway, I'm looking foward to when this thing comes out..  Cheesy
Logged

Kevin (x.t.r.GRAPHICS)

v3cz0r
I hold this place together
*****
Posts: 924



WWW
My Work In Progress IDE.
« Reply #5 on: February 12, 2005, 11:30:19 PM »

Hey, it looks great, it even has MAK support -- no wonder you wanted FBC to automatically process them ;).

Keep the good work, i'm looking forward for it, anything that makes FB easier to use is really welcome -- now add a visual form editor too! heh j/k..
Logged

MystikShadows
Ancient Guru
****
Posts: 542



WWW
My Work In Progress IDE.
« Reply #6 on: February 12, 2005, 11:40:28 PM »

lol...maybe I'll just interface with Adosorken's generator instead :-)...but well see...so far, he's got it goin on as far as GUI goes.  But like I said, everyone has their idea of how an IDE should work.  one of my principles that the saving keystrokes is the job if the IDE, not the language (as in short cryptic syntax lol) so that will be part of my IDE as much as I can..hence the comment header generator and such...but there's more ;-).

And yeah that's why I wanted to know if fbc supported the mak files...:-).  even if it doesn't I'll make it also generate a batch file automatically to compile everything.  but the make file is still good to work on all source files without having to open them all :-).


But I will be adding stuff in there.that should be "umm...what's the word?"  "blasphemis" to the rest of the programming community....but such a good part of a QB/FB environment. ;-).
Logged

hen they say it can't be done, THAT's when they call me ;-).




need hosting:  http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
v3cz0r
I hold this place together
*****
Posts: 924



WWW
My Work In Progress IDE.
« Reply #7 on: February 13, 2005, 12:15:56 AM »

Couldn't you pass all the .bas files on the .mak to fbc in one "call"? fbc can handle up to 100 .bas files at same time, you don't have to pass one per time.

To define which one will be the main module, you cand use the "-m filename[w/o path and extension]" cmd-line option, it could be like: "fbc.exe 1.bas 2.bas 3.bas 4.bas -m 4 -x 4.exe", to compile the 1, 2, 3 and 4 .bas files, and create a "4.exe" output having 4.bas as the main module.
Logged

MystikShadows
Ancient Guru
****
Posts: 542



WWW
My Work In Progress IDE.
« Reply #8 on: February 13, 2005, 12:37:04 AM »

Awesome then...I'll do that in about 1 and 1/2 minutes...;-)....
Logged

hen they say it can't be done, THAT's when they call me ;-).




need hosting:  http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
Nathan1993
Member
*
Posts: 83



My Work In Progress IDE.
« Reply #9 on: February 13, 2005, 11:42:41 AM »

This is just a suggustion of something I really want for FB.... better in-line doc and I want it more like QB where I dont see the difference from the compiler and IDE, VonGodrics's installer was the first step towards that... im shivering as I write and I REALLY need to get a toilet in my basement... :barf:
Logged

f a fly walked, would it be called a walk?
Why dosn't someone make a word that rymes with purple or orange?
WHY AM I SO ANNOYING? Becuase I wanna!
Why am I typeing this? Cuz im bored!
MystikShadows
Ancient Guru
****
Posts: 542



WWW
My Work In Progress IDE.
« Reply #10 on: February 13, 2005, 11:47:26 AM »

inline doc?  you mean like QB's help?
Logged

hen they say it can't be done, THAT's when they call me ;-).




need hosting:  http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
VonGodric
Ancient Guru
****
Posts: 674



WWW
My Work In Progress IDE.
« Reply #11 on: February 13, 2005, 11:55:55 AM »

Looks good, keep it up :wink:
Logged

url]http://fbide.sourceforge.net/[/url]
MystikShadows
Ancient Guru
****
Posts: 542



WWW
My Work In Progress IDE.
« Reply #12 on: February 13, 2005, 12:07:02 PM »

Thanks :-)..glad you're not seeing it as competition or anything ;-)....there's many IDE available to all languages that have their own specific set of features, figured FB was definitaly worth that kind of attention :-)....that's all :-)...
Logged

hen they say it can't be done, THAT's when they call me ;-).




need hosting:  http://www.jc-hosting.net
All about ASCII: http://www.ascii-world.com
Rattrapmax6
__/--\__
*****
Posts: 2577



WWW
My Work In Progress IDE.
« Reply #13 on: February 13, 2005, 12:34:49 PM »

Quote from: "MystikShadows"
Thanks :-)..glad you're not seeing it as competition or anything ;-)....there's many IDE available to all languages that have their own specific set of features, figured FB was definitaly worth that kind of attention :-)....that's all :-)...


He might be glad more ppl are starting to make IDEs,.. as far I've seen his is the only one aviliable at the moment...  Smiley It looks like stressful work making it do what it does.. :wink:
Logged

Kevin (x.t.r.GRAPHICS)

VonGodric
Ancient Guru
****
Posts: 674



WWW
My Work In Progress IDE.
« Reply #14 on: February 13, 2005, 01:48:20 PM »

Quote from: "MystikShadows"
Thanks :-)..glad you're not seeing it as competition or anything ;-)....there's many IDE available to all languages that have their own specific set of features, figured FB was definitaly worth that kind of attention :-)....that's all :-)...
Oh but I do  in a way...

I can't please everyone and beside my current ide is just an enhaced notepad for FB with few features. But wait till I'll start the ide project about what I posted in another thread :lol:

Nah seriously -what I'v seen from the screenshots, it looks great and I'm not that stupid to not see if someone has done smth well. Of course real ide remains yet to be seen :wink:

anyway keep it up!
Logged

url]http://fbide.sourceforge.net/[/url]
Pages: [1] 2 3 Print 
Qbasicnews.com  |  Qbasic "like" compilers/interpreters  |  FB Discussion & Programming Help  |  FB Projects  |  Topic: My Work In Progress IDE. « previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
SMF Theme © Gaia, Hosting by Employers Job Post
Valid XHTML 1.0! Valid CSS!