[Gambas-user] something's broken (do not know what)

Bruce Steers bsteers4 at gmail.com
Mon Jul 12 19:55:05 CEST 2021


On Mon, 12 Jul 2021 at 18:32, bb <adamnt42 at gmail.com> wrote:

> On Mon, 2021-07-12 at 18:13 +0100, Bruce Steers wrote:
> >
>
> > sorry there was still a poxy duplicate.
> > have now completely fixed the git
> >
> > had a play to find this is a gtk bug (2 and 3), files load okay if
> > app is qt.
> > BruceS
> >
> >
> MacroRecorder.LoadX11Defs -> MacroRecorder.InTrim called 2498 times?
>

seems legit.
it goes through the keysysdef.h file turning multiple spaces into a single
space on each line.
so
#define XK_BackSpace                     0xff08  /* Back space, back char */
becomes...
#define XK_BackSpace 0xff08 /* Back space, back char */

though i did recently discover the Scan() command so might change that.
the file has 2.5k lines
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210712/588ea9ed/attachment.htm>


More information about the User mailing list