[Module] EditorEx (Custom Editor Gadget)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post by Thorsten1867 »

Update: Bugfixes
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: [Module] EditorEx (Custom Editor Gadget)

Post by davido »

@Thorsten1867, Thank you, very much. :D
DE AA EB
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post by Thorsten1867 »

Bugfix: InsertText()
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post by Thorsten1867 »

Update:
  • New Scrollbars
  • New DPI managment
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: [Module] EditorEx (Custom Editor Gadget)

Post 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
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post by Thorsten1867 »

Update: Added: #EventType_Syntax (Spellchecking)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post 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.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: [Module] EditorEx (Custom Editor Gadget)

Post by swan »

OK I get it now, thank you ...
User avatar
❤x1
User
User
Posts: 46
Joined: Thu Jan 10, 2019 5:56 pm

Re: [Module] EditorEx (Custom Editor Gadget)

Post 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)
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post by Thorsten1867 »

Bugfixes
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
❤x1
User
User
Posts: 46
Joined: Thu Jan 10, 2019 5:56 pm

Re: [Module] EditorEx (Custom Editor Gadget)

Post by ❤x1 »

That was fast! Thanks a lot :D
User avatar
❤x1
User
User
Posts: 46
Joined: Thu Jan 10, 2019 5:56 pm

Re: [Module] EditorEx (Custom Editor Gadget)

Post by ❤x1 »

I found another one, sorry :
Image

Writing also reset the scrolling position.
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: [Module] EditorEx (Custom Editor Gadget)

Post 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 ...
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] EditorEx (Custom Editor Gadget)

Post by Thorsten1867 »

Bugfixes

The error had unfortunately hidden itself very well.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
❤x1
User
User
Posts: 46
Joined: Thu Jan 10, 2019 5:56 pm

Re: [Module] EditorEx (Custom Editor Gadget)

Post 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.
Post Reply