Qbasicnews.com
other FreeBasic IDE - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: other FreeBasic IDE (/thread-5986.html)



other FreeBasic IDE - D - 02-10-2005

there is FBIde as IDE for FreeBasic but are there any other, Perhaps editors like context or crimson can be use as IDE's?????? any Idea's


other FreeBasic IDE - whitetiger0990 - 02-10-2005

FIDO is in the process of being made I think.


other FreeBasic IDE - steven_basic - 02-10-2005

I use ConTEXT for my IDE. I got used to it when bouncing between Pascal, Basic, and an assortment of other "between" compilers.


other FreeBasic IDE - Dr_Davenstein - 02-10-2005

I'm using Von Godric's because it was made specifically for FreeBasic. Try using ScinTilla! That thing sucks, imho!!! You might like it though, who knows? Wink


other FreeBasic IDE - BastetFurry - 02-10-2005

Quote:I use ConTEXT for my IDE. I got used to it when bouncing between Pascal, Basic, and an assortment of other "between" compilers.

Baaad idea, that would heavy conflict with my BCX installation.
And as long as there is no easy way to implement GUI in FB, i am stuck to BCX for it. But lets see, ill open a thread about EZ-GUI commands


other FreeBasic IDE - steven_basic - 02-10-2005

I have used context for different BASIC "flavors" at the same time in the past. Context has 4 different user commands for each file type that is opened.

I had each button set to launch a different basic compiler.

With FreeBASIC, I need two buttons: 1 to launch -s gui and 2 to launch -s console (which is why I keep harping on adding an $apptype to enable source control over the linked system).

But that still leaves two of the four to handle hotbasic and launching the compiled EXE file.


other FreeBasic IDE - DrV - 02-11-2005

jEdit rocks for editing sources... it's kinda slow to load, but meh...


other FreeBasic IDE - relsoft - 02-11-2005

Directives aint a bad idea really.
I would like to have these in my sources and anyone doesn't need to read the readme text file on how to compile the source.
ie:

Code:
$Stack = 1000000
$apptype = GUI
$Mode = debug  'or Release



other FreeBasic IDE - 1000101 - 02-11-2005

Personally I use UltraEdit32. It's a small, fast, clean interface. There is also vSlick, it's a bit bloaty but offers a lot more.


other FreeBasic IDE - dutchtux - 02-13-2005

I use fdide but am quickly limited because you cant have multiple files at once open.(unless I used old version :???: )
So I made my own IDE with SharpDevelop in VB.NET.
It still very basic but you can compile and open multiple files. Smile