ArkadiuszMichalski

Results 43 issues of ArkadiuszMichalski

Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5004.

language-support

Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12421.

translation

In normal mode for one commit we have 10 jobs, each takes 8 minutes on average, which gives over 1h for each commit. It needs some optimization, especially when someone...

build / code

When we set `LANG` environment variable to some value then MinGW build will throw when we pass to `notepad++.exe` some argument. STR: 1. Open `cmd`. 3. Put `set LANG=en-US` and...

build / code

Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12459.

enhancement

Step to reproduce (NPP 6.8.8 and qcp 2.0): 1. Open some file like HTML 2. Put hex color (like #F5DEB3) somewhere in the text 3, Sometimes color did not receive...

bug

Any chance add option for saving color to clipboard, not output color to actual cursor position in NPP? I often need to take color from screen for various programs (by...

enhancement

We don't have command like `Convert to current EOL`. To get this we need to convert to another EOL and then back to the correct one. This cause that: -...

How should we treat different EOLs (`CRLF/CR/LF`) in commands like `Remove Duplicate Lines` and `Remove Consecutive Duplicate Lines`? Lines with different EOLs should be treated as same lines or different...