gb.form.editor versus non-ascii chars (contrib)

Ask about the individual Gambas components here.
Post Reply
sergioabreu
Posts: 82
Joined: Tuesday 9th July 2024 9:27am

gb.form.editor versus non-ascii chars (contrib)

Post by sergioabreu »

Hi there

I found a bug related to highlight and non-ascii characteres (that break the app).
I found the solution for gb.form.editor (I fixed with the source code in my PC)
How can I send the info, is there an active developer e-mail for me to send it ?
User avatar
BruceSteers
Posts: 1755
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: gb.form.editor versus non-ascii chars (contrib)

Post by BruceSteers »

but a TextEditor is not supposed to support non ascii chars. It's a "Text" editor.

So is it a bug in displaying non ascii chars in a TextEditor?

or an error in your coding trying to display non-ascii chars?

Benoit will soon let you know :)
If at first you don't succeed , try doing something differently.
BruceS
User avatar
BruceSteers
Posts: 1755
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: gb.form.editor versus non-ascii chars (contrib)

Post by BruceSteers »

So to report a bug to Benoit (or see if it is a bug or not) use the bugtracker.
https://gambaswiki.org/bugtracker

If you are sure you have found a bug and you are sure you understand how everything works enough to make changes to gambas components yourself then contributions from users happen via the gitlab repository by forking the repository and making merge requests.
https://gitlab.com/gambas/gambas

Contributing guidelines...
https://gitlab.com/gambas/gambas/-/blob ... IBUTING.md
If at first you don't succeed , try doing something differently.
BruceS
Post Reply