Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
other FreeBasic IDE
#1
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
orry for my english, it's not my native language so I may make some mistakes
Reply
#2
FIDO is in the process of being made I think.
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#3
I use ConTEXT for my IDE. I got used to it when bouncing between Pascal, Basic, and an assortment of other "between" compilers.
ature has its way of warning a person away from danger: The distinct black and white coloration on a skunk, the chilling buzz of a rattlesanke, a redneck handing you his beer and saying "Watch this!"
Reply
#4
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
Reply
#5
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
color=red]Look at you, Hacker. A pathetic creature of meat and bone, panting and sweating as you run through my corridors. How can you challenge a perfect, immortal machine?" - Shodan, AI at Citadel Station orbiting Earth[/color]
Reply
#6
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.
ature has its way of warning a person away from danger: The distinct black and white coloration on a skunk, the chilling buzz of a rattlesanke, a redneck handing you his beer and saying "Watch this!"
Reply
#7
jEdit rocks for editing sources... it's kinda slow to load, but meh...
Reply
#8
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
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#9
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.
Life is like a box of chocolates', hrm, WTF, no it isn't, more like, 'life is like a steaming pile of horse crap.'
Reply
#10
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)