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

      NppFTP has stopped uploading when Ctrl+S or Save icon clicked

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Pete NorrisP

      I think I may have solved my own problem.

      I had several (6 or 8) files in the Notepad++ editor. Some of the files had been open inside the editor for several weeks.

      I closed all of the files, uninstalled Notepad++, then did a clean installation. It seems to be working okay now.

      Evidently, leaving open files in Notepad++ for weeks caused something to get clogged up.

      One of the mods can mark this thread resolved if they like.

    • Endaz KonclanE

      Does anyone know what this line is?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      decodermanD

      It’s the Vertical Edge and it marks the column.
      This is a visual help when coding.
      Settings/Preferences/Editing, the setting is in the center of the pop-up.

    • 陳同陳

      Notepad++ Unresponsive on being maximized

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @陳同

      does this happen also if no plugins are installed?
      To test you might run npp with -noPlugin switch or temporarily rename plugin directory.
      If this doesn’t help, please post you debug-info which is available under ? menu.

      Cheers
      Claudia

    • Dickie DaviesD

      Newbie - How to apply file extension formatting when opening a .js file

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Claudia FrankC

      @Dickie-Davies

      check if another language has occupied the .js extension.
      Either use the Dialog Settings->Style Configurator and step through the languages
      or open langs.xml and see which language uses the extension.

      Cheers
      Claudia

    • Steve Daley175S

      Trouble Setting Up NppExec to Learn C++

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

      Thank you, Jim Dailey, that did the trick. I see why that worked now that I look at it. I should have considered that. The forum post that I saw seemed to indicate that the original code that I had without the extra cmd /c should have worked. Now I’m off to learn C++ which looks to be a challenge for an old dog.

    • Ben S.B

      How to convert a textfile and really show german umlaute?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      Ben S.B

      It works.
      Thank you

    • cjmac27C

      Ctl+tab not working

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Per IsaksonP

      @cjmac27
      There are a couple of check-boxes, which might need checking: Settings,Preferences,MISC., “Document Switcher”, check Enable and check Enable MRU behaviour.

    • Denis PeterD

      tabs selected when doubleclicking on words

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

      @Claudia-Frank

      Oh. After a few days the problem disappeared. Exactly.

      It seems that the plugins haven’t been updated. Nothing plugins was switched off. Npp ver 7.3.3 remained as before.

      Mystic.
      Perhaps the problem disappeared after reseting “Preferences -> Delimiter” and restart Npp.

    • Arnav71A

      Run Command Error Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved extension run avr atmel
      2
      0 Votes
      2 Posts
      2k Views
      Scott SumnerS

      @Arnav71

      If I’m understanding correctly, why not just make a second version of that command with “clean” embedded into it?

    • Picasso CTP

      Custom Language not recognized

      Watching Ignoring Scheduled Pinned Locked Moved custom language
      4
      0 Votes
      4 Posts
      2k Views
      Jim DaileyJ

      @Picasso-CT

      Zebra should appear BEFORE eagle. That is, Upper-case letters are lexically less than lower-case letters.

    • Denis StaD

      Getdata from specific positions (only if position x is not "0") and replace another positions with it

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      3k Views
      Scott SumnerS

      @Contafisc-Empresarial

      Unless I am misunderstanding what you are wanting to do (very possible!), I’d say that changing [^0]. to [^\s0]{2} does what you need. It means: for the next two positions, match as long as both positions are not some combination of:

      whitespace (the \s) zero (the 0)
    • Brian KnoppB

      Feature suggestion: tab-specific display settings

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

      Change main single word select color when smart highlighting enabled?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Ofek BitonO

      Cant upload a photo from my images folder to notepad++ (works only with image address from net)

      Watching Ignoring Scheduled Pinned Locked Moved images css html
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • acrolinkA

      Switching between themes easily

      Watching Ignoring Scheduled Pinned Locked Moved settings switch theme
      2
      0 Votes
      2 Posts
      2k Views
      acrolinkA

      Any news on this topic?

    • Patrick DawsonP

      XML Tools - Validation Issue

      Watching Ignoring Scheduled Pinned Locked Moved failed to locat xml schema xml tools validation
      4
      0 Votes
      4 Posts
      6k Views
      w3artwW

      This seems to be an issue with the https / TLS connection - at least in my case it works fine without https in front - with https I receive this error.

      Maybe this can be fixed easily in the next version.

      Thanks, Mark

    • Vincent PerquiaV

      Find and replace / Timecode / SRT

      Watching Ignoring Scheduled Pinned Locked Moved replace timecode srt subtitles
      5
      0 Votes
      5 Posts
      5k Views
      Scott SumnerS

      Borrowing somewhat from @guy038 's technique of the lookahead assertion proposed as a solution for this posting: https://notepad-plus-plus.org/community/topic/13761/multiple-copy-paste-notepad , here’s a way of solving the problem presented in the current thread using only ONE Replace-All (instead of TWO as proposed earlier).

      Find-what box: ^(\d{2}:\d{2}:\d{2})\.(\d{3})(?=.*?(\d{2}:\d{2}:\d{2})\.(\d{3}))
      Replace-with box: \1,\2 -> \3,\4
      Search mode: ☑ Regular expression -AND- ☑ . matches newline

      If this (or ANY) posting was useful, don’t post a “thanks”, just upvote ( click the ^ in the ^ 0 v area on the right ).

    • Peter OrrickP

      Settings get deleted every few days

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      3k Views
      Claudia FrankC

      @Peter-Orrick

      Re: XML dates - the dates of the 6 files span the past 2 yrs… what is the significance?

      Just to see what is going on.
      The npp settings are stored in these xml files.
      Depending on the creation/modification timestamps of the files we could determine
      if there is a general deletion of those files or if specific files are affected only.

      E.g. I would assume that CCLeaner would treat all files the same and delete those after
      some time. Now we should see that the modification timestamp, for the files which get modified,
      and the last accessed timestamp of the other xmls is more or less the same once you started npp and do your reconfiguration.

      In addition it could have been a trigger to remember if you specified some special rules,
      for CCLeaner or any other tool, which might have resulted in this behavior.

      Cheers
      Claudia

    • Алексей МосквинА

      Я открываю файл с форматом jar и у меня пишет такую вещь хотя другие файлы пишет нормально

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Donovan ClarkD

      Update destroyed my data!

      Watching Ignoring Scheduled Pinned Locked Moved help data lost
      1
      0 Votes
      1 Posts
      880 Views
      No one has replied
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors