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 - Sterling Christensen - 04-05-2005

Feature request: Middle click a tab to close it, like Firefox? I wish tabbed editors/IDEs did that.


FBIde 0.3.1 -> 0.3.3 - fsw - 04-05-2005

@VonGodric:
Good work 8)
...hope you used for each tab (file) a new wxStyledTextWidget.

Most people switch documents back and forth, which is slower and on another particular editor (another language, another editor), if you switch to fast, back and forth, it gets confused - wrong filename to the file you see and so on...

Take care


FBIde 0.3.1 -> 0.3.3 - lillo - 04-05-2005

Hey von, cool work on FBIde 0.4... Keep it up!
Now a small additional feature request: please add ALT-n keyboard shortcuts to switch to the n-th editor tab... Like ALT-1 to switch to first tab.


FBIde 0.3.1 -> 0.3.3 - thegrogen - 04-05-2005

How close are you to a release?


FBIde 0.3.1 -> 0.3.3 - VonGodric - 04-06-2005

Tnx guys,

fielden: No I haven't got that, but thanks for reporting.

v3cz0r: I don't know how debuggers work -how they return data to IDE's, but i'm sure it's nothing impossible...

relsoft: Yep dev-cpp has inspired me a lot -best ide in the world (in the sake of saving arguments -for me)

Sterling Christensen: we'll see, I don't promise nothing atm.

fsw: don't worry -I have studied other editors in the sourcecode... it isn't too slow...

lillo: nice idea... we'll see about it

thegrogen: I'm afraid you'll sonner see fb 0.14 then fbide 0.4. But who know's? (I may release some wip verasion of it somehwere -without project support. But I don't promise anything)


FBIde 0.3.1 -> 0.3.3 - VonGodric - 04-07-2005

Okay I moved stuff now to sourceforge -so link is now: http://sourceforge.net/projects/fbide/


FBIde 0.3.1 -> 0.3.3 - aetherfox - 04-12-2005

You should move your files over to sourceforge's hosting...the website I mean.


FBIde 0.3.1 -> 0.3.3 - Z!re - 04-26-2005

We'll add this to the fb downloader if you dont mind/if you want us to..

Catch me on MSN


FBIde 0.3.1 -> 0.3.3 - VonGodric - 04-26-2005

Sure, no problem by me! 8)


FBIde 0.3.1 -> 0.3.3 - fsw - 04-28-2005

Hi guys,

have you seen that the toolbar and the styledtext control flickers big time while resizing the window?
Is there a way to change that nasty behaviour, or it's an issue of wx itself?

Suppose it's a wx issue because I have the same problem with the wx-c dll.

Any thoughts?

Thanks