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 »

Hi gedumer

Theese RA custom controls was created long before FbEdit was started.
RAEdit is some 15000 lines of code, not something you rewrite just for fun.
And yes, it is easier to write fast and small code in assembly than in any high level language.

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

Post by KetilO »

Hi thesanman112

What crashed, FbEdit or your program?
Where can I find this sin.bas file?

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

Post by KetilO »

Hi SotSvart

Will be fixed and added.

KetilO
gedumer
Posts: 129
Joined: Sep 15, 2005 16:52

ASM in FBEdit

Post by gedumer »

KetilO wrote:Hi gedumer

And yes, it is easier to write fast and small code in assembly than in any high level language.

KetilO
I understand that... my question was... is there some shortcoming in FreeBasic that required you to code small segments of ASM within the FB code?
SotSvart
Posts: 262
Joined: May 27, 2005 9:03
Location: Norway
Contact:

Post by SotSvart »

gedumer: The asm is probably just for the extra speed
porfirio
Posts: 154
Joined: Mar 17, 2006 11:54
Location: Portugal

Post by porfirio »

krcko wrote: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
Maybe a Add-In Manager Add-in

FBEdit is going good!!

Hi ketil0 talking on custum controls i bet the ones on your website will work on FB right? The problem is the include thought also you could give a small Custom Control sample, i bet that FB Community would like to submit some ones

also you should spend some time on documenntion
FBEdit hitself
Addins
Custom Controls ( if added )

Edit:
I love the game! GDI rocks :p
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi all

New upload.

Whats new:
----------
1.0.3.5
o Added Options / Addin Manager to activate / deactivate addins.
o Added Format / Auto Renumber ID's. Renumbers selected controls on a dialog.
o Added COMMON and STATIC to parser.
o The resource script in a project no longer needs to have the same
file name as the main source file.
o Included a Custom Control tutorial.
o Fixed a bug when parsing UDT's

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

KetilO
spaz_man
Posts: 160
Joined: Feb 09, 2006 2:08
Contact:

Post by spaz_man »

Your IDE is awesome, but somewhat buggy. You are the man, KetilO.
porfirio
Posts: 154
Joined: Mar 17, 2006 11:54
Location: Portugal

Post by porfirio »

GREAT! As always, you work fast :)

FBedit is going to be a damn good editor
dani.user
Posts: 284
Joined: Sep 30, 2006 10:41

Post by dani.user »

Happy New Year

Very nice. I would like to post a few bugs and suggestions

Code: Select all

type aa 
  bb as string
  cc as string
end type

dim var1 as aa
print "text ... var1." 'the autocomplete list appears

with var1
 .bb 'no autocomplete list
end with

super_castle
Posts: 289
Joined: Oct 10, 2006 7:19

Post by super_castle »

hello, fbedit does not go any longer with windows ME.


mfg
KaraK
Posts: 72
Joined: Sep 13, 2006 19:01
Location: Argentina

Post by KaraK »

i suggest you to install win2k instead of winME ....

btw , im reporting a bug:
http://img182.imageshack.us/img182/7984/fbeditbugdn3.th.jpg

when you change the command line there , and press ok , it wont change , and the program still compiling with the default command line.
counting_pine
Site Admin
Posts: 6323
Joined: Jul 05, 2005 17:32
Location: Manchester, Lancs

Post by counting_pine »

KaraK wrote:i suggest you to install win2k instead of winME ....
Obviously, in general 2K is better than Me, but upgrading isn't usually cheap, or easy to do.
It would be better for FbEdit to supprt Win9x if reasonably possible.
super_castle
Posts: 289
Joined: Oct 10, 2006 7:19

Post by super_castle »

freebasic is the 32 bits successor of qbasic. qbasic and freebasic works gundsaetzlich only once in amatuerbereich. This amatuerbereich works with win95, win98, winme and linux. I understands not, why the lower range is not supported.

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

Post by dani.user »

super_castle wrote:hello, fbedit does not go any longer with windows ME.


mfg
Hello

Could you give more details on to what happens when you run fbedit under that os to help the developer fix the problems?

Könntest du vielleicht mehr Informationen angeben über was passiert wenn du fbedit unter diesen os startest?
Post Reply