FbEdit, new IDE for FreeBASIC written in FreeBASIC

User projects written in or related to FreeBASIC.
Post Reply
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Thanks dani.user

Bug will be fixed in next upload.

KetilO
dani.user
Posts: 284
Joined: Sep 30, 2006 10:41

Post by dani.user »

Thanks for being so quick in fixing bugs :)
Sebastian
Posts: 131
Joined: Jun 18, 2005 14:01
Location: Europe / Germany
Contact:

Post by Sebastian »

KetilO wrote:Hi Sebastian

NT 4 does not have the SetMenuInfo api.
You can fix the problem by deleting the Beautify.dll addin.

KetilO
Thanks for this hint! :)
gedumer
Posts: 129
Joined: Sep 15, 2005 16:52

Bracket match background

Post by gedumer »

Can I change the foreground AND background colors for matched brackets? Personally, I prefer a change in the background color as opposed to just enhancing the foreground color as you now do.
gedumer
Posts: 129
Joined: Sep 15, 2005 16:52

Addins

Post by gedumer »

How can I make addins for FBEdit? Do you have documentation or a sample?
gedumer
Posts: 129
Joined: Sep 15, 2005 16:52

GUI Builder

Post by gedumer »

Hi KetilO,

Excellent work!

Since this is my 3rd question in a row, I'll make it a really, really simple one...

What with all the great features already built into FBEdit, including the wonderful visual resource builder... do you realize that you're just a heartbeat away from FBEdit becoming FBStudio or FBWorkShop or FBwhatever? It's really only a matter of generating the Win32 framework code into the main module ala Delphi or Visual Basic and going from there.

I'd like your thoughts...
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi gedumer
Can I change the foreground AND background colors for matched brackets? Personally, I prefer a change in the background color as opposed to just enhancing the foreground color as you now do.
Sorry, no options here.
How can I make addins for FBEdit? Do you have documentation or a sample?
There are several addins with sources included in the zip. There is also a template to help you get started.

FBStudio, lets see what the future brings.

KetilO
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi all

New upload.

Whats new:
----------
1.0.3.4
o Statusbar now shows INS when editor is in insert mode.
o Added Advanced Edit commands addin.
o Added simple gdi game, Alien Invaders. Have fun.
o Fixed a parser bug when parsing variables of type pointer.

Get it here:
http://www.assembler.ca/radasm/Upload/FbEdit.zip
Or here:
http://www.radasm.com/Upload/FbEdit.zip

NOTE:
The included AdvEdit addin can be used to change accelerators and to add your own edit commands. Just change the sources and recompile.

KetilO
Kot
Posts: 336
Joined: Dec 28, 2006 10:34

Post by Kot »

Hi,
As a newbie in programming, I'd ask for a message box about confirmation when deleting line "Sub SomeSubroutine" in minimized state. I minimized a sub (a "-" on the left) and then deleted the line with sub's name and the whole sub gone away. Fortunately I noticed it before I clicked Save button :-)
krcko
Posts: 163
Joined: Jul 30, 2006 0:34
Location: Serbia
Contact:

Post by krcko »

great updates KetilO! keep up with good work!

what i would like to see in one of next updates is Add-In manager (it's really not so important but good thing to have) ju's like VB's addin-manager (or even better :D)

regards,
krcko
gedumer
Posts: 129
Joined: Sep 15, 2005 16:52

ASM

Post by gedumer »

Hi KetilO,

Just out of curiousity, why do you use so much assembly language in FBEdit? Is it because of some shortcoming in the FreeBasic language or is it an issue of speed? I'm also curious as to why you didn't convert the RA... modules to FreeBasic (ie. RAEdit, etc.)?
thesanman112
Posts: 538
Joined: Jul 15, 2005 4:13

hmmmmmmm

Post by thesanman112 »

I loaded sin.bas........ the best sine generator on the planet,,hehehe it crashed when I presses the green "go' button....hmmmmmmm :(:(:(:
SotSvart
Posts: 262
Joined: May 27, 2005 9:03
Location: Norway
Contact:

Post by SotSvart »

Ketil0: New tabs look great =) And also love the file grouping option for the project files!

A small thing I've noticed: String(string works) and Short are not recognised as data types, but are colored differently.

Is it also possible to add "Common" to the parser? And this breaks the parsing of a type:

Code: Select all

Type Test_Type

	As Integer A
	As Integer B
	
End Type


Dim Test As Test_Type
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi Kot

Don't worry, if you had saved the file you could still use undo. Also if you are working with a project and has a bak folder, the previous versions of the file is saved here. I don't think any warning is needed.

KetilO
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi krcko

Good idea.

KetilO
Post Reply