Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Michael VincentM

      PythonScript and system Python

      Watching Ignoring Scheduled Pinned Locked Moved
      15
      1 Votes
      15 Posts
      1k Views
      chcgC

      @michael-vincent See https://github.com/bruderstein/PythonScript/releases/tag/v3.0.12 and https://github.com/bruderstein/PythonScript/releases/tag/v3.0.11 with the proposed updates

    • Maverick DoeM

      Click on search results item prompts to save "new x" file

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      435 Views
      Terry RT

      @maverick-doe said in Click on search results item prompts to save "new x" file:

      This fixed it for now. If it happens again, I’ll download the latest as you suggested.

      Actually I wouldn’t necessarily suggest always upgrading to the very latest.

      In recent months there have been a lot of new versions released. Unfortunately in getting some enhanced features running (large files were one) there have been other errors/regressions (re)introduced.

      So often being at the front of the queue is not ideal. You take your chances with potential issues. The system referred to is on my work PC and unfortunately those who do the patching at work (upgrading) didn’t listen to me. Luckily I haven’t had a bad run but on my home PC I tend to run a few versions back from the front. I sort of use the approach that if it ain’t broke don’t fix it. So unless a newer version has something I’d really like to use I hold back. YMMV!

      Terry

      PS I did note you now had the 32-bit version and wondered why

    • Gururaj JoisG

      Refresh "Folder as Workspace", is the folder is on the Network Drive.

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

      @gururaj-jois ,

      So, it depends on what you mean by “mapped”. If you mean what Windows means, then my experience is exactly the opposite of yours. If you mean "a network drive accessed directly by UNC, not by a Windows OS Z:-style alias, which WIndows calls a ‘map’ ", then I can confirm your results:

      My experiment:

      I have a directory on a remote machine available from \\machinename\path\ I use Windows “map” feature (right click on This PC, then click Map Network Drive, and map \\machinename\path\ to the drive Z:\ – this is a Windows map. In Notepad++, I use File > Open Folder As Workspace twice. The first time, I select Z:\, and I see it show me the whole hierarchy The second time, I select \\machinename\path\, and I see it show me the whole hierarchy In Windows, I add a new file to \\machinename\path\ Instantly, the Z: portion in Notepad++'s Folder as Workspace panel shows me the new file. However, the \\machinename\path\ portion in Notepad++'s Folder as Workspace panel does not update

      (I see the same behavior on both v8.2.1 and v8.3.2)

      If possible, I would recommend just using Windows to map the UNC path to a pseudo-drive-letter, like I did for Z:. If you don’t want to do that long term, then you can read the “feature request” FAQ which explains how and where to make an official feature request. If you do make a feature request, make sure you follow their template (especially include the Debug Info of your current Notepad++, by going to the ? menu and clicking Debug Info); also, make sure you use correct terminology: a mapped drive is a drive letter that points somewhere else (like my example Z: points to the remote machine); a UNC path is using the double-backslashed \\machinename\path\ to access the machine directly, without a Windows mapping. Finally, if you create that request, please paste a link to that request in reply to this topic, so future people who find your request here can find out if it’s been implemented yet or not.

      Good luck.

    • Daniel TomberlinD

      Need Explanation of a few Session.xml Parameters & Values

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      2k Views
      Daniel TomberlinD

      @PeterJones, thanks for clarifying. I got a sensible conversion from the online tool after entering the formula into Google to calculate an answer to provide it.

      So with this example, entering the calculated answer of 1.3201045e+17 into the online converter gave me Monday, April 29, 2019 8:56:40 PM, which is exactly what I needed.

      Thanks again @Alan-Kilborn and @PeterJones!

    • Devlin DeaneD

      Selecting text between tags and saving to another document

      Watching Ignoring Scheduled Pinned Locked Moved xml
      4
      0 Votes
      4 Posts
      6k Views
      Devlin DeaneD

      @terry-r

      This was exactly what I was looking for, I sure do thank you. Sorry, sometimes my head cannot figure out certain things.

    • Terrie HT

      ToolBucket Multiline Find & Replace won't open

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      2k Views
      Terrie HT

      @peterjones THANK YOU! I did what you said, which actually did not work, but it prompted me to uninstall Notepad++ completely and this time I opted to not keep custom settings, then reinstalled v. 8.2.1 and now it works! :)

    • Terry CoxT

      How to Refresh Workspce folder after creating and adding a new file

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      2k Views
      Gururaj JoisG

      @andrecool-68 For folders on the network drive, this is not working. We have to close and open the notepad++.

    • Thomas KlinghanT

      Search for range of values

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      2k Views
      Thomas KlinghanT

      @alan-kilborn said in Search for range of values:

      \b69\d{2}.\d+\R

      ahhhh sorry for my misunderstanding.

      Thank you very much :-)

    • pintassilgoP

      How to prevent auto syntax highlighting for files with xml tag in first line?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      637 Views
      rdipardoR

      Answered on GitHub.

    • KrammigK

      Comapring two files, clicking at a location jumps the cursor to a previous location on that line.

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      276 Views
      KrammigK

      @peterjones Excellent, thanks for that Peter. That did the trick.

      Cheers

    • SBICNCUserS

      UDL folding closer questions

      Watching Ignoring Scheduled Pinned Locked Moved udl folding udl udl
      10
      0 Votes
      10 Posts
      1k Views
      SBICNCUserS

      @peterjones It becomes a little messy if I can’t collapse sections around the child elements. There are a lot of classes and CLASS isn’t the only entity with this problem.

      I’m going to have to decide if that’s good enough or if I need to put more work into this. The whole purpose of this is that I need to start parsing some data from these files programmatically and the structure makes it very difficult to follow. The format doesn’t lend itself well to syntax highlighting.

    • ImgemaI

      How to add lines in specific locations

      Watching Ignoring Scheduled Pinned Locked Moved
      21
      0 Votes
      21 Posts
      2k Views
      ImgemaI

      @alan-kilborn

      Your solution worked. I added the missing “/” in the second <thumb> part where it was needed and by using “replace all” it applied the lines in all entries.

      Thanks all for the replies :)

    • post manP

      Global override exceptions ?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      323 Views
      post manP

      @michael-vincent Works, thanks! Did not consider that

    • Erich SiebenhaarE

      Parallel searching for 2 Names

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      3k Views
      Alan KilbornA

      @guy038 said in Parallel searching for 2 Names:

      SEARCH (?s-i)(?:(Name_1)|(Name_2)).{0,2000}?(?(1)(?2)|(?1))

      I think if you are making this into a generic formula, it should be:

      (?s-i)(?:(Name_1)|(Name_2)).{0,Max_chars}?(?(1)(?2)|(?1))

    • Vasile CarausV

      Change / Save encoding How to convert 800 txt files UTF-8 to UTF-8-BOM

      Watching Ignoring Scheduled Pinned Locked Moved
      23
      0 Votes
      23 Posts
      8k Views
      EkopalypseE

      @hellena-crainicu

      That works for me too.

      e7b5ba8e-5e9f-4164-ac83-1f8e62771b78-image.png

    • Aelita StonesA

      Searching a file between a text and Hex value

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      852 Views
      Alan KilbornA

      @aelita-stones

      Sorry, probably not many are going to click on links to websites they don’t recognize. The proper instructions for making a posting such as yours are found HERE.

    • Jdawg JdawgJ

      FILE Shoot Out Menu is TOO BIG

      Watching Ignoring Scheduled Pinned Locked Moved file menu
      4
      0 Votes
      4 Posts
      326 Views
      Jdawg JdawgJ

      7ee60407-8c62-4b24-8b6f-0762a228d06a-image.png

      Thank you! You were absolutely CORRECT.

      SOLVED.

    • Red Sox CenturyR

      How to delete the last 14 characters from a string

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      334 Views
      Red Sox CenturyR

      @alan-kilborn said in How to delete the last 14 characters from a string:

      (?-s).{14}$

      Dear Mr. Kilborn -

      My word. Thank you so much for not only pointing out that I was asking about two different things but also for solving my issue. I’m so grateful. I’m going to try and work this out in my head so I understand this even though at my age its hard to concentrate on things like this. But I can still try.

      I hope you have a great day and find joy in helping this old guy work something out that IS way out of his (my) league.

      –Red

    • Bas de ReuverB

      Debug info dialog, what does Current ANSI codepage mean?

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      1k Views
      guy038G

      Hi, All,

      Forgot to mention that I got the main information from this link :

      https://stackoverflow.com/questions/53691278/how-to-see-which-ansi-code-page-is-used-in-windows

      BR

      guy038

    • Frank TennetF

      Bookmark or pass particular "replace" command via cmdline?

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      393 Views
      Alan KilbornA

      These currently-open requests for the software might be relevant, if my interpretation of the OP’s desire is correct:

      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5823 https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4700
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors