Search found 416 matches

by KetilO
May 21, 2010 14:55
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi frisian

A new release is on its way, probably by the end of next week.
All bygs you mention will be fixed.
Rem will NOT be supported so FbEdit will not recognize the line as commented.

Comments back behaves differently from background color.

KetilO
by KetilO
Apr 20, 2010 13:23
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi Dinosaur

It does not hang here. I probably need your project to find out more.
If you email me your project then I can send you FbEdit 1075

KetilO
by KetilO
Apr 19, 2010 14:46
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi Dinosaur

What is Times?
Namespace, Class or plain structure?

KetilO
by KetilO
Apr 19, 2010 14:44
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi Kot

If you in Project Options check the Start Cmd.exe box then the console window will stay open and you can read the error messages.

KetilO
by KetilO
Apr 19, 2010 14:36
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi WATANABE

On win95 common controls version 4.71 is the minimum needed (came with internet explorer 4.0).
If your version of common controls is 4.71 or higher then it might be a bug in FbEdit.

Let me know your version of comctl32.dll

KetilO
by KetilO
Mar 15, 2010 7:36
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

FbEdit 1.0.7.6 Released

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 win...
by KetilO
Mar 05, 2010 6:05
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi vdecampo

Thanks, will be fixed in next release.

KetilO
by KetilO
Feb 23, 2010 9:42
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

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 t...
by KetilO
Feb 23, 2010 7:39
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi Dinosaur

Good idea, will be implemented.

KetilO
by KetilO
Feb 08, 2010 15:26
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

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 ...
by KetilO
Dec 29, 2009 11:51
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

FbEdit 1.0.7.4 Released

Whats new: ---------- 1.0.7.4 o Added Edit / Empty Undo Buffer. o Added UpdateChecker addin. Lets you check for new version, download and unzip FbEdit.zip. o Added UndoSave addin. Saves undo information on project code files. o Fixed a dialog editor bug that caused it imposible to select controls on...
by KetilO
Nov 30, 2009 8:22
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Thanks St_W

FbEdit 1.0.7.3b is uploaded.

Whats new:
----------
1.0.7.3b
o Some improvement when moving a tab.
o Fixed bug with Run. The file path was not quoted.
o Fixed bug with trim trailing spaces. Line changed state was not updated.

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

KetilO
by KetilO
Nov 09, 2009 8:39
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi dasyar

FbEdit's make system is very flexible.
Nothing prevents you from adding a dos build option.

KetilO
by KetilO
Nov 04, 2009 9:28
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

FbEdit 1.0.7.3 Released

Whats New
------------
o Added register window to debug.
o Fixed bug where the string !"Hello \n\"world\"!!!!!" would not be highlighted correctly.
o Fixed bug where Loop instruction in an Asm block caused collapse problems.

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

KetilO
by KetilO
Nov 03, 2009 8:00
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240981

Hi Dinosaur

It is the Loop instruction that causes problems.
In your case I recomend disabling the FB Do Loop block until I can find a solution to the problem. Edit the FbEdit.ini and comment the block.

[Block]
.
.
;14=do!loop,Loop,,,0
.
.
.

KetilO