Predelnik / DSpellCheck

Notepad++ Spell-checking Plug-in
GNU General Public License v2.0
198 stars 32 forks source link

Bookmarking Misspellings Conflict with New Change History Margin #313

Closed MadokaAyukawa closed 1 year ago

MadokaAyukawa commented 1 year ago

With the new Change History Margin, and when trying to bookmark all misspellings, DSC will now place them in the change history margin rather than the Bookmark margin.

image

This FAQ talks about the margin and the consequences for plugins:

Consequences for Plugins

In order to support the Change History feature, Notepad++ had to reassign some resources it was using for other purposes, because Scintilla used these same resources for Change History. Summary: The marker id number for bookmarks changed from 24 to 20, and three marker id numbers used for the hidden-lines feature changed from 21-23 to 17-19.

Further, Change History uses Margin number 2, so that is no longer available to plugins.

Plugins that made use of affected marker-numbers or margin 2 will have to be updated in order to not conflict with Notepad++'s use. If they are not updated, there will be unexpected interactions, and users will be confused.

https://community.notepad-plus-plus.org/topic/23616/faq-desk-new-change-history-feature

Thank you for a wonderful plugin.

Predelnik commented 1 year ago

Thanks for reporting, will certainly fix this soon.