• bugs with macro and plugins

    Locked
    9
    0 Votes
    9 Posts
    5k 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
    2k 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
    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
    3k 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
    2k 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
    2k 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
    31k Views
    Andy BruntonA

    Thank you so much, I just couldn’t see it!

  • Why not use dark background reducing eye stress?

    Locked
    3
  • 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
    10k 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.