FbEdit, new IDE for FreeBASIC written in FreeBASIC

User projects written in or related to FreeBASIC.
Post Reply
Dinosaur
Posts: 1481
Joined: Jul 24, 2005 1:13
Location: Hervey Bay (.au)

Post by Dinosaur »

Hi all

Was this question so odd that there is no answer ?
Hi all

In my old editor I used the "find" to confirm that in all the project files
a particular word had the right number of occurrences.
For example there should be the same number of "Liq1" as "Liq2"

With FbEdit using the "Log Operation" and "Find All" I get figures like
Files: 55
Founds: 211
Repeats: 221

Firstly there are only 11 files in the project and only 10 occurrences of a that word.

What is the purpose of this and what do these numbers mean. ?

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

Post by KetilO »

Hi Dinosaur

Sorry for the late reply. I have been on a vacation.

This was not designed by me so I am not 100% shure.

Before you start it is wise to clear the outfut window, else previous logs will accumulate.

Files shows the number of files where the word was found.
Founds shows the number of lines where the word was found.
Repeats shows the number of occurences of the word on the same line.

KetilO
Dinosaur
Posts: 1481
Joined: Jul 24, 2005 1:13
Location: Hervey Bay (.au)

Post by Dinosaur »

Hi all

Thanks for that Ketilo, I had already worked that out.

Another question.
When working on two projects at the same time, and having two copies of FBEdit open, it is a real pain to open files associated with either project.
Why does'nt FBEdit default to to the directory for that project, or to the directory last opened in that project ?
Particularly hard when both projects have the same filenames, and you end up editing the right file in the wrong project.

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

Post by KetilO »

Hi Dinosaur

Good idea, will be implemented.

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

Post by KetilO »

Hi all

FbEdit 1.0.7.5 is released.

Whats new:
1.0.7.5
o Holding Ctrl key while clicking on expand / collapse bookmark will expand / collapse
all child blocks in the parent block.
o The edit control now supports unlimitted line lenghts.
o Added Find All to Property context menu.
o Ctrl+F now closes the find dialog if it has focus.
o Added Debug / Break. Very useful if your program hangs in a loop.
o The debugger now breaks if there is an exception.
o Added FPU and MMX register view to debugger.
o The last directory used to open a file or project is now saved.

Get it here:
http://radasm.cherrytree.at/

KetilO
vdecampo
Posts: 2992
Joined: Aug 07, 2007 23:20
Location: Maryland, USA
Contact:

Post by vdecampo »

Hey KetilO!
I am using FBEdit version 1.0.7.1 and I have an issue that is probably not fixed in any new versions. I have dual monitors on my system and when I put FBEdit on monitor #2, tool tips show up at the right edge of monitor #1. Is this fixed in a newer version or did I find something new?

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

Post by KetilO »

Hi vdecampo

Thanks, will be fixed in next release.

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

FbEdit 1.0.7.6 Released

Post by KetilO »

Whats new:
----------
1.0.7.6
o Added support for xxxEnum.api files.
o Added api files for fmod sound.
o Added api files for RACodeComplete, RAEdit, RAFile, RAGrid, RAHexEd, RAProperty, RAResEd
and SpreadSheet custom controls.
o Added api file creator tool to tools menu.
o Added code complete to windows api's boolean parameters.
o There can now be more than one xxxConst.api file using the same api.
o Fixed bug that showed tooltip on wrong screen on a dual screen system.
o Fixed a bug in tooltip pre parser. Tooltip lines was not pre parsed and
could cause wrong tooltip to be shown.
o Fixed a line continuation in blocks bug.
o Fixed a line continuation in block complete bug.
o Fixed bug with block comment / uncomment. Did not set / clear block collapse bookmark.
o Fixed a resource editor parser bug. If a control had an help id and
no exstyle the parser would fail.

Get it here:
http://radasm.cherrytree.at/

KetilO
4quiles
Posts: 56
Joined: Jul 19, 2009 3:19

Post by 4quiles »

Thanks KetilO. I really enjoy using FBEdit.
agamemnus
Posts: 1842
Joined: Jun 02, 2005 4:48

Post by agamemnus »

It would be nice to have a functionality similar to FBIde in terms of the help menu. In FBIde, you can select a keyword then go to Help>help to get HELP on that keyword. I'm 99% sure you have a key for this, but this is nice and intuitive..
vdecampo
Posts: 2992
Joined: Aug 07, 2007 23:20
Location: Maryland, USA
Contact:

Post by vdecampo »

agamemnus wrote:It would be nice to have a functionality similar to FBIde in terms of the help menu. In FBIde, you can select a keyword then go to Help>help to get HELP on that keyword. I'm 99% sure you have a key for this, but this is nice and intuitive..
If you put your cursor on a keyword and press F1 it will show the Help for that keyword.

-Vince
agamemnus
Posts: 1842
Joined: Jun 02, 2005 4:48

Post by agamemnus »

F1, F1. Not intuitive. :{
vdecampo
Posts: 2992
Joined: Aug 07, 2007 23:20
Location: Maryland, USA
Contact:

Post by vdecampo »

agamemnus wrote:F1, F1. Not intuitive. :{
This is the standard Windows help shortcut. It works in pretty much every Windows program, even Notepad. Intuitive enough for me. ;)

-Vince
Makoto WATANABE
Posts: 231
Joined: Apr 10, 2010 11:41
Location: Japan
Contact:

FbEdit1.0.7.6 freezes on Win95.

Post by Makoto WATANABE »

I am still using Win95.
FbEdit1.0.7.6 freezes when I operate a menu of FbEdit on Win95.
I return to FbEdit1.0.7.5, and am using it on Win95 without trouble.

I do not expect improvement of FbEdit.
Because a user of Win95 may be only me now.

However, I want to know the reason why FbEdit1.0.7.6 freezes on Win95 , though FbEdit1.0.7.5 does not freeze.
Please teach me the reason if you know it.
Kot
Posts: 336
Joined: Dec 28, 2006 10:34

Post by Kot »

Is there a possibility to make FBEdit catch all the error messages from fbc? For example program

Code: Select all

Dim a(5) As Integer
For i As Integer=0 To 7
	a(i)=i+4
	Print a(i)
Next i
Sleep
and compiled with -exx option displays the error message almost too fast to see it, so it would be useful feature for some kinds of errors.
Post Reply