Michael Heath
Michael Heath
I have looked back at the LexCPP.cxx source at 37c4b894cc247d1ee6976bc1a1b66cfed4b7774e and `(` and `)` was added to the folding. Currently in that part of code folds on any of `{}[]()`...
@JohnKollar 8.8.1 shows the issue that you have reported. [8.8.2] RC3 tested with `npp.8.8.2.portable.x64` does not so it seems a fix has already been done. [8.8.2]: https://community.notepad-plus-plus.org/topic/26964/notepad-v8-8-2-release-candidate Probably this fix:...
> launching Notepad++ from the command line involves typing the whole path or manually updating the path. The `notepad++.exe` path is added to the `App Paths` key so the `start`...
Duplicate of #12816
```py from Samples.BracketHighlighter import BRACKET_HIGHLIGHTER BRACKET_HIGHLIGHTER.indicatorOptionsSet( BRACKET_HIGHLIGHTER.settings_dict['indic_for_box_at_caret'], # indicator number 16, # INDIC_FULLBOX (255,255,0), # yellow 60, # alpha 20, # outline alpha False) # draw under text ``` Test...
@idiotican With mouse, click line `1` col `1`, Shift + Alt hold down and then click line `4` col `2` to make the selection. It is easier than using only...
> 3. Scroll to lines 333 to 356. I see it in v8.8.6 though if set `Show End of Line` then order appears bad when End-Of-Line sequence changes from CRLF...
> Now, on to removing duplicates failure. Same file, lines 8 and 9, for example, if you'd care to take a look at that one, too. I haven't searched for...
Quote from Powershell's *about_quoting_rules* documentation: >A here-string: > > * spans multiple lines > * begins with the opening mark followed by a newline > * ends with a newline...
> ### Expected Behavior > > I would expect opening Notepad++.exe to open a new tab with this option enabled > > I would expect opening a file directly such...