Pavel
Pavel
> **if current selection equals bracketed contents** it extends selection by including surrounding brackets Bug in R261 7b1cf6f ``` (a[b]) ``` Ctrl+Shift+B selects `[(ab)]` rather than `([ab])` even though `current...
The above issue has been fixed in some commit.
Using quotes in Windows commandline is always tricky. You can't just pass the search text unchanged if you want it recognized as part of one argument: ``` v start of...
Issue with Config File (INI): ``` # XXXXXXX XXXXXX # 1. XX (blank line at the end) ``` Ctrl+A, Ctrl+I - Notepad 2e will either crash or produce lots of...
I really appreciate this hinting, thanks @deepsweet. I have added ESLint config in 98525b6b2a3f241466066b67ec31bd0f46e5df56.
Problem with dedicated tests is that somebody needs to write them. I currently don't have plans for doing this. You are welcome to help if you wish.
> well, I definitely have some interest in Sqimitive after your post on habrahabr :) That's great if I could convince at least one soul. Hope it works well for...
Sorry, we have no experience with IIS. If you do have, feel free to PR.
I have no plans of maintaining an up-to-date PHP 5.6 port. For my purposes current version works perfectly - you shouldn't be running PHP under XP in production anyway. I...
No crashes for me (XP SP3 x86): ``` C:\>xampp\php\php composer.phar selfupdate You are already using composer version 1.9.0 (stable channel). C:\>xampp\php\php composer.phar search ... phpinfo() PHP Version => 5.6.24 ......