• Notepad++ v8.4.6 Release Candidate 3

    Locked
    3
    2 Votes
    3 Posts
    5k Views
    donhoD
    @CennoxX A restartup should restore the correct color. It’s due to the absence of style “Change History margin” in your stylers.xml: https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/stylers.model.xml#L1416 You can add it yourself into in your stylers.xml, or just remove it, a new stylers.xml will be copied from stylers.model.xml The Change History margin’s color is difficult to manage. It could use the Line Number margin’s color style ID 33 (Scintilla default behaviour) and users cannot customize its color at all. Or we provide customization (it’s the current option) to disassociate it from style ID 33, but there will be such glitch while switching among the themes. We have to choose one or another - the perfect world doesn’t exist.
  • Notepad++ v8.4.6 Release Candidate 2

    Locked
    17
    3 Votes
    17 Posts
    5k Views
    donhoD
    Please check Notepad++ v8.4.6 RC3: https://community.notepad-plus-plus.org/topic/23524/notepad-v8-4-6-release-candidate-3
  • Notepad++ v8.4.6 Release Candidate

    Locked
    12
    4 Votes
    12 Posts
    3k Views
    donhoD
    @Artur-Harison Here it’s rather for testing RC and reporting the regression or critical issues. For the other issue/bug, please report here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues And please keep this thread for such purpose.
  • Notepad++ v8.4.5 Release Candidate

    Locked
    12
    9 Votes
    12 Posts
    4k Views
    donhoD
    Notepad++ v8.4.5 RC2: https://community.notepad-plus-plus.org/topic/23439/notepad-v8-4-5-release-candidate-2
  • Notepad++ v8.4.5 Release Candidate 2

    Locked
    1
    5 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad++ v8.4.4 - Happy Users' Edition

    Locked
    50
    6 Votes
    50 Posts
    50k Views
    Alan KilbornA
    @Lawrence-S said in Notepad++ v8.4.4 - Happy Users' Edition: I don’t know how this was changed unless the default changed with an update… No “default changed with an update”. I know how it happened: You clicked on Wrap around and it became unticked. Next time, please analyze what you are doing before posting a complaint. Kudos to donho for figuring out what your complaint actually was (I certainly couldn’t, from your description).
  • Notepad++ v8.4.3 - Unhappy Users' Edition

    Locked
    35
    7 Votes
    35 Posts
    36k Views
    PeterJonesP
    @Graham-Norris said in Notepad++ v8.4.3 - Unhappy Users' Edition: these extra icons/buttons are basically useless clutter. Welcome to the Unhappy Users’ Club. The page to request a refund is found here.
  • Notepad++ v8.4.3 Release Candidate

    Locked
    16
    10 Votes
    16 Posts
    6k Views
    WinterSilenceW
    @donho said in Notepad++ v8.4.3 Release Candidate: Add an option which allows to show only 1 entry per found line in search result. (Fix #2481, #1499, #5547, #2987, #4525, #3224) awesome, thanks! what’s about #11459?
  • Notepad++ v8.4.2 release

    Locked
    37
    8 Votes
    37 Posts
    34k Views
    Alan KilbornA
    @Dennis-Lüdemann said in Notepad++ v8.4.2 release: if this is the wrong place, I am sorry! Definitely the wrong place. This thread is for new and critical issues to 8.4.2. The rightklick function to switch selected text to UPPERCASE or lowercase does not work with ß (nor ẞ --> which is uppercase of ß) It apparently is a complicated topic that Notepad++ itself can do nothing about. Some more reading is HERE.
  • Notepad++ v8.4.2 Release Candidate 2

    Locked
    11
    3 Votes
    11 Posts
    4k Views
    EkopalypseE
    @donho Just to clarify, since I didn’t say it before, for me, on Windows 7 x64 with the portable version, PluginsAdmin works as expected.
  • Notepad++ v8.4.1 release

    Locked
    11
    6 Votes
    11 Posts
    18k Views
    rdipardoR
    @fazhan-nur-rezza-fauzi, the problem with v8.4.1 (and v8.4) is the Scintilla API version it uses. Scintilla 5.1.5 changed the return value of its APIs to not count the terminating NULL in the total length of the string. Obviously TextFx was programmed to expect a string length + 1.
  • Notepad++ v8.4.2 Release Candidate

    Locked
    7
    3 Votes
    7 Posts
    3k Views
    donhoD
    @rdipardo said in Notepad++ v8.4.2 Release Candidate: Has anyone else found that “Plugin’s Admin” is missing from the toolbar menu even when nppPluginList.dll is in the right place? It seems both the portable and fully installed versions are affected: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11742 Thank you for reporting. RC 2 fixed this issue: https://community.notepad-plus-plus.org/topic/23046/notepad-v8-4-2-release-candidate-2
  • Notepad++ 8.4 Release - Keep standing up for Ukraine

    Locked
    25
    8 Votes
    25 Posts
    18k Views
    F
    I found a problem with the scroll in version 8.4 and needed to go back to the previous version (8.3.3). I use a laptop and a touchpad. The page instead of going line by line, rolls several lines at the same time obstructing the view of the code. In version 8.3.3 this problem does not occur. I have already changed the options in settings > preferences > editing and do not resolve.
  • Notepad++ 8.4.1 Release Candidate

    Locked
    3
    5 Votes
    3 Posts
    2k Views
    donhoD
    Without information to the contrary, I assume that all is well. v8.4.1 release will come out in few hours. Thank you for people who have tested this RC.
  • Notepad++ v8.4 Release Candidate

    Locked
    10
    5 Votes
    10 Posts
    3k Views
    donhoD
    Notepad++ v8.4 Release Candidate 2 is available here: https://community.notepad-plus-plus.org/topic/22876/notepad-v8-4-release-candidate-2
  • Notepad++ v8.3.2 release - Declare variables, not war

    Locked
    42
    9 Votes
    42 Posts
    35k Views
    Vitalii DovganV
    @vitalii-dovgan said in Notepad++ v8.3.2 release - Declare variables, not war: Hmm, I tried to reproduce it today with different scenarios - and could not. Though it was stably reproducible yesterday. Now I’m having a strong confidence that the issue was connected to improper invocation of Notepad++ from my side. Sorry for the previous misleading. Anyway, as the result I’ve created a batch script that can be used to add a context menu item “Edit with Notepad++” for a single file and “Open in Notepad++” for a folder, using either a portable or an installed version of Notepad++. If interested, you can place this file directly into the Notepad++ folder and run it there. The content of “npp_context_menu.cmd” : @echo off echo Initialization... set EXEDIR=%~dp0 set "EXE=%EXEDIR:\=\\%notepad++.exe" set REGFILE=npp_context_menu.reg if exist "%REGFILE%" del "%REGFILE%" echo Writing "%REGFILE%"... 1>>"%REGFILE%" echo Windows Registry Editor Version 5.00 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\*\shell] 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\*\shell\notepadpp_edit_file] 1>>"%REGFILE%" echo @="Edit with &Notepad++" 1>>"%REGFILE%" echo "Icon"="\"%EXE%\",0" 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\*\shell\notepadpp_edit_file\command] 1>>"%REGFILE%" echo @="\"%EXE%\" -nosession \"%%1\"" 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\Directory\shell] 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\Directory\shell\notepadpp_edit_folder] 1>>"%REGFILE%" echo @="Open in &Notepad++" 1>>"%REGFILE%" echo "Icon"="\"%EXE%\",0" 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\Directory\shell\notepadpp_edit_folder\command] 1>>"%REGFILE%" echo @="\"%EXE%\" -multiInst -nosession -openFoldersAsWorkspace \"%%1\"" 1>>"%REGFILE%" echo. REM Converting to UCS-2 LE (not mandatory) if exist "%~dp0..\sfk\sfk.exe" set PATH=%PATH%;%~dp0..\sfk sfk atow "%REGFILE%" -tofile "%REGFILE%" if not exist "%REGFILE%" goto ErrorNoRegFile echo Registering "%REGFILE%"... start "Registering %REGFILE%" "%REGFILE%" goto Done :ErrorNoRegFile echo ERROR: "%REGFILE%" does not exist! pause goto Done :Done This invokes Notepad++ using its -nosession command line argument to not affect the opened file history (this is especially useful when opening a folder).
  • Notepad++ v8.4 Release Candidate 2

    Locked
    1
    3 Votes
    1 Posts
    1k Views
    No one has replied
  • Make Apps, not war - Notepad++ v8.3.3 released

    Locked
    37
    8 Votes
    37 Posts
    40k Views
    Marjan SavliM
    Cursor movement not visible while I am holding Right or Left arrow key I had 32 bit version. Installed ver 8.3.3 64 bit. Now I can not see cursor movement while I am holding Right or Left arrow key (opened 8Mb XML file https://github.com/msavli/SloKJV/blob/master/SloKJV_sword.xml). So I can not see my cursor position. But between holding Right or Left arrow key some cursor occurrences can be visible for a very short moment. If I uninstalled XML Tools plugin 3.1.1.12 it is much better. Cursor is again visible when holding Right or Left arrow key. But cursor is not visible at all in a first 5 lines between holding Right or Left arrow key. In 32 bit version I also had installed XML Tools. Microsoft Windows [Version 10.0.19044.1586]
  • Welcome to Notepad++ Community!

    52
    8 Votes
    52 Posts
    124k Views
    ?
    @donho NodeBB 😎 Notepad++ 😎
  • Notepad++ v8.3.3 Release Candidate

    Locked
    4
    9 Votes
    4 Posts
    2k Views
    Michael VincentM
    @michael-vincent said in Notepad++ v8.3.3 Release Candidate: known limitation @rddim See https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11087 Cheers.