Page 4 of 5

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Tue Apr 26, 2022 7:26 pm
by Thorsten1867
Update: Bugfixes

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Wed Apr 27, 2022 6:42 pm
by davido
@Thorsten1867, Thank you, very much. :D

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Thu Apr 28, 2022 9:18 pm
by Thorsten1867
Bugfix: InsertText()

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Tue May 17, 2022 11:54 am
by Thorsten1867
Update:
  • New Scrollbars
  • New DPI managment

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jun 05, 2022 2:47 am
by swan
Hi,
Have just come across EditorEX, very nice, in particular built in spell check. :) A question though with spellcheck on the example, if I paste an incorrect word via the popup menu it highlights the the word as you'd expect, prob trigered by menu event. However not the same if I type direct - no onchange event.
Thanx .... :D

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jun 05, 2022 12:27 pm
by Thorsten1867
Update: Added: #EventType_Syntax (Spellchecking)

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jun 05, 2022 12:28 pm
by Thorsten1867
swan wrote: Sun Jun 05, 2022 2:47 am Hi,
Have just come across EditorEX, very nice, in particular built in spell check. :) A question though with spellcheck on the example, if I paste an incorrect word via the popup menu it highlights the the word as you'd expect, prob trigered by menu event. However not the same if I type direct - no onchange event.
Thanx .... :D
Spell check is triggered by the space and punctuation marks.

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jun 05, 2022 11:27 pm
by swan
OK I get it now, thank you ...

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jul 17, 2022 6:54 pm
by ❤x1
Hello,
just tried your gadget and I stumbled into an issue : on Windows 11 with PB6.00, after scrolling with the mouse wheel, any click will result in a sudden scroll + selection.

Image
(I know this gif isn't clear, but I couldn't make it any better)

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Wed Jul 20, 2022 1:37 pm
by Thorsten1867
Bugfixes

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Fri Jul 22, 2022 2:31 pm
by ❤x1
That was fast! Thanks a lot :D

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Fri Jul 22, 2022 10:29 pm
by ❤x1
I found another one, sorry :
Image

Writing also reset the scrolling position.

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jul 24, 2022 8:40 am
by swan
Just downloaded the latest version and noticed text selection highlighting is not working, in other words copying text with a mouse.
Thank you ...

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Sun Jul 31, 2022 7:13 pm
by Thorsten1867
Bugfixes

The error had unfortunately hidden itself very well.

Re: [Module] EditorEx (Custom Editor Gadget)

Posted: Wed Aug 03, 2022 9:27 am
by ❤x1
Found a third one... T_T
Image
If the text is scrolled down and the caret below the scrolling line, resizing is messed up.