FbEdit, new IDE for FreeBASIC written in FreeBASIC

User projects written in or related to FreeBASIC.
Post Reply
relsoft
Posts: 1767
Joined: May 27, 2005 10:34
Location: Philippines
Contact:

Post by relsoft »

Awesome dude!! Keep it up.
porfirio
Posts: 154
Joined: Mar 17, 2006 11:54
Location: Portugal

Post by porfirio »

Great, as always, you rock!!
SSC
Posts: 319
Joined: May 29, 2005 4:47
Location: Around
Contact:

Post by SSC »

just stumbled on to a nasty bug with the latest build.

if you are running split screen and go from the top to the bottom and attemt to select text from the line numbers (as in the whole line) it imports all the text from the beginning of the program down to where you are at, its visual only the text isnt actually changed so when you scroll down and back up it fixes itself.

edit - ok it seems that it only does that if you make a change to the code in the top split window and then go down to the bottom split.
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi SCC

Thanks for the bug report.
Althoug it looks pretty dramatic it is only a paint bug.
I will fix it in my next update.

KetilO
krcko
Posts: 163
Joined: Jul 30, 2006 0:34
Location: Serbia
Contact:

Post by krcko »

@KetilO: can you change F12 feature to not remeber every tab when using (Shift+)Ctrl+Tab but to remember only that tab wich is selected (to remember when all keys are released not just tab key)?
for example:
there are 6 open tabs tab1, tab2, tab3, tab4, tab5 and tab6 and tab2 is selected, if i press down ctrl and press tab key twice (not releasing ctrl!) i will be on tab4, and if i press F12 tab3 will be selected instead of tab2...

i hope i explained it good (if not look at EditPlus to see what i'm thinking off)
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi all

New upload.

Whats new:
----------
1.0.3.2
o Added project grouping by folder.
o Changed the way switch tab (F12) works.
o Fixed a paint bug in RAEdit.

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

KetilO
porfirio
Posts: 154
Joined: Mar 17, 2006 11:54
Location: Portugal

Post by porfirio »

Nice, i like the grouping thing
But maybe you could have 2 different file grouping ( changed on options or a small toolbar as we have in file view with 2 buttons )
Group by folder ( /Ink, /Res, / )
Group by type ( header, code, resource, text, Toolbars, etc.... )

Now this request is pretty easy, could you could you organize projects folder?
/Projects/Addins/ and all addins projects here
/Projects/Samples/ and put all samples here (FBTabStrip, DialogApp, etc)
/DialogApp/FbEdit/ would still keep fbedit of course

Well i could do that myself but dont forget that fbedit is updated often, and i always want last sources on projects too, and have to move all myself everytime i update fbedit is bad, i think other ppl would like it too
SotSvart
Posts: 262
Joined: May 27, 2005 9:03
Location: Norway
Contact:

Post by SotSvart »

Found one small cosmetic thing, sometimes there's a huge "button" behind the tab area. Heres a couple of screenshots:
Image

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

Post by KaraK »

file grouping will be nice... like the old RadASM for FB
krcko
Posts: 163
Joined: Jul 30, 2006 0:34
Location: Serbia
Contact:

Post by krcko »

@SotSvart: that "bug" is caused by my FileTabStyle add-in, but i'm to lazy to try to fix it becouse i use flat style (you can change style from view menu) and i'm new to windows api programming (drawing techiques acctually)...
or i can say: "it's not a bug, it's a feature!" (i dunno if i should put (c) by microsoft here :D)
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi all

New upload.

Whats new:
----------
1.0.3.3
o Added project option to choose file grouping method. Default is grouping by folder.
o Added project option to have module files added to compile command as .bas files (default).
o It is now possible to drop files on the project tab and have them added to current project.
- If you hold down Ctrl key while dropping, the files will be added as modules (.bas files only).
- This makes it very easy to create a project from existing sources.
o Fixed a file tab paint bug.

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

KetilO
Sebastian
Posts: 131
Joined: Jun 18, 2005 14:01
Location: Europe / Germany
Contact:

Post by Sebastian »

Cool! :)

On Windows NT 4 SP6 you get this error message when you start FBEdit but after having clicked on "OK" you can work with it:

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

Post by dani.user »

Hello

Another small bug: if I declare a variable as a pointer, in the variables list only "ptr" appears
porfirio
Posts: 154
Joined: Mar 17, 2006 11:54
Location: Portugal

Post by porfirio »

Thank you!!!!
Good new features and my suggestions
File group and projects folders organized are done
KetilO
Posts: 416
Joined: Sep 22, 2005 21:48
Location: Norway
Contact:

Post by KetilO »

Hi Sebastian

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

KetilO
Post Reply