Pavel
Pavel
> > > Apart from the language indicator, is there a way to display Notepad2e in some language other than English? No, Notepad2 is inherently not localizable whatsoever. On top...
We won't do it, too complicated for the small benefit.
Let's revisit this task. This might be possible using a hook that selects and scrolls to the entry corresponding to the current file (if any) in the dialog's file list....
> Fixed. Strange changes came from Scintilla 3.11.2 and caused the specified behavior. Rollback. Maybe we should report this to them? This is definitely a bug.
@zufuliu Thanks for bringing this to our attention. > `case SC_CHARSET_DEFAULT: return documentCodePage ? documentCodePage : 1252;` @cshnik Can we avoid changing Scintilla's code here? Notepad2 documents always have some...
> But most app had changed that line I want to avoid modifying Scintilla sources as much as possible. We already have many patches and it's seriously complicating Scintilla updates....
Another strange issue. In my described setup, if you set buffer to ANSI (1251) and try entering Cyrillic symbols - you will get question marks (this doesn't happen in Notepad2...
> While the following code is used in Notepad 2e and most recent Scintilla 3.x Scintilla 3.21.1: Shouldn't we report this discrepancy to them?
> Please provide required set of features which should be implemented for these (highlighting/find-search/cursor navigation/etc/all at once?). All views should have the same features, they simply duplicate the "main" view...
A great example is Notepad++ - see how their View > Move/Clone Current Document > Clone To Other View command works.