--- a/docs/changelog.md Sun Dec 11 18:24:41 2022 +0100 +++ b/docs/changelog.md Mon Dec 12 16:35:21 2022 +0100 @@ -2,15 +2,18 @@ ### Version 23.01 - bug fixes +- Class Browsers + - Removed the IDL and Protobuf class browsers to include them in their respective + plugin. - Editor - - Changed the handling of files whose typ cannot be determined by the Python - mimetypes module to check against a list of known text file patterns and - ultimately asking the user, if the file in question is a text file (see - `Mimetypes` configuration page. - - Added a configuration option to disable the source navigator (selector boxes above - the editor or code outline roght of the editor). This is useful e.g. on very small - screens. - - Added support for multiple cursor paste. + - Changed the handling of files whose typ cannot be determined by the Python + mimetypes module to check against a list of known text file patterns and + ultimately asking the user, if the file in question is a text file (see + `Mimetypes` configuration page. + - Added a configuration option to disable the source navigator (selector boxes above + the editor or code outline roght of the editor). This is useful e.g. on very small + screens. + - Added support for multiple cursor paste. - Find In Files - Added context menu entries in Replace mode to select/deselect all entries (e.g. useful for checking big replacement lists for validity).