FBEdit and the FB Extended Library

External libraries (GTK, GSL, SDL, Allegro, OpenGL, etc) questions.
Post Reply
paul22
Posts: 26
Joined: Feb 10, 2007 19:59
Location: Montreal

FBEdit and the FB Extended Library

Post by paul22 »

I downloaded the Fb Extended library. The problem is that when I open a *.BI file, using FBEdit, I get the entire file as a single line.
I have tried parsing by hand but it will take a long time to parse all the .BI files.
Has anyone else come across this problem What is the solution?

I am using windows 10 but I do not think this is the problem.
Thanks
Paul
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: FBEdit and the FB Extended Library

Post by MrSwiss »

paul22 wrote:... using FBEdit, I get the entire file as a single line.
The problem is:
the file was written on a LIN system, using only Chr(10), aka: LF (instead of Chr(13, 10), CRLF used on WIN).

A solution with FBIde: load the file and, save it thereafter (no changes required!).
A Utility written by myself, doing the same: click here.
St_W
Posts: 1619
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: FBEdit and the FB Extended Library

Post by St_W »

There is also a FBedit plugin that suggests to convert such a file when you try to open it. For more information & download see:
http://freebasic.net/forum/viewtopic.ph ... 8&p=158544
paul22
Posts: 26
Joined: Feb 10, 2007 19:59
Location: Montreal

Re: FBEdit and the FB Extended Library

Post by paul22 »

Thank you;
The plug in works well.
Paul
Post Reply