Community
    • Login
    1. Home
    2. Announcements
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • donhoD

      Notepad++ v8.5.3 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • donhoD

      Notepad++ v8.4.9 Release

      Watching Ignoring Scheduled Pinned Locked Moved
      58
      9 Votes
      58 Posts
      32k 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.

    • donhoD

      Notepad++ v8.5.2 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      8 Votes
      6 Posts
      2k Views
      donhoD

      FYI: it’s RC2 now.
      It’ll be released in one day.

    • donhoD

      Notepad++ v8.5.1 Release

      Watching Ignoring Scheduled Pinned Locked Moved
      26
      7 Votes
      26 Posts
      16k 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

    • donhoD

      Notepad++ v8.5.1 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      24
      7 Votes
      24 Posts
      7k 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!

    • donhoD

      Notepad++ 6.8.4 released

      Watching Ignoring Scheduled Pinned Locked Moved
      18
      0 Votes
      18 Posts
      49k 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.

    • donhoD

      Notepad++ v8.5 is Released

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      12 Votes
      13 Posts
      10k 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.

    • donhoD

      Notepad++ v8.4.8 Release

      Watching Ignoring Scheduled Pinned Locked Moved
      38
      9 Votes
      38 Posts
      20k Views
      Terry RT

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

    • donhoD

      Notepad++ v8.5 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      8 Votes
      17 Posts
      3k 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.

    • donhoD

      Notepad++ v8.4.9 Release Candidate 2

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      1 Votes
      13 Posts
      5k Views
      schnurlosS

      @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!

    • donhoD

      Notepad++ v8.4.9 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      7 Votes
      10 Posts
      2k Views
      donhoD

      RC2 of v8.4.9 is available.
      Let’s talk there.

    • donhoD

      SSO login services (Github/FB/Twitter/G+) stopped temporarily

      Watching Ignoring Scheduled Pinned Locked Moved login sso
      6
      0 Votes
      6 Posts
      11k 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.

    • donhoD

      Notepad++ v8.1 is available

      Watching Ignoring Scheduled Pinned Locked Moved
      27
      4 Votes
      27 Posts
      9k 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.

    • donhoD

      Notepad++ v8.4.8 Release Candidate 3

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      1 Votes
      12 Posts
      2k 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!

    • donhoD

      Notepad++ v8.4.7 Release

      Watching Ignoring Scheduled Pinned Locked Moved
      31
      8 Votes
      31 Posts
      18k 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.

    • donhoD

      Notepad++ v8.4.8 Release Candidate 2

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      5 Votes
      9 Posts
      2k Views
      donhoD

      New RC (3) is available here:

      https://community.notepad-plus-plus.org/topic/23918/notepad-v8-4-8-release-candidate-3

    • donhoD

      Notepad++ v8.4.8 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      11 Votes
      6 Posts
      1k 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.

    • donhoD

      Notepad++ v8.4.6 Release

      Watching Ignoring Scheduled Pinned Locked Moved
      54
      8 Votes
      54 Posts
      33k 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.

    • donhoD

      Notepad++ v8.4.7 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      10 Votes
      13 Posts
      4k Views
      donhoD

      @dinkumoil said in Notepad++ v8.4.7 Release Candidate:

      It is not necessary to open an issue. Using SysInternals’ ProcMon I was able to figure out that Notepad++ reopens a file when its character encoding is changed. So, the issue I was talking about should be resolved automatically when already existing issue Reloading a file will mark all lines as changed in change history bar gets resolved.

      I can reproduce it. The issue is kind of reminder (assigned to me) to put me on the track when I’ve time to work on it.

    • donhoD

      Notepad++ v8.4.5 Release

      Watching Ignoring Scheduled Pinned Locked Moved
      21
      6 Votes
      21 Posts
      20k Views
      Bibliothecarius77B

      @donho
      Any progress in this matter? The problem persists in version 8.4.6 and I’m still unable to use a newer version than 8.4.1…

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors