Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Robinson-GeorgeR

      How to get the Filenames after running "Find in Files" ?

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      1 Votes
      17 Posts
      11k Views
      Mahesh TyagiM

      @Scott-Sumner this works. thanks!!

    • pspiersyP

      File too big (2)

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      215 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

    • Roudri ContabilidadeR

      Visually like Internet Explorer

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      250 Views
      Roudri ContabilidadeR

      @Alan-Kilborn said in Visually like Internet Explorer:

      XML Tools plugin

      It worked, thank you very much

    • ?

      merge specific lines

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      366 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

    • s p5S

      Need to define more than 8 delimiters in my UDL.

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      368 Views
      EkopalypseE

      @s-p5

      Just to make sure this was not overlooked, you can use multiple characters in a delimiter if desired.

    • Alan KilbornA

      Another encoding issue

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      279 Views
      guy038G

      Hello, @alan-kilborn, @peterjones and All,

      So I created a new issue about this disturbing behavior ;-))

      Best regards,

      guy038

    • Alan KilbornA

      FunctionList in 7.9.1

      Watching Ignoring Scheduled Pinned Locked Moved
      18
      4 Votes
      18 Posts
      3k Views
      cisco779kC

      ok tanxs for explaination! cheers

    • gifthubbroG

      how to remove lines of text that don’t contain any of specific words in the line of text?

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      5k 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.

    • Long ChangL

      Display Descriptions of A Selected Keyword

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      409 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

      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.

    • Sergio VidalS

      Add sticky files to the file menu

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      444 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.

    • gifthubbroG

      add text before the 2nd last space in each line?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      891 Views
      gifthubbroG

      @Terry-R thanks that worked!

    • Andrew CesarioA

      Notepad++ update broke my COPY functionality

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      379 Views
      Frank Overman 0F

      @litos81 Facepalm moment. Thank you!

    • Ron WilliamsR

      Download default should be 64-bit, not 32-bit.

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      224 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.

    • Alan KilbornA

      New copy colored text command in Notepad++ 7.9.1

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      4 Votes
      5 Posts
      2k Views
      Logan JamesL

      @Alan-Kilborn Thanks a lot. Solved my problem too.

    • caryptC

      save-as-failure and focus is where , now ?

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      987 Views
      caryptC

      i made issue report here : https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9091

    • Dan EvansD

      Any way to have a fixed number of characters per line?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      5k 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.

    • D ArnaudD

      gsheet formula sintax highlighting

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      2 Votes
      3 Posts
      839 Views
      D ArnaudD

      Hi Peter,
      Ok, I will read the rules and recommendation of submission UDL this weekend…
      Thank you

    • Nathan LeggN

      Request: Ctrl+F4 to close current document

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      211 Views
      EkopalypseE

      @Nathan-Legg

      Yes, goto settings->shortcut mapper->main menu->close and remap the shortcut.

    • WinterSilenceW

      Feature: add "Bug report" to Npp

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      322 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…

    • Josianne MichelJ

      Possibly correct string or continuation

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      346 Views
      Josianne MichelJ

      Really thank you litos81 :3 :3

      ps: you can close my topic

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors