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

      index.html when opened doesn't display the code I wrote...

      Watching Ignoring Scheduled Pinned Locked Moved not showing cha css.html... index.html . ges webpage not sho
      9
      0 Votes
      9 Posts
      3k Views
      dinkumoilD

      @Scott-Sumner

      Ahh, much more innocent. ;-)

    • FredThompsonIIF

      build 7.6 "open with..." association does not open files with spaces in filenames

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

      extra: in case you’re curious, since the OP used %L but my example used %1: see this post for a link describing %1 vs %L in registry entries. In short: it doesn’t really matter in this case, because the difference is only significant on old 16bit windows OS (like Win3.11). On modern Windows, %L and %1 are interchangeable in the registry associations. (Only %1 works in .bat/.cmd files, though, which is why I’ve gotten used to using %1.)

    • David Pérez MedinaD

      HTML <a download> not working

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      643 Views
      No one has replied
    • Roland HaddadR

      js file not loading

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

      @Roland-Haddad

      See here.

    • Danilo SchembriD

      Find and Replace with Regular Expressions (Regex): Software error or inadequate user? :-)

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      Meta ChuhM

      @Danilo-Schembri

      your regex works for me

      Find: ([A-Z]) ([A-Z])
      Replace: \1_\2
      `Search Mode: Regular Expression

      gives me

      FIELD_ONE
      FIELD_TWO
      FIELD_THREE

      if i press replace all (or repeatedly press replace)

      @guy038
      i think you ment:
      REPLACE \1\x5F\2 instead of REPLACE \1\x20\2

    • Iskandar The PupsiI

      Regex: Delete all lines containing characters other than [a-z], [A-Z], and [-]

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

      Hello, @iskandar-the-pupsi and All,

      Use the following regex S/R :

      SEARCH ^.*[^A-Za-z\r\n-].*\R

      REPLACE Leave EMPTY

      Notes :

      The ^ symbol ,beginning the character class, is the negation character

      The - symbol must be located at the end of the character class as it’s a special** char inside class character

      The \R syntax matches any kind of line-break

      Best Regards

      guy038

    • Bob BarringerB

      Keep unsaved tabs open between sessions

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      799 Views
      Bob BarringerB

      Looks like that worked. Thank you.

    • BartB

      Memory overload crash?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k Views
      BartB

      Thanks for your elaborated response. Here are some specs:

      My pc has 32GB RAM (windows 7 enterprise) Notepad version: 7.5.9 (64 bit) no plugins installed.

      The last crash i just copied some random text and pasted it allot of times.

      I tried you experiment and got a crash again (https://imgur.com/a/n1NYHhB). This picture also shows the exact error.

    • Wim de LangeW

      Plugins are failing in 7.6

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      3k Views
      Vito EvolaV

      Do I need to make a new folder for each .dll and move the .dll in that folder? What about the other folders?

      Here’s a screenshot - instead of creating new folders and such, I tried to just move everything from right to left (AppData\Local\Notepad++\plugins) and I saw Plugin again in the menu, but not the Plugin Manager.

      Thanks in advance!

    • Horace BischoffH

      new FunctionList.xml item doesn't work in Administrator mode

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      1k Views
      Peter BrandP

      @dinkumoil is correct. You could also try installing NotePad++ in local mode where all the files are stored in the application’s folder and %appdata% is not used.

    • Elvinas KavaliauskasE

      Notepad++ by default

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      1k Views
      Scott SumnerS

      @Elvinas-Kavaliauskas

      Maybe this is of some interest.

    • 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
      545 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
      845 Views
      Warren60W

      Terry
      That worked thank you very much

    • Tom GibsonT

      Hi everyone

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      621 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
      2k Views
      오바마오

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

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