Re: [Gambas-user] Problems with new feature of gambas IDE

2011-01-26 Thread Benoît Minisini
> Search with regular expression doesn't seem to work... "AnyFunctionName(*" > doesn't find anything. > > Jussi > Search is done with "grep", so you must learn the grep regular expression syntax first! -- Benoît Minisini ---

Re: [Gambas-user] Problems with new feature of gambas IDE

2011-01-26 Thread Jussi Lahtinen
Search with regular expression doesn't seem to work... "AnyFunctionName(*" doesn't find anything. Jussi 2011/1/26 Benoît Minisini > > Hi! > > Gambas IDE seems to automatically expand sentences like this "If a=b > then" > > to "If a = b then", even when you are in middle of writing this sentenc

[Gambas-user] Issue 16 in gambas: buttonbox have no picture on GTK

2011-01-26 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 16 by sot...@gmail.com: buttonbox have no picture on GTK http://code.google.com/p/gambas/issues/detail?id=16 1) Describe the problem. ButtonBox componenet does not show

Re: [Gambas-user] Disappeared error messages

2011-01-26 Thread Ricardo Díaz Martín
I got the same problem with the same gambas version in the same OS. Compiz is disabled. In addition, when IDE is in debug mode, if you do double-click on a variable (or object), nothing happens, In previous gambas3 versions, a form with detailed info was open. Regards, Ricardo Díaz 2011/1/26 Jus

[Gambas-user] Issue 15 in gambas: Bugs gtk component.

2011-01-26 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 15 by francesc...@gmail.com: Bugs gtk component. http://code.google.com/p/gambas/issues/detail?id=15 1) Iconview items, which are insert into an iconview object with a re

Re: [Gambas-user] Problems with new feature of gambas IDE

2011-01-26 Thread Benoît Minisini
> Hi! > Gambas IDE seems to automatically expand sentences like this "If a=b then" > to "If a = b then", even when you are in middle of writing this sentence. > This makes writing hard because expanding doesn't move cursor accordingly, > example if you try to write: > "If a=true then" you got: > "I

[Gambas-user] Problems with new feature of gambas IDE

2011-01-26 Thread Jussi Lahtinen
Hi! Gambas IDE seems to automatically expand sentences like this "If a=b then" to "If a = b then", even when you are in middle of writing this sentence. This makes writing hard because expanding doesn't move cursor accordingly, example if you try to write: "If a=true then" you got: "If a True Then