• Notepad++ v8.1.3 Released

    Locked
    11
    3 Votes
    11 Posts
    4k Views
    Alan KilbornA

    @Json-Park said in Notepad++ v8.1.3 Released:

    Highlight means “style token” using 1st or 2nd style (blue orange yellow, violet…)

    In older versions of Notepad++, the behavior was governed by fixed, internal logic to the program.
    Some users found that inflexible.
    Now behavior of this is governed by new Preference settings, try adjusting these:

    b8147db9-32f2-4722-a2b2-7d46590ce4b4-image.png

  • Notepad++ v8.1.2 Released

    Locked
    53
    3 Votes
    53 Posts
    8k Views
    Bojan RB

    @Bojan-R
    I meant before updating to v8.1.3

  • Notepad++ v8.1.3 release candidate 3

    Locked
    1
    1 Votes
    1 Posts
    271 Views
    No one has replied
  • Notepad++ v8.1.3 release candidate 2

    Locked
    2
    2 Votes
    2 Posts
    266 Views
    donhoD

    @xomx

    ref: https://community.notepad-plus-plus.org/topic/21599/notepad-v8-1-3-release-candidate?_=1628424104625

    After PR 10265 there is also the “Link” possibility in the Settings -> Preferences -> Dark Mode dialog, but the relevant translation item has not been added(?).

    PR 10265 made the Preferences dialog and some other dialogs dark_modable, it didn’t add new GUI component, therefore nothing to be translated.

    The translation of dark-mode page of preferences has been done in previous PR. Here is the added entries in english.xml:
    https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xml#L853

    And Dark Mode readability of the disabled text on the same dialog page is not optimal (to see: switch in between the radio button “Black tone” and “Customized tone” and compare the color-picker labels appearance). In a different place it is much better (e.g. under the Dark Mode on try switch ANSI<->UTF-8 in the Preferences -> New Document -> Encoding and check the text “Apply to opened ANSI files” beside) .

    Indeed. It seems the radio button / checkbox has the different dark-mode behaviour from the label’s one. I will check it in the code.

    edit:: regarding the dark mode small visual glitch, it’s how system handle it, it’s not bug in Notepad++. Therefore nothing to be fixed:
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10357

  • Notepad++ v8.1.3 release candidate

    Locked
    5
    6 Votes
    5 Posts
    484 Views
    xomxX

    After PR 10265 there is also the “Link” possibility in the Settings -> Preferences -> Dark Mode dialog, but the relevant translation item has not been added(?).

    And Dark Mode readability of the disabled text on the same dialog page is not optimal (to see: switch in between the radiobutton “Black tone” and “Customized tone” and compare the color-picker labels appearance). In a different place it is much better (e.g. under the Dark Mode on try switch ANSI<->UTF-8 in the Preferences -> New Document -> Encoding and check the text “Apply to opened ANSI files” beside) .

  • Notepad++ v8.1.1 is available

    Locked
    24
    1 Votes
    24 Posts
    6k Views
    Winnie PapeW

    @Ekopalypse said in Notepad++ v8.1.1 is available:

    regexBackward4PowerUser

    great, many thanks for that

  • Notepad++ v8

    Locked
    49
    6 Votes
    49 Posts
    11k Views
    spiffeyS

    @mere-human Thanks for being prepared to give it a try but, as it was made clear above that making the entire file and shortcuts available was massively overstepping the bounds and etiquette of the forum, I immediately took down the link.

    I’m sorry to say this was down to my naivety (as this is my first time posting to the forum), for which I apologise.

  • Notepad++ v8.1.2 Release Candidate

    Locked
    8
    5 Votes
    8 Posts
    675 Views
    Artur HarisonA

    @donho said in Notepad++ v8.1.2 Release Candidate:

    By “Search menu” I guess you mean “find dialog”. Indeed. But I cannot find another better description.

    Suggestion:
    Active - >Tabs Color or fix find dialog inversion of tabs.
    Disabled text -> Disabled option
    Edge -> Separators
    Top -> Panel bar

    )))

  • Notepad++ v8.1.1 Release Candidate 2

    Locked
    1
    3 Votes
    1 Posts
    203 Views
    No one has replied
  • Notepad++ v8.1.1 Release Candidate

    Locked
    1
    2 Votes
    1 Posts
    182 Views
    No one has replied
  • Notepad++ v8.1 Release Candidate 2

    Locked
    4
    1 Votes
    4 Posts
    415 Views
    PeterJonesP

    @donho ,

    Thanks for this.

    I can confirm that

    Auto-completion performance is back to where it should be, rather than the super-slow from v8.0. Great! “Open” looks much better than “Save” in the Open dialog. ;-) Thanks! The fix for #9939, which just missed the deadline for v8.0, is correctly working in v8.1 (I can get the extension appended with Enter, Alt+S, or hitting Save button).

    So the fixes that I was most looking forward to after v8.0 are all working in v8.1-RC2.

    Thanks for all your effort (@donho and the rest of the v8.1 contributors)!

  • Notepad++ v8.1 Release Candidate

    Locked
    3
    4 Votes
    3 Posts
    334 Views
  • Notepad++ v8 Release Candidate 3

    Locked
    6
    6 Votes
    6 Posts
    639 Views
    guy038G

    Hello @hmin124, @peterjones and All,

    Indeed, the apostrophe ( \x27 ) should be considered as a valid character, in Internet addresses, only when not followed with a regex space char. So, if the regex \x27(?!\s) matches the ' !

    Best regards,

    guy038

  • Notepad++ v8 Release Candidate 2

    Locked
    20
    3 Votes
    20 Posts
    1k Views
    PeterJonesP

    @Alan-Kilborn ,

    I brought it up in the original “Append extension” PR #9732 – Scott and @mere-human have both confirmed it as well, and @mere-human is working on fixing it. (Based on their experiments, ENTER vs Alt+S/clicking-on-SAVE button have different results, which is obviously a bug.)

  • Notepad++ v8 Release Candidate

    Locked
    39
    6 Votes
    39 Posts
    4k Views
  • Notepad++ v7.9.4 released

    Locked
    52
    6 Votes
    52 Posts
    9k Views
    Michael VincentM

    @CodanRaigen21 said in Notepad++ v7.9.4 released:

    for braces in JSON

    Not for JSON specifically, it’s all or nothing:

    Settings => Preferences => Auto-Completion => Auto-indent

    Cheers.

  • Notepad++ 7.9.5 RC2

    Locked
    4
    4 Votes
    4 Posts
    1k Views
    donhoD

    Thank you very much @mere-human for your tests.
    Notepad++ v7.9.5 will be launched tonight!

  • Notepad++ 7.9.5 RC

    Locked
    2
    5 Votes
    2 Posts
    286 Views
    donhoD

    Is anyone got an error message during the installation (both 32/64 bits installer)?

  • Notepad++ 7.9.1 Released

    Locked
    50
    5 Votes
    50 Posts
    8k Views
    EkopalypseE

    @Vivek-Yelluru

    according to PluginAdmin the current version is 3.1.1.1

    6d4b43cd-a011-4632-a737-d7f27084b7e1-image.png

  • Protecting Notepad++ community & preserving our Internet environment

    1
    12 Votes
    1 Posts
    288 Views
    No one has replied