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

      The installer doesn't detects application location anymore

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      252 Views
      PeterJonesP

      @Jozsef-Szasz-Fabian ,

      This was noticed back in February (see previous discussion) and an official issue was created as #7946. You might want to upvote and/or comment on the issue to try to get more traction from the developers.

    • Ray HamelR

      How to auto color specific words opening text files

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      700 Views
      PeterJonesP

      @Ray-Hamel ,

      Put the extension (no dot) in the Ext entry for your UDL
      8803e092-7da9-437c-b015-913a1e356545-image.png

      That was also explained in the UDL documentation already linked.

    • VL4DST3RV

      Np++ randomly freezing at startup

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      325 Views
      Jozsef Szasz-FabianJ

      I was experiencing this problem when I accidentally installed the 32-bit version instead of the 64-bit version. The 32-bit version has a bug that 1 out of 3 Npp startups result in freeze. I tested it on 4 computers.

    • Keith WoodK

      Delete text up to a certain number of characters from the end of a line

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      Keith WoodK

      That worked like a champ! Thank you ever so much!

    • un-pogazU

      Bug with -openFoldersAsWorkspace

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

    • Robinson-GeorgeR

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

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

      @Scott-Sumner this works. thanks!!

    • pspiersyP

      File too big (2)

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      196 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
      237 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
      346 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
      346 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
      249 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
      2k 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
      364 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
      398 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
      848 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
      362 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
      207 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
      882 Views
      caryptC

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

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