The plugins which are not compatible but their newer versions are available are not only on the incompatible list, but also on the Updates list.
Fix#12069, close#12105
Commits: 7d5516e0a8ef69d04165926255828cc70c0c3811 851900334cc9699818230ad686ead79a3ecc79c0 9809e2fc2cb9aa2ace06a7cdd5b89b49e27e8927
Other minor corrections
Close#12068
Add translations for these commits:
* Add an option for hiding the + ▼ ✕ from the menu bar (7d5516e0a8ef69d04165926255828cc70c0c3811)
* Add cycling function hints ability by ALT-UP/DOWN shortcuts (851900334cc9699818230ad686ead79a3ecc79c0)
* Add option to turn off selecting text when Field dialog is invoked (9809e2fc2cb9aa2ace06a7cdd5b89b49e27e8927)
Close#11967
Fix detected language not being applied if Default languge is set in Document settings.
Don't override detected file type with default language:
When loading files with no extension from disk, remove the extra condition so the default language setting does not take precedence over the auto-detected file type (if any)
Fix#11504, close#11992
Fixes uninitialized CmdLineParamsDTO parameters:
uninitialized _udlName could cause crash when drag&drop files between different Notepad++ instances.
Fix#11976, close#11977
Deletion of one line where there's folding didn't show the hiden lines in the old version of Scitilla.
It's not anymore the case in the new (current used) version of Scintilla (which manages such situation correctly).
Therefore the redundant notification for the current used version of Scintilla can be removed, and it solves hanging problem.
Fix#10193, close#11946
When document contains a very long line and the wrapped feature is ON, switch off then switch back to this document could take times.
This commit reduce the delay largely while switching into the document with very long line.
Fix#11942
Add translation for this commit:
* Add some shortcuts in Styler Configurator to preferences dialog (67ab4d55276ae99e632f19d1035de70cc022e3b9)
Close#11917