• Does NPP have counters?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Have "\r" in translation XML files been fixed?

    3
    0 Votes
    3 Posts
    3k Views
    scootergrisenS
    Because i think the intent is to show a new line not \r in the dialog. I think it will be best to write it the correct way in the source language/english so that all translators can see the correct way to do it.
  • Feature Request: Odd/Even/Nth line selection

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Mich-Po It doesn’t seem like there has ever been a way to select every Nth line in Notepad++ for editing. depends what you mean, if it is about automated selection by providing a number, then no but manually it can be done (press CTRL while selection with the mouse) it would be very useful to have a feature to allow the user to select Every Nth line within a current selection. Could you elaborate on this? Afaik scintilla doesn’t allow to have a selection within a selection. Cheers Claudia
  • bugs with macro and plugins

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    unwantedU
    inscrease line indent 2-4 split lines descrease line indet 2-4 ^(.?)$\s+?^(?=.^\1$) null 2017 (\d+:\d+) 17 subscribe .+$ null (^.{1,30}$)\R \1 \r\r\n \n ^ spaces\1 i create macro and solved more problems
  • Hex sequence bug?

    3
    0 Votes
    3 Posts
    3k Views
    guy038G
    Hello, @alessio-spleen-castello, Ah, yes ! You need to type in the initial number, in a decimal form, although counting will be, correctly, generated, with hexadecimal numbers ! For instance, if your numbers sequence have to begin with the hex number 1CE, you must write the decimal form of 1CE, that is to say the number 462, as the Initial number field of the Column / Multi selection Editor Then, choose the Hex format and, possibly, check , or not, the Leading zeros option and click on the OK button ! Cheers, guy038 P.S. : Hexadecimal number 1CE = 1 * 16^2 + 12 * 16^1 + 14 * 16^0 = 256 + 192 + 14 = 462
  • Feature Rqst: Document Peek preview delay

    Locked feature request
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Custom font

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 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