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

      Renaming <title> tags using HTML file names

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      3k Views
      Kevin WoodK

      @PeterJones I can not Thank You enough! I started to refurbish a mainly East Coast, Nova Scotia Music website just for fun “No Profit”. This script was used in the Retro Lyrics section. You can check out the site here: RetroLyrics section http://www.rbops.com/RetroLyrics/SevenSpanishAngels.html)

      Originally 20 years ago the Lyrics were RTF files with DOC extensions that even if you downloaded them, you could not open them. ha ha So you can imagine after some repair to these files I am impressed. I made most of the site mobile friendly & installed many MP3 players on the artists pages.

      All pretty much retired players who had all pretty much played with groups you grew up listening to. Some good ole music.

      Thank You Mr. PeterJones & I will definitely be learning some Perl from your example!

    • william brandtW

      Doc switcher crash

      Watching Ignoring Scheduled Pinned Locked Moved crash
      1
      0 Votes
      1 Posts
      504 Views
      No one has replied
    • John RambooJ

      Windows 10 and default file associations not working

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      5k Views
      James SteelJ

      [SOLVED]
      Worked: ‘File Associations’ in Notepad++ [Settings/Preferences/File Association/Notepad] then add .txt to Registered extensions box:

      https://community.spiceworks.com/topic/2170302-is-anyone-else-having-trouble-setting-notepad-to-be-the-default-txt-editor

    • Warren60W

      Copy and Paste

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      781 Views
      Warren60W

      Terry
      That worked thank you very much

    • Tom GibsonT

      Hi everyone

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      568 Views
      Scott SumnerS

      @Tom-Gibson

      Does it happen EVERY time, on every file? It very occasionally happens for me (never have been able to ascertain the reason for it) but if I just save again it works as normal. It’s appears to be a bug, but one I can live with–of course if it happened constantly I would feel differently…

    • bitagorasB

      PyPadPlusPlus: Shift+Enter not accessible for shortcut

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k Views
      bitagorasB

      @chcg Thank you very much for the link! I renamed the title respectively.

    • Pavel SenatorovP

      How to dock Find Results widow to the right of text window?

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      6k Views
      guy038G

      Hi, @pavel-senatorov, @eko-palypse, @scott-sumner and All,

      Ah, @eko-palypse, I didn’t even think that, in a floating or docked group of panels, any left double click on a bottom tab, unset the appropriate panel to its previous location ! Thanks for that hint ;-))

      So I’ve updated my previous post and added the Doc Switcher in the list of N++ panels, too.

      I admit that most of these mouse gestures are easier to perform than to explain !

      Regarding the Find Result panel, today, I did not notice as many problems, as I got yesterday, but it still bugged twice ! It’s probably because of my weak laptop configuration :-(

      Cheers,

      guy038

    • TypicalSEET

      VIM color scheme help

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

      There are already some predefined themes you may want to take as starting point for your adaptions.

    • Sander Hye EhmsenS

      Reg Ex find numbers stored as character in excel

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      1k Views
      오바마오

      @오바마
      and from time to time
      ADODB is not so bad choice, I liked it.

    • AntonstaA

      Find only the duplicate value

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      4k Views
      Terry RT

      @Antonsta
      Unfortunately, even when the data is sorted, as you found out the regex still caused the same issue. That’s because it’s still trying to search forward over multiple line.

      When the data is sorted this isn’t necessary anymore as duplicates will appear on consecutive lines.

      Thus the regex can be changed to:
      (?-is)^(.+)\R\K(\1$)

      So this will ONLY look for 2 lines together with the same data. The use of the \K is to forget the first line so the line that gets marked is the duplicate line ONLY.

      @guy038 gave a detailed rundown on this issue and ways to circumvent it. Have a look at:
      https://notepad-plus-plus.org/community/topic/16489/delete-both-duplicates-regexp-macro/15?page=1

      Cheers
      Terry

    • 오바마오

      Get slowed and no response from time to time (let's say 1 sec or so)

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      5k Views
      오바마오

      @pnedev
      thanks.
      I have solved using the other nice guy’s help.

      Actually, I have went back (not go forward) version 6.something.
      Because that version (as far as I know) worked correctly.
      -recently, My SSD *ucked up, so all of my computer setting gone.

      any way, I’m OK

      Thanks… your time and effort.

    • Sivabalanarayanan LS

      Need SQL Language to be set as default for .pks and .pkb file formats

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      4k Views
      guy038G

      Hello, @sivabalanarayanan-l, and All,

      Easy, just 30 seconds ! Here is the method :

      Select the menu option Settings > Style Configurator…

      On the left side, in the Language : list, choose the SQL language

      At bottom of the dialog, in the User ext : zone, add the extensions, without the dot, separated with a space char. So pks pkb

      Click on the Save & Close button to valid these modifications

      Stop and restart N++

      From now on, each time you’ll open a file, with extension = .pkb or .pks, the SQL language will be automatically selected ;-))

      Tested on the last N++ v7.6

      Best Regards,

      guy038

    • sadicusS

      How to Color individual words or characters?

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      5k Views
      AZJIO AZJIOA

      @chcg
      I do not know how to do that

    • saurav kumar singhS

      How to silent install notepad++ 7.5.6 using powershell on specified location on windows server 2012 r2

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      959 Views
      No one has replied
    • patrickdrdP

      regexp with hashes help

      Watching Ignoring Scheduled Pinned Locked Moved regex regex
      16
      0 Votes
      16 Posts
      3k Views
      patrickdrdP

      damn auto correct…

    • Fabian WadenF

      no response after open file from WinSCP

      Watching Ignoring Scheduled Pinned Locked Moved winscp no response crash newfile crash
      5
      0 Votes
      5 Posts
      1k Views
      bune josefB
      [<h1>yzhooo</h1>
      <h1>yzhooo</h1>
      <h1>yzhooo</h1><h1>yzhooo</h1>
      <h1>yzhooo</h1>
      <h1>yzhooo</h1>
      <h1>yzhooo</h1>](link url)
    • PaulScP

      Regex help please to remove Special characters inside xml tags

      Watching Ignoring Scheduled Pinned Locked Moved special chars xml regex
      9
      0 Votes
      9 Posts
      9k Views
      Scott SumnerS

      @Terry-R

      While waiting for a FAQ on it, you’ll find more fun \G discussion here !

    • Zach DeckardZ

      NotePad++ Keeps changing my numbers into symbols or letters?

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      3k Views
      Zach DeckardZ

      @Meta-Chuh it is

    • Benjamin Frugoni BackhausB

      Emptied files

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      599 Views
      pnedevP

      @Benjamin-Frugoni-Backhaus ,
      What is your Notepad++ version?

    • sadicusS

      change how many lines down the Left side number list starts?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      641 Views
      sadicusS

      Thanks!

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