New IDE

User projects written in or related to FreeBASIC.
fernando.inf
Posts: 28
Joined: Mar 10, 2009 1:41

Post by fernando.inf »

Hello Stueber, any news on FBPro?
You're abandoned the project?

I'm porting a Windows project to Linux (Ubuntu version), but never worked with Qt Creator, so I had some errors and could not compile FbPro.

I was very happy when I heard FBPro and its resources, I've been reading the forums here and also German, but still can not test it because I can not compile.

Sorry for the bad english I'm Brazilian ;)
Stueber
Posts: 46
Joined: Nov 22, 2009 16:20

Post by Stueber »

Hello fernando.inf,

Yes, the project is still alive and since Friday in active development. :)
I had a lot of things to do the last 6 months, so I hadn't time to work on this project. I'm happy to see that people are interested in my project. :)

Currently I'm writing a parser for FreeBASIC to provide features like autocomplete, a class browser, error indicators, code folding and so on.

Before I began to write a parser, I ported Scintilla to Qt (I don't like the existing Qt-port).

When the IDE is finished, it will support Windows, Linux and BSD (and OSX, but that would make sense so far).

If you still have any questions, simply ask here. :)
ike
Posts: 387
Joined: Jan 17, 2011 18:59

Is there any page about project in German?

Post by ike »

Is there any page about project in German?

I will use google translate
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: Is there any page about project in German?

Post by TJF »

ike wrote:Is there any page about project in German?
http://www.freebasic-portal.de/projekte/fbpro-49.html
Galeon
Posts: 563
Joined: Apr 08, 2009 5:30
Location: Philippines
Contact:

Post by Galeon »

I have a question, where's the download link? hehe
As long as it can call FBC to compile, it's ok! :)
MOD
Posts: 557
Joined: Jun 11, 2009 20:15

Post by MOD »

You can download the code on the site TJF posted, but to compile it, you'll need the QT SDK.

With the current state you can't use it as an IDE, lot's of handling codes are not implemented yet.
fernando.inf
Posts: 28
Joined: Mar 10, 2009 1:41

Post by fernando.inf »

Thanks for reply Stueber!
I just upgraded my ubuntu to the latest version (11.04), I'm downloading some necessary things, and I'll try rebuilding it again in Qt-Creator.

Thanks for your attention, and once again congratulations on your excellent project.
Post Reply