Yaron10

Results 27 issues of 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...

upstream bug

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

crash

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

enhancement

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. ![תמונה](https://user-images.githubusercontent.com/10229320/193242077-021ef012-7577-4294-b840-e8d95f219ff9.png) Click Prev....

enhancement

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. ![תמונה](https://user-images.githubusercontent.com/10229320/213928185-af969178-d31b-4dfe-bf47-6b0911c06f2c.png) **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:** ![תמונה](https://user-images.githubusercontent.com/10229320/211152621-25132441-cd42-4185-985e-6fd194ed59ce.png) 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...