• 0 Votes
    2 Posts
    862 Views
    Claudia FrankC

    @Vishal-Sehgal

    I don’t really understand what you are trying to achieve.
    Do you want to post some examples with before and after comparison
    like, I do have

    line with number 517189292 and some text another line with different number 1189292 and some text again a line with number 517189292 and some text and another line with different number 1189292 and some text

    and I want to have a result like this

    another line with different number 1189292 and some text and another line with different number 1189292 and some text

    Does this makes sense to you?

    Cheers
    Claudia

  • Finding and deleting entire paragraphs.

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    byron blackmoreB

    That works. Thank you very much!

  • Import xlsx list

    Locked
    3
    1 Votes
    3 Posts
    2k Views
    Magnus BrodinM

    You are an angel :-) My mistake is that I tried to copy from Excel instead of making a new document i Notepad++ and that resulted in many very strange things. Now everything is ok. Thank you!

    Best regards Magnus

  • Notepad++ Cannot Backup Text files - Windows 10

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Mark-Warbinek

    I assume you hit the MAX_PATH (260 characters) limit, which means
    the amount of characters in the full path is not allowed to exceed 260 chars, might this be?
    If so and because you are on windows 10 there MIGHT be a solution.
    Stop npp and edit the registry

    HKLM\SYSTEM\CurrentControlSet\Control\FileSystem

    add a REG_DWORD variable called

    LongPathsEnabled

    and give it a value of

    1

    See here for the explanation of this.

    Note, I don’t have any experience with this key but rumors on the web say
    that 32bit applications might have issues when having set this key and using
    api calls which do respect that key.

    Cheers
    Claudia

  • 1 Votes
    5 Posts
    10k Views
    Meta ChuhM

    @kichi-po
    @Scott-Sumner

    looking at the message from outer space and this:
    https://www.google.com/search?q=ascii+art&safe=off&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiY_Oe-0vvaAhWG2SwKHUqfB78Q_AUICigB&biw=1653&bih=918

    it would be a funny thing if someone creates a image to ascii art converter plugin for np++ ;-)

  • When closing a large file, NPP takes several seconds unresponsive

    Locked
    2
    1 Votes
    2 Posts
    872 Views
    Meta ChuhM

    @Alexandre-Machado

    thanks for the key information (local ssd, ntfs compression)
    i can not reproduce this delay on my ssd (non compressed folder, appx. 50mb file) using a 32 bit version of np++ 7.5.6.

    could you try to temporarily adjust some np++ settings to try out if it makes any difference ?

    settings > preferences > backup >>>
    disable following options:
    remember current session for next launch
    enable session snapshot and periodic backup
    backup on save > none

  • Issues while open txt files through mounted drive on ubuntu

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    熊适之

    Thanks for help.
    I found an option named “permissions” in ubuntu software configure just beside the option “remove”.
    Turn on “Read/write files on removable storage devices” works well.

  • How to read my document

    Locked
    2
    0 Votes
    2 Posts
    870 Views
    Claudia FrankC

    @Johnny-Shizzle

    might be but is/was this a plain text file at all?
    What is the file extension?

    Cheers
    Claudia

  • How do I strip rogue tags:

    Locked
    2
    0 Votes
    2 Posts
    804 Views
    PeterJonesP

    It’s because you’ve assumed the “convert” was in NPP, but really it’s in WordPress.

    When you copy a selection from Excel and paste into a textual context, every line ends with a newline character (so if you only select one column, every CELL ends with a newline character), and multiple columns are separated by TABs. When you paste that text into WordPress, it appears to be converting the newline into a <br />. But when you paste it into NPP, it just interprets it as an end-of-line.

    I don’t have WordPress convenient right now, but my next debugging steps would be:

    What happens if you paste into NPP, then re-copy from NPP and paste into WordPress? What happens if you paste into NPP, then use column-select (alt+drag selection), copy, then paste into WordPress?
  • 0 Votes
    2 Posts
    762 Views
    PeterJonesP

    Search > Replace dialog

    Find what : ^\R Replace with : (empty) Search Mode : ☑ Regular Expression Hit Replace All
  • How to move Doc Switcher to left column?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Claudia FrankC

    @Scott-Sumner

    You are right, if multiple panels are in one group it is different, also freeing the panel
    doesn’t work if you click on windows title instead one needs to double click the tab field.

    And it seems behaving awkward, to be honest - at least on linux it draws only half
    of the panel first and then once updated the rest. (??)

    Cheers
    Claudia

  • Save as .csv Extension

    Locked
    4
    0 Votes
    4 Posts
    58k Views
    Ca HolmesC

    The problem was solved once I showed the file extensions in Windows. Not sure how that fixed it but it now is saving the modified file with the .csv ext instead of defaulting to .txt which happened before even when selected All Files .. Thank you!

  • Compare plugin x64

    Locked
    3
    0 Votes
    3 Posts
    353k Views
    Mariano CrellesM

    Thanks Meta Chuch.
    It works. The name of version I’d dowloaded has the suffix x64, but obviously it wasn’t the right file.

  • Override existing keyboard macros

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP

    Apply the shortcut you want to the feature you want. Then go to the conflicting function, and either change or delete its shortcut.

  • Auto expand in Folder as Workspace Section.

    Locked
    2
    1 Votes
    2 Posts
    946 Views
    Claudia FrankC

    @Sagor

    sorry, afaik there is no such setting available.

    Cheers
    Claudia

  • CISCO CLI

    3
    1 Votes
    3 Posts
    2k Views
    Skynet-AdminS

    @Claudia-Frank, Thank you. I will look into it tonight and see if i can find what I described badly in the OP.

    Regards,
    Sam-Skynet

  • Run macro from Windows context menu

    Locked
    5
    1 Votes
    5 Posts
    2k Views
    Yomgui33Y

    Ah, yes, forgot all about the Search/Replace on whole folders. I might be able to automate things a bit more through autohotkey.

    Thanks for the suggestions! I’ll fiddle with that until I can get where I want with Python (and come back if I manage something elegant enough to be shared).

    Have a nice week-end!

  • how can you remove blank lines from a text file?

    Locked
    3
    1 Votes
    3 Posts
    3k Views
    Tom MoulderT

    thank you. i am new and did not know that existed

  • I can't edit or delete my own posts

    Locked
    5
    1 Votes
    5 Posts
    1k Views
    SalviaSageS

    Oh, that’s a good idea. I didn’t know these gists existed. I guess I will post my code in these things instead, then link remains the same, but code changes :)

  • In the style configurator, what affects PHP function names?

    Locked
    2
    1 Votes
    2 Posts
    803 Views
    Chris MorrowC

    Never mind! It’s WORD. The problem is that section of the style area is so complicated that it took a while to load, and I was being impatient clicking one after the other (with no indicator that anything was loading as I clicked), so I assumed WORD had the same settings as the last thing I clicked.