cshnik

Results 150 comments of cshnik
trafficstars

Default charset was not set properly. Fixed.

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

> Shouldn't we report this discrepancy to them? Probably yes. It looks like this is a rare case since usually applications use Scintilla with charset set to SC_CHARSET_DEFAULT. While Notepad2e...

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

Demo for initial testing purposes: ![image](https://user-images.githubusercontent.com/8019354/100039541-ff864280-2e37-11eb-9a8c-78dcca9a0e36.png) At this point even basic operations are not supported in the additional views. Please provide required set of features which should be implemented for...

> * added new Style: `Current Line, Inactive View (Color)` (and same style for 2nd Scheme); used when Highlight Current Line is on to paint line background in a view...

> * fix color of Long Line Marker in sectondary views (always gray) > * position caret in the new view on the line number where the caret was in...

> * add new setting to `Esc Key Function`: "First Close Current &Split View, If Any" (under `---` in the end of Esc Key Function's submenu, as with View >...

It looks like specified behavior is an algorithm's feature of title case transformation: under specific conditions upper case letters can be treated as acronyms: > ToTitleCase() takes a very simple...

Specified change is insufficient since this feature reuses Scintilla's [SCI_BRACEMATCH command](https://www.scintilla.org/ScintillaDoc.html#SCI_BRACEMATCH): > The brace characters handled are '(', ')', '[', ']', '{', '}', '' Implementation of specified INI setting will...