[Gambas-user] Strange "new" in writing code in the IDE Editor.

Bruce Steers bsteers4 at gmail.com
Wed Nov 1 10:43:00 CET 2023


On Wed, 1 Nov 2023 at 09:18, vuott--- via User <user at lists.gambas-basic.org>
wrote:

> Hello,
>
> previously to the last commits, if I wrote in the Project Editor the
> Question Mark ("?"), I would get the conversion to the word "Print."
>
> Now the symbol "?" remains in the Editor.
>
>
> Also, if I wrote a line of code, the elements of which were spaced by two
> or more white spaces, the Editor would proceed to adjust the position of
> the words.
> For example, from thus:
>      If a = Then      Print       "OK"
> it would adjust like this:
>      If a = Then Print "OK"
>

I noticed similar things.
I think the CanRewrite property is not getting noticed since Benoit changed
it to be a dynamic setting.
....
Yep
I have submitted a fix.
line 961/963 of gb.form.editor CDocument.class

Respects
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231101/4940c5a1/attachment.htm>


More information about the User mailing list