• Notepad++ v8.5.4 RC2

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

    Locked
    1
    5 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad++ v8.5.3 Release Candidate

    Locked
    6
    6 Votes
    6 Posts
    2k Views
    donhoD
    @rddim Could you check this PR please? https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13645
  • Notepad++ v8.4.9 Release

    Locked
    58
    9 Votes
    58 Posts
    62k Views
    rdipardoR
    @Coises, @Alan-Kilborn, @PeterJones Let me attempt to summarize, hopefully for someone’s benefit, what we know so far: Problem 1: cryptic language identifiers in the Tab Settings list box Cause: the window procedure that fills Tab Settings uses an instance of this Lang structure, which has a _langName member, filled by the name= attribute of langs.xml, which is identical to the Lexilla language identifier so that N++ can send it, unmodified, directly to Scintilla when creating the lexer (convenient for the developer, less so for end users). Potential Solution: There is already a ScintillaEditView::_langNameInfoArray type with a more readable _shortName member. The approriate _shortName could be looked up using the enumerated _langID which every Lang instance already has; or else the Lang type can be refactored to store it’s own pretty name. Problem 2: the first item, “[Default]”, is always selected in the Tab Settings listbox Cause: the window procedure that fills Tab Settings does this on purpose by always passing a 0 index to the dialog window. Potential Solution: the window procedure that sets the preference dialog needs access to an instance ScintillaEditView, which can look up the active lexer by calling getCurrentBuffer()->getCurrentLang(), then setting the index of the selected item appropriately. Sound like fun? Well, that’s Win32 GUI programming in C++ for you.
  • Notepad++ v8.5.2 Release Candidate

    Locked
    6
    8 Votes
    6 Posts
    3k Views
    donhoD
    FYI: it’s RC2 now. It’ll be released in one day.
  • Notepad++ v8.5.1 Release

    Locked
    26
    7 Votes
    26 Posts
    30k Views
    donhoD
    @Thomas-Böhmer The context menu entry issues are fixed in v8.5.2. Please try v8.5.2 here and let us know if your issue has been solved: https://community.notepad-plus-plus.org/topic/24328/notepad-v8-5-2-release-candidate
  • Notepad++ v8.5.1 Release Candidate

    Locked
    24
    7 Votes
    24 Posts
    12k Views
    donhoD
    FYI The new release will be based on RC2, which is more stable than other candidates are. Thank you for your testing and report!
  • Notepad++ 6.8.4 released

    Locked
    18
    0 Votes
    18 Posts
    52k Views
    Goku ZeusG
    @User-Soft said in Notepad++ 6.8.4 released: @donho said: @User-Soft Tested in v6.8.4 under Windows 10 32bits, “hide in try” works for me. Windows 7 64bits - not work. 6.8.1 - work hide in tray, 6.8.4 - not work. Please check again Windows 7 64bits Yes, it worked.
  • Notepad++ v8.5 is Released

    Locked
    13
    12 Votes
    13 Posts
    14k Views
    EkopalypseE
    @Alan-Kilborn Thanks for looking over it, yes, before I just took the return value without sending the padding, now I do that. These are the kind of problems that take too much time just because someone didn’t read the doc properly… phew.
  • Notepad++ v8.4.8 Release

    Locked
    38
    9 Votes
    38 Posts
    38k Views
    T
    @MeanUncleMonster said in Notepad++ v8.4.8 Release: is there any way to retain this feature in the later versions I think you are referring to “enable scrolling beyond last line” which is under Settings, Preferences, Editing. Just tick the box for that option. I would have thought that option would have been retained from the previous version as it seems you did have it enabled. So the option was not removed, but in your case it may have been reset which led you to believe it was removed. Terry PS i just upgraded from and to the same versions as you refer to. In my situation the option was still enabled after the upgrade.
  • Notepad++ v8.5 Release Candidate

    Locked
    17
    8 Votes
    17 Posts
    6k Views
    donhoD
    @conky77 It is not a “must”, but a comment in general ->“localization” could be useful: “* some strings will be updated after restarting Notepad++”. If you agree, I can insert an issue. It’s surely a limit but it’s not a bug to me. Users usually decide the language during installation. Even they switch later, the same language will stay for the next session. I won’t make the tips dynamically because it needs a lot of coding effort for nothing.
  • Notepad++ v8.4.9 Release Candidate 2

    Locked
    13
    1 Votes
    13 Posts
    6k Views
    S
    @Alan-Kilborn That is part for the translators which (like me) are doing that for free: https://community.notepad-plus-plus.org/category/6/translation https://npp-user-manual.org/docs/binary-translation/ https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/afrikaans.xml So if you want to update and share the africaans.xml just go ahead!
  • Notepad++ v8.4.9 Release Candidate

    Locked
    10
    7 Votes
    10 Posts
    3k Views
    donhoD
    RC2 of v8.4.9 is available. Let’s talk there.
  • SSO login services (Github/FB/Twitter/G+) stopped temporarily

    Locked sso
    6
    0 Votes
    6 Posts
    12k Views
    Robert RodriguezR
    I think it’s obvious that it’s trying to read something from secondary drive. So there’s need investigation what is it.
  • Notepad++ v8.1 is available

    Locked
    27
    4 Votes
    27 Posts
    17k Views
    Robert RodriguezR
    Thanks for the Helpful Suggestions. I think I figured out why it’s doing this, but I don’t know how to fix it. The app is installed on my OS drive, which is an SSD, but it seems Notepad++ is waiting for my other drives, which are regular HDD to spin up before it launches.
  • Notepad++ v8.4.8 Release Candidate 3

    Locked
    12
    1 Votes
    12 Posts
    4k Views
    donhoD
    @Yaron said in Notepad++ v8.4.8 Release Candidate 3: INI File styles can not be changed. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12696 Fixed in: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/13ddc1a339a50bbab9fd5dbbf9300d52ab59fc47 Thank you for the bug report!
  • Notepad++ v8.4.7 Release

    Locked
    31
    8 Votes
    31 Posts
    33k Views
    Alan KilbornA
    @donho said in Notepad++ v8.4.7 Release: For the bug report please do it in “General Discussion” or “Help wanted”. If it is a REAL bug report, report it HERE. If you want to discuss it first before filing an actual report, then yes, “General Discussion” or “Help wanted” is fine.
  • Notepad++ v8.4.8 Release Candidate 2

    Locked
    9
    5 Votes
    9 Posts
    3k Views
    donhoD
    New RC (3) is available here: https://community.notepad-plus-plus.org/topic/23918/notepad-v8-4-8-release-candidate-3
  • Notepad++ v8.4.8 Release Candidate

    Locked
    6
    11 Votes
    6 Posts
    2k Views
    donhoD
    v8.4.8 RC2 is available here: https://community.notepad-plus-plus.org/topic/23905/notepad-v8-4-8-release-candidate-2 Let’s talk in the new RC(2) thread.
  • Notepad++ v8.4.6 Release

    Locked
    54
    8 Votes
    54 Posts
    56k Views
    Lycan ThropeL
    @Alex-Povolotsky , If…you download it from the official download site…and not any hack sites that aren’t to be trusted to begin with.