Yaron10
Yaron10
**STR:** Start Firefox without restoring the last session. Go to any page. Close the tab. Right-click UndoCloseTab toolbar button and restore the closed tab. Right-click UndoCloseTab toolbar button (the recent...
**STR:** Paste the following lines in a new document. ``` Test Test Test Test Test ``` Place the caret at line 3. View -> Hide Lines. Place the caret at...
Hello Pavel, If you compare an untitled empty document to clipboard, you only get the clipboard temp document. It also starts with a random number: Clipboard_4 or Clipboard_5. Thanks again...
Hello Pavel, Could you please compare [these files](https://github.com/pnedev/comparePlus/files/9683078/prefs.zip)? Place the caret at line 84 in prefsNew.js and make sure the beginning of line 69 is not visible.  Click Prev....
The following code in userContent.css moves the tools in Google Search to a side-bar. ``` @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("https://www.google.") { #hdtb-tls { display: none !important; } /* Display search tools...
Many editors display the extension's shell icon in the documents' tabs. I find it very helpful, and I think it would be a major addition to Notepad++. If the idea...
**STR:** Paste the following text: ``` Test ``` "Space to Tab (Leading)". **Result:** No change.  **Expected:** Those spaces are still "leading" and should be converted. *** Notepad++ 8.4.8.
**STR:** Paste the following code into a new document and set the language to CSS. ``` :root { /* --toolbarbutton-inner-padding: 6px !important; */ /* --arrowpanel-border-radius: 0px !important; */ /* --panel-border-radius:...
**STR:** Paste the following code into a new document and set the language to CSS. ``` :root { --toolbarbutton-inner-padding: 6px !important; --arrowpanel-border-radius: 0px !important; --panel-border-radius: 0px !important; } .tab-context-line {...
**STR:**  Place the caret at the end of line 1. Convert EOL to Unix. Undo. **Result:** The caret disappears (positioned between `CR` to `LF`). **Related:** https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12472. *** Notepad++ v8.4.8...