• Launch in Firefox not working

    4
    0 Votes
    4 Posts
    4k Views
    Piotr TorteckiP
    Claudia - Thank you very much! I thought the bug was in Notepad++ and you pointed me in the eye that the problem is in Firefox installation - reinstallation solved the problem. Regards.
  • about form feed (page break)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Search box on the toolbar

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Godwin-F do you know that there is an incremental search available? (search menu) Maybe this suits you as well. Cheers Claudia
  • help wanted to build Notepad++ source code

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @dilki-mahindika could it be that you didn’t install the platform sdk? Cheers Claudia
  • <<Find and Find>> is great. Why not <<Replace and Replace>> also.

    8
    0 Votes
    8 Posts
    5k Views
    ganesh TG
    @ganesh-T this is a test reply !
  • right click after a word

    3
    0 Votes
    3 Posts
    2k Views
    Pouemes44P
    Hello claudia thanks for your answer, its very strange, perhaps its just a problem with my mouse (certainly) coz today i havent this problem.
  • Remembering previous files upon start up

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    John ThompsonJ
    @Claudia-Frank said: @John-Thompson Settings->Preferences->Backup untick Remember current session … Cheers Claudia Yes. that’s it! Why can i never remember this? Thank you
  • BASIC wanted

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @NoPro-Skills may I ask what BASIC languages has which can’t be done using builtin visual basic lexer? Cheers Claudia
  • word completion/suggestion to include '.' (period character)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • tab to space as default setting

    Locked
    4
    0 Votes
    4 Posts
    32k Views
    Andy BruntonA
    Thank you so much, I just couldn’t see it!
  • Why not use dark background reducing eye stress?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Fabio BaronciniF
    https://ultimatecodingblog.wordpress.com/2016/05/27/sfondo-nero-in-notepad-6/
  • Find result panel traduction

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @los-amigos looks like it is hard coded. case WM_CONTEXTMENU : { if (HWND(wParam) == _scintView.getHSelf()) { POINT p; ::GetCursorPos(&p); ContextMenu scintillaContextmenu; vector<MenuItemUnit> tmp; tmp.push_back(MenuItemUnit(NPPM_INTERNAL_FINDINFINDERDLG, TEXT("Find in this finder..."))); if (_canBeVolatiled) tmp.push_back(MenuItemUnit(NPPM_INTERNAL_REMOVEFINDER, TEXT("Close this finder"))); tmp.push_back(MenuItemUnit(0, TEXT("Separator"))); tmp.push_back(MenuItemUnit(NPPM_INTERNAL_SCINTILLAFINFERCOLLAPSE, TEXT("Collapse all"))); tmp.push_back(MenuItemUnit(NPPM_INTERNAL_SCINTILLAFINFERUNCOLLAPSE, TEXT("Uncollapse all"))); tmp.push_back(MenuItemUnit(0, TEXT("Separator"))); tmp.push_back(MenuItemUnit(NPPM_INTERNAL_SCINTILLAFINFERCOPY, TEXT("Copy"))); tmp.push_back(MenuItemUnit(NPPM_INTERNAL_SCINTILLAFINFERSELECTALL, TEXT("Select all"))); tmp.push_back(MenuItemUnit(NPPM_INTERNAL_SCINTILLAFINFERCLEARALL, TEXT("Clear all"))); tmp.push_back(MenuItemUnit(0, TEXT("Separator"))); tmp.push_back(MenuItemUnit(NPPM_INTERNAL_SCINTILLAFINFEROPENALL, TEXT("Open all"))); scintillaContextmenu.create(_hSelf, tmp); scintillaContextmenu.display(p); return TRUE; } return ::DefWindowProc(_hSelf, message, wParam, lParam); } Maybe you wanna open an issue here if it hasn’t been already addressed. Cheers Claudia Cheers Claudia
  • Desktop Bridge to Windows Store target Windows 10 S

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • New Keyboard Shortcut to Uncomment Out Block of Code

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    Claudia FrankC
    @TJ-Kroll ctrl+shift+k should do the job. Cheers Claudia
  • Possible NPP x64 bug?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Ln Happy TiltonL
    Thank you… That worked!
  • Error when accessing the plugin manager.

    5
    0 Votes
    5 Posts
    5k Views
    Bob HansonB
    I just spent a bunch of time trying to get the plugin manager to work (uninstall/reinstall notepad++ a couple of times, delete files in appdata, manually install latest 1.4.9 plugin manager, etc…). This is on Windows 7 64-bit running 32-bit Notepad++. No matter what I’ve done the default settings keep generating the error “There was an error dowloading the plugin list. Please check your internet connection, and your proxy settings in Internet Explorer, Edge or Chrome”. I also noticed that the file being created, PluginManagerPlugins.zip, was a corrupt archive. The only thing that has finally worked is to use the "Use development plugin list (may contain untested, unvalidated or uninstallabel plugins) option listed in Plugin Manager Settings. All other settings are default.
  • Why after update my plugin manager downgraded back to the old version?

    6
    0 Votes
    6 Posts
    4k Views
    Ahu LeeA
    @nandaccio thanks you very much for your explanation and for pointing me to this new 1.4.9 version. BTW, that zip file from github also contains the updater file gpup.exe. Do you know by any chance know what its purpose is?
  • Shortcut Mapper: how do i change action’s keyboard shortcuts?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ Settings are not saved

    Locked
    4
    0 Votes
    4 Posts
    9k Views
    Claudia FrankC
    @Allen-Segall normally it should work even running npp not with administrative privileges. You might want to check the permission of your %APPDATA%\notepad++ directory. Maybe you wanna give it a try with the following procedure. Stop npp, Temporarily rename %APPDATA%\notepad++ directory. Start npp as normal user. A new %APPDATA%\notepad++ should have been created. Do your modifications. Stop npp. Double click the shortcut and see if the settings have been stored. I’m new to Win10. Me too, I’m running linux :-) Cheers Claudia
  • How to find what style is on the specific word.

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @SANGHYEOK-LEE looks like your defining your own udl - maybe you wanna post it so we can see where it is coming from. Maybe a bug (!?). Npp has no builtin tool to get the style of the current selected word. In order to get this information you need to use a plugin which offers access to the underlying scintilla control like python script or lua script etc… Cheers Claudia