• Bug with -openFoldersAsWorkspace

    6
    1 Votes
    6 Posts
    887 Views
    Alan KilbornA
    @un-pogaz I fully understand the Explorer right-click concept. There is also the factor of how often you do this (set up a folder as workspace). I have had the same folder set up this way for several years now; hasn’t changed. But, everyone’s different. I just wouldn’t have a high expectation that this kind of thing is in the upper parts of the dev’s todo lists.
  • How to get the Filenames after running "Find in Files" ?

    17
    1 Votes
    17 Posts
    13k Views
    Mahesh TyagiM
    @Scott-Sumner this works. thanks!!
  • File too big (2)

    2
    0 Votes
    2 Posts
    411 Views
    Terry RT
    @pspiersy said in File too big (2): USMT2.UNC Isn’t this a User State Migration file? It’s one that Windows creates when you are migrating from one PC to a new one. It will eventually restore the content of that file on a new system. Don’t try to open it with Notepad++ or you will likely destroy any ability to get back the data. This file is created by the USMT see: https://theitbros.com/migrate-user-profiles-with-user-state-migration-tool-usmt/ Only this program can recreate the content within back into their respective files. Terry
  • Visually like Internet Explorer

    3
    1
    0 Votes
    3 Posts
    438 Views
    Roudri ContabilidadeR
    @Alan-Kilborn said in Visually like Internet Explorer: XML Tools plugin It worked, thank you very much
  • merge specific lines

    7
    1
    0 Votes
    7 Posts
    732 Views
    Terry RT
    @Terry-R said in merge specific lines: Find What:\R(?=\d) Sorry there was a typo. It should be \R(?!\d) So looking for a line following that does NOT have a number at the start. Apologies Terry
  • Need to define more than 8 delimiters in my UDL.

    3
    0 Votes
    3 Posts
    592 Views
    EkopalypseE
    @s-p5 Just to make sure this was not overlooked, you can use multiple characters in a delimiter if desired.
  • Another encoding issue

    4
    3
    1 Votes
    4 Posts
    539 Views
    guy038G
    Hello, @alan-kilborn, @peterjones and All, So I created a new issue about this disturbing behavior ;-)) Best regards, guy038
  • FunctionList in 7.9.1

    18
    3
    4 Votes
    18 Posts
    5k Views
    cisco779kC
    ok tanxs for explaination! cheers
  • 0 Votes
    11 Posts
    7k Views
    Alan KilbornA
    @litos81 said in how to remove lines of text that don’t contain any of specific words in the line of text?: Could you please give some examples of how that expression would help here? It’s a bot. So I’m guessing probably not.
  • Display Descriptions of A Selected Keyword

    3
    0 Votes
    3 Posts
    655 Views
    EkopalypseE
    @Long-Chang said in Display Descriptions of A Selected Keyword: Integer -32,768 to 32,767 Are you looking for something like this [image: 1604440078953-88b12277-2915-4d05-b1ef-b363d59efce0-image.png] from Npp import editor, SCINTILLANOTIFICATION, UPDATE suggestion_dict = {'int': 'Integer -32,768 to 32,767'} def on_select(args): if args['updated'] & UPDATE.SELECTION: x = suggestion_dict.get(editor.getCurrentWord(), None) if x: editor.callTipShow(editor.getCurrentPos(), x) # editor.clearCallbacks([ SCINTILLANOTIFICATION.UPDATEUI ]) editor.callbackSync(on_select, [ SCINTILLANOTIFICATION.UPDATEUI ]) Needs the pythonscript plugin to be installed.
  • Add sticky files to the file menu

    4
    0 Votes
    4 Posts
    784 Views
    PeterJonesP
    @Sergio-Vidal , If you had checked the FAQ section, you would have seen a topic called FAQ Desk: Feature Request or Bug Report which explains that this Forum is not an official feature request site. If you follow the instructions in that FAQ entry, you can search the existing official feature requests, and you will probably find that there is one or more open request to implement sticky files. If you don’t find such a request, try rephrasing (they might not call it “sticky” but “favorite” or other such wording); but if you really don’t find it already there, you could ask for it in the official issues page. Either way, be warned that the developers are not likely to implement a feature that has many workarounds – and being able to get the desired functionality with shortcuts, projects, sessions, or an existing plugin is likely enough workarounds that it won’t be implemented in the core project.
  • add text before the 2nd last space in each line?

    5
    0 Votes
    5 Posts
    1k Views
    gifthubbroG
    @Terry-R thanks that worked!
  • Notepad++ update broke my COPY functionality

    5
    0 Votes
    5 Posts
    810 Views
    Frank Overman 0F
    @litos81 Facepalm moment. Thank you!
  • Download default should be 64-bit, not 32-bit.

    3
    1 Votes
    3 Posts
    428 Views
    Ron WilliamsR
    @Alan-Kilborn said in Download default should be 64-bit, not 32-bit.: Notepad++ prides itself on being compatible with “old stuff”. :-) Fair point.
  • New copy colored text command in Notepad++ 7.9.1

    5
    3
    4 Votes
    5 Posts
    2k Views
    Logan JamesL
    @Alan-Kilborn Thanks a lot. Solved my problem too.
  • save-as-failure and focus is where , now ?

    12
    0 Votes
    12 Posts
    2k Views
    caryptC
    i made issue report here : https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9091
  • Any way to have a fixed number of characters per line?

    5
    0 Votes
    5 Posts
    6k Views
    Alan KilbornA
    @prahladmifour said in Any way to have a fixed number of characters per line?: I hope this information will be useful to you. I think there’s a new bot in town. Reference: I hope this information will be useful to you.
  • gsheet formula sintax highlighting

    3
    2 Votes
    3 Posts
    1k Views
    D ArnaudD
    Hi Peter, Ok, I will read the rules and recommendation of submission UDL this weekend… Thank you
  • Request: Ctrl+F4 to close current document

    2
    0 Votes
    2 Posts
    402 Views
    EkopalypseE
    @Nathan-Legg Yes, goto settings->shortcut mapper->main menu->close and remap the shortcut.
  • Feature: add "Bug report" to Npp

    4
    0 Votes
    4 Posts
    559 Views
    Alan KilbornA
    PLUS… It is usually better for some bug/feature discussion to go on here (this site) first, IMO. A lot of things that users consider bugs are merely a lack of understanding. Developers probably won’t want to take the time to do what we do here. Of course, devs could just develop some boilerplate: Please ask this on the Community site Picturing some “bug reports”: I have this data where I want to remove commas but only when they occur after a number…