FBIde 0.4.6 r3 Avilable now

User projects written in or related to FreeBASIC.
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Post by fxm »

OK. The remaining bugs in 0.4.6 FBIde have been well corrected.


But there is a tiny detail, which has existed since the origin of FBIde:

- The keywords (for example):
This.xxx
or now
Base.yyy
in this syntax (with dot) are not highlighted as keywords.

- In another syntax without dot, like:
This
or
@This
it works.

I do not know if you can do something about that?
(I tried to enter 'This.' in the keywords list but that does not work)
VonGodric
Posts: 997
Joined: May 27, 2005 9:06
Location: London
Contact:

Post by VonGodric »

Lachie Dazdarian: no problem. thanks for your kind words :) And MySoft also deserves credit ;)

AGS: I have no idea what are you talking about? Could you make a screenshot? Thanks

fxm: unfortunately can't fix the this / base highlighting. The problem is I lost the source code for fbide a long ago and in the cvs is a very old one. So no way to recompile. If you wish them to be highlighted you can a) leave a space after: this .methodname or b) put braces around: (this).msg -not the best way. but next fbide will be smarter about this sort of things :)
AGS
Posts: 1284
Joined: Sep 25, 2007 0:26
Location: the Netherlands

Post by AGS »

AGS: I have no idea what are you talking about? Could you make a screenshot? Thanks

Starting picture just before dragging

Image

Dragging top of result window up

Image

And back down again

Image

Upon release of the mouse button the picture is the same as the starting picture. It's during the dragging that repaint does not work.

I never saw these kind of repaint problems on win2k.
Last edited by AGS on May 31, 2011 0:01, edited 1 time in total.
VonGodric
Posts: 997
Joined: May 27, 2005 9:06
Location: London
Contact:

Post by VonGodric »

I see. sorry this issue can't be fixed.
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Post by fxm »

Mysoft wrote:ok, i have fixed the "path" and the "run command" issue...

and i also added Version Info to the DLL
so this update is version 1.0.1.6

you can get the updated DLL here:
http://jafile.com/uploads/mysoft/fbidefix_update.zip


von will probabily add this update to his official release tomorrow...

but so thanks, for the report :)
@Mysoft

I see that now, there is a new version 1.0.1.7 (with an increase of 512 bytes).
What are the differences relating to the version 1.0.1.6?
VonGodric
Posts: 997
Joined: May 27, 2005 9:06
Location: London
Contact:

Post by VonGodric »

FBIde 0.4.6r3 released with teh latest patches

http://fbide.freebasic.net/index.php?menuID=56

Big thanks to MySoft for providing patch promtly
Mysoft
Posts: 836
Joined: Jul 28, 2005 13:56
Location: Brazil, Santa Catarina, Indaial (ouch!)
Contact:

Post by Mysoft »

fxm wrote:@Mysoft

I see that now, there is a new version 1.0.1.7 (with an increase of 512 bytes).
What are the differences relating to the version 1.0.1.6?
i had forgot to revert the "relative path" back to normal when you exit...
which means if you had entered some relative path to fbc.exe, it wouldnt allow you to change back to a full path...
AGS
Posts: 1284
Joined: Sep 25, 2007 0:26
Location: the Netherlands

Post by AGS »

VonGodric wrote:I see. sorry this issue can't be fixed.
How come? I've got several apps that do things similar to what fbide does and I don't see any kind of repaint problems when using those apps.

Is it a wxwidgets related problem?
bfuller
Posts: 362
Joined: Jun 02, 2007 12:35
Location: Sydney, Australia

Post by bfuller »

I just downloaded and installed the 0.4.6r3 and fb 0.22b "bundle" from here http://fbide.freebasic.net/index.php?menuID=56 cited above.

When I check the "About" window in the new FBide it says Version 0.4.6 and Build Date Feb 19, 2006. Did I really get "r3"? Should this window be updated or am I missing something?

When I check the Compiler version (with Print __FB_SIGNATURE__ or Print __FB_VERSION__ or MAJOR or MINOR or PATCH for that matter) it tells me I have 0.22 (ie 0.22b is not mentioned).

How can I double check I have the actual latest versions (r3 of FBide and b of the compiler)? (Note: I did check and theme "obsidian" is available in FBide so I am fairly certain I do actually have the update)
Mysoft
Posts: 836
Joined: Jul 28, 2005 13:56
Location: Brazil, Santa Catarina, Indaial (ouch!)
Contact:

Post by Mysoft »

bfuller wrote:I just downloaded and installed the 0.4.6r3 and fb 0.22b "bundle" from here http://fbide.freebasic.net/index.php?menuID=56 cited above.

When I check the "About" window in the new FBide it says Version 0.4.6 and Build Date Feb 19, 2006. Did I really get "r3"? Should this window be updated or am I missing something?

When I check the Compiler version (with Print __FB_SIGNATURE__ or Print __FB_VERSION__ or MAJOR or MINOR or PATCH for that matter) it tells me I have 0.22 (ie 0.22b is not mentioned).

How can I double check I have the actual latest versions (r3 of FBide and b of the compiler)? (Note: I did check and theme "obsidian" is available in FBide so I am fairly certain I do actually have the update)
ok it says 0.4.6 but it have the credits to myself added... things that doesnt exist on the original 0.4.6, what happened is that he doesnt have the source, so he can't recompile his project... and we fixed the bugs, trough some hacking.... that's why it still say "Date Feb 19,2006" i could had changed that, but now it doesnt worth another release just for that :P

and about the freebasic version it's really 0.22 the "B" just stands for beta... isnt part of the version number, and since there was an official release of 0.22.0 that "beta" have little to no meaning...

since for me the SVN is the real "beta" :P
bfuller
Posts: 362
Joined: Jun 02, 2007 12:35
Location: Sydney, Australia

Post by bfuller »

That all makes good sense--thanks for clarification.

By the way, I really like FBide, easy and simple to use----you guys do a good job.

Rgds
VonGodric
Posts: 997
Joined: May 27, 2005 9:06
Location: London
Contact:

Post by VonGodric »

I've removed the 'b' suffix on the website :)
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Post by fxm »

VonGodric wrote:FBIde 0.4.6r3 released with teh latest patches

http://fbide.freebasic.net/index.php?menuID=56

Big thanks to MySoft for providing patch promtly
Two keywords miss in the basic file "fbfull.lng":
- New
- Delete

They can be now easily added using the menu 'View / Settings / Keywords".
VonGodric
Posts: 997
Joined: May 27, 2005 9:06
Location: London
Contact:

Post by VonGodric »

oops. I wonder why they re missing from http://www.freebasic.net/wiki/wikka.php ... FunctIndex because that's the page I used and relied upon ...
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Post by fxm »

VonGodric wrote:oops. I wonder why they re missing from http://www.freebasic.net/wiki/wikka.php ... FunctIndex because that's the page I used and relied upon ...
Surprisingly, they were never in that page from fbc 0.17 (creation date)!
Post Reply