• 0 Votes
    4 Posts
    1k Views
    PeterJonesP

    It would make sense for Notepad++ to properly set the association when installed.

    This FAQ shows where to go to post a new bug report or feature request. I suggest searching the existing issues before submitting a new one – if the request already exists, just add your confirmation or additional data to the existing ticket rather than creating your own.

  • In 7.6 update; GUP.exe and libcurl.dll unable to be written to.

    2
    0 Votes
    2 Posts
    1k Views
    dinkumoilD

    What do you mean with that? When and under which circumstances can who not write to these files? To provide support we need more information. You should read this before doing your next posting.

  • Find and replace everything between and including parentheses

    3
    0 Votes
    3 Posts
    1k Views
    guy038G

    Hello @haitt2102, and All,

    Your regex is quite correct but ONLY IF the [COMMENT.....] area of chars belongs to an unique line, as in the first two occurrences of your example !

    So, you must use the (?s) modifier syntax to be sure that the dot regex meta-charaqcter match any single char ( standard or EOL chars ) in order that a match may be spread out on several lines !

    Thus, this regex S/R should work :

    SEARCH (?s)\[.+?\]

    REPLACE Leave EMPTY

    If your text may also content square bracket(s) as normal characters, the regex, below, will be more restrictive :

    SEARCH (?s-i)\[COMMENT.+?\]

    Note that I added the (?-i) modifier ( meaning no-insensitive ), to be sure that the regex engine will search for the uppercase string COMMENT

    Remarks :

    The (?s) or (?-s) has higher priority than the . matches newline option of the Find/Replace dialog. Idem for the (?i) or (?-i) modifiers, regarding the Match case option

    Notice, also, that the (?s)\[.+?\] regex, could be replaced with the \[(.|\R)+?\] regex, which matches exactly the same occurrences, as \R match any kind of new-line characters !

    Cheers,

    guy038

  • Printer setting for landscape or portrait from the command line

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • My npp uses Roaming, not Local, which one should I use?

    1
    0 Votes
    1 Posts
    550 Views
    No one has replied
  • Split a line up into separate column

    3
    0 Votes
    3 Posts
    4k Views
    Terry RT

    @Warren60
    I’ve been doing a bit of research on old posts here and found one that can easily line up the columns for you. Look at
    https://notepad-plus-plus.org/community/topic/14717/column-aligning-jagged-data/5

    So I’d firstly use the comma to replace that with a number of spaces say about 10 or so. The actual number would depend on the maximum size of your number range used. You have 27 characters in ExperiencePointsForLevel[]= alone. Then you just need to add the length of the largest number to be assigned inside the [] and also the one after the = sign. Say you have 5 and 7 respectively, then you’d have 39 characters as the maximum length. You then need to figure out how far apart would the columns be, would it be say 40 (1 space minimum) or 45 which gives 6 spaces minimum. Let’s go with 6. So 45 less 29 (27 +1+1 minimums) give 17, so replace , with 17 spaces (not actually spaces in my example).

    Once that has been achieved use the 3rd regex in the link above
    ^(.{12}) +
    but replace 12 with 45, being the number we picked above. Replace all and that will align the 2nd column. Then replace 35 with 90 and repeat the replace all. Again change 70 with 135 and… you get the idea.

    Terry

  • Can't Install or Update Plugins after v7.6 Update

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    TashedelekT

    Thanks for you reply.

    The “Update Notepad++” option pops up “No update is available”.

    Here’s the debug info:

    Notepad++ v7.6 (32-bit)
    Build time : Nov 12 2018 - 23:51:42
    Path : C:\Program Files (x86)\Notepad++\notepad++.exe
    Admin mode : ON
    Local Conf mode : OFF
    OS : Windows 7 (64-bit)
    Plugins : ComparePlugin.dll CustomizeToolbar.dll DSpellCheck.dll EmmetNPP.dll MarkdownViewerPlusPlus.dll mimeTools.dll NppConverter.dll NppExport.dll NPPTextFX.dll WebEdit.dll

  • Updater not finding updates

    Locked
    2
    0 Votes
    2 Posts
    733 Views
    chcgC

    N++ updates are not immediately available via the updater feature. Just after some time and if no major issues arise. This is a decision of donho, when he activates the deployment of a new version.

  • Fake Notepad++

    Locked
    2
    2 Votes
    2 Posts
    738 Views
    chcgC

    @donho Could you take care of the removal from playstore.

  • Code folding copy / paste bug

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    PeterJonesP

    @Jaroslav-Daníček ,

    And the reason why Shift+DownArrow works but Shift+END does not: if you use Shift+END, you are just selecting to the end of the current line, so the selection doesn’t contain any of the collapsed data (none of the data is before the end of the current line, after all). Using Shift+DownArrow, you are selecting from your current location to the beginning of the next visible line; since the next visible line is beyond the end of the collapsed data, your selection includes all the collapsed data.

  • How to make a full backup of npp settings?

    9
    0 Votes
    9 Posts
    29k Views
    Meta ChuhM

    @Scott-Sumner

    i’m relieved now, thanks for the info 👍

  • 0 Votes
    4 Posts
    986 Views
    niente0N

    Thank you, I’ll report this issue on bugtracker as suggested!

  • Quick key support

    Locked
    2
    0 Votes
    2 Posts
    789 Views
    Meta ChuhM

    @Brian-L

    for the first question:
    jump to first tab, second tab, etc. yes
    ctrl + numpad 1
    ctrl + numpad 2 and so on
    but jump to last is currently not a built in feature

    you’ll find a modifiable list of all built in keyboard shortcuts that currently exist for tabs if you go to:
    settings > shortcut mapper > main menu
    and then enter the word TAB into the search filter at the bottom

    i didn’t find a built in feature for moving tabs to the first/last position, pin tabs as first/last tab or keeping/duplicating style tokens across multiple tabs.
    if you just want to copy paste a tokenized word/section after the style has been set, currently you have to set the style again for one of the instances of this word/section after pasting, or it will be displayed with the default font settings
    maybe someone else has experience with tab related plugins or style token workarounds?

  • Menu entry to "replace notepad.exe" in registry

    Locked
    3
    0 Votes
    3 Posts
    2k Views
  • Hot Keys

    Locked
    1
    0 Votes
    1 Posts
    469 Views
    No one has replied
  • Notepad++ 7.6 and SQLinForm plugin

    7
    0 Votes
    7 Posts
    4k Views
    Stephen FullertonS

    It worked thank you

  • functionList.xml for CSS

    Locked
    2
    0 Votes
    2 Posts
    829 Views
    MAPJe71M

    See also #10711 and #15474.

  • Mass change of file encoding recursively

    Locked
    1
    0 Votes
    1 Posts
    819 Views
    No one has replied
  • Building Notepad++ in Visual Studio

    3
    0 Votes
    3 Posts
    2k Views
    rinku singhR

    @vdesire2641 hi how are you

  • 0 Votes
    3 Posts
    2k Views
    PeterJonesP

    @Lothar-Bongartz ,

    I cannot replicate your results. If I take the list that you posted (noticing there are multiple instances of _header and _title that alternate), and I run Edit > Line Operations > Sort Lines Lexicographically Ascending, then I get

    CDSRATINGWIDGET689 CDSROWLOGO689 CDSSCROLLINGRAVE CDSWIDEXCLOGO CDSWIDWRL Hangout SkypeButton SkypeButton_paraElement _bol _bom _bor _contact _cover _cover _cover _cover1 _cover2 _doci _doci _email _fbc _fbc _fbd _fbd _fbl _fbls _fbm _fbor _fli _fli _go _go _good _good _grav _header _header _header _header _header _header_100 _icons _iconsep _imed _info_open _ins _ins _link _link _link _map _map_dir _mapw _menu _mm _mm _pan _panh _panh _phone _photo _pin _pin _pr _print _purl _qr1 _qr1 _qr1 _qr2 _qr2 _qrc _reviews _slide _slids _soc _space _title _title _title _title _traf _trip _trip _tumblr _tumblr _tweets _tweets _twid _twid _update _url _view _wea _weads _weat _weather _wel _wmenu _yelp _youl _your addc audioOff audioOn currencies google_translate_element google_translate_element_100 gplus modesel-button modesel-menu pApprec pHeader pLink pList pPage pPlacePic pQRCode pRatings pcover pcover1 pcover2 pfbd pgood pmap ptwid q viewsel

    … showing that now, all the underscore words are also properly sorted, with the multiple _headers all adjacent, as they should be.

    As Scott asked, what’s your ? > Debug Info ? Mine is

    Notepad++ v7.5.8 (32-bit) Build time : Jul 23 2018 - 02:03:53 Path : C:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode : OFF OS : Windows 10 (64-bit) Plugins : ComparePlugin.dll dbgpPlugin.dll DSpellCheck.dll MarkdownViewerPlusPlus.dll NppConverter.dll NppExec.dll NppFTP.dll PluginManager.dll PreviewHTML.dll PythonScript.dll XMLTools.dll mimeTools.dll NppExport.dll