Pavel
Pavel
Bug: extension includes up to one trailing symbol: ``` ([a]). ``` Press Ctrl+Shift+B to see `[(a).]` selected instead of [(a)].`.
Expansion needlessly depends on caret position: ``` ([|a]) ([a|]) ``` It is expected that in both cases Ctrl+Shift+B would select the outer brackets but the second case currently only moves...
Selection isn't extended anymore at all: ``` (|a) -> ([a]) -> must be [(a)] but remains ([a]) ```
Please pay attention to the description. > ***This doesn't affect copying (the number is still copied in locale-independent format)***
Strange issue: 1. Create new document 2. Paste `12334567.89` - statusbar is correct 3. Type Space - statusbar is correct 4. Type Backsapce - statusbar shows non-localized number
What was the problem?
Improvement: if the to-be displayed localized text consists of 0s and no other digits (but non-digits such as separators are allowed), increase the default precision up to the default used...
> `if (n2e_CheckStringMatchRegexp(tchBuffer, L"0*[.,]0*"))` I don't like the idea of running regexp in this case and I said `consists of 0s and no other digits (but non-digits such as separators...
This is still not correct - editing should not even start in this case. I have checked the previous versions and indeed it used to work like now, however, there...
> This is still not correct - editing should not even start in this case. I have checked the previous versions and indeed it used to work like now, however,...