• Project View is not Working

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    Claudia FrankC

    @Micah-Rios

    Give it a try to reset the project panel docking settings by

    closing npp and

    open config.xml with a different editor
    depending on your configuration you need to edit the file which is located under
    the installation directory or the one under %APPDATA%*\notepad++.

    delete the 3 lines under DockingManager which look like this

    <PluginDlg pluginName="Notepad++::InternalFunction" id="44083" curr="0" prev="-1" isVisible="yes" /> <PluginDlg pluginName="Notepad++::InternalFunction" id="44082" curr="1" prev="5" isVisible="yes" /> <PluginDlg pluginName="Notepad++::InternalFunction" id="44081" curr="3" prev="4" isVisible="yes" />

    Save the file and restart npp - reopen project panels.

    Cheers
    Claudia

  • Need help with search feature...

    Locked
    2
    1 Votes
    2 Posts
    939 Views
    Scott SumnerS

    @Yangci-Ou

    Sure…welcome to the Community. :-)

    That’s a pretty easy one. You can use the Find All in Current Document feature:

    Invoke the Find feature (press Ctrl+f)
    Find what zone: \b....e\b
    Set Match case to your pleasure
    Search mode: Regular expression
    Action: Press Find All in Current Document button

    Each . in the Find what zone represents a character position where you don’t care about what value it takes on (your “underscores”). The \b at the start and end just means to encase what comes between as a word, thus the example above would match “whale” but not the whale part of “whales” or “whaleboat”.

    This is rather basic “regular expression” stuff so I encourage you to go off and do some reading about what that is and how to use it for your needs in the future.

  • abort or cancel an inadvertent search that is taking forever.

    2
    0 Votes
    2 Posts
    937 Views
    LeeVious MaximusL

    At least bring the cancel window topmost, it was hidden below others.

  • problem error file too big to be opened

    Locked
    19
    0 Votes
    19 Posts
    14k Views
    Claudia FrankC

    Did some further testing, pure ascii text file 2,146GB,
    with 1MB more I do get the limit error.

    Cheers
    Claudia

  • Setting up User Defined Language Comment Section - exclusion issue

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Chip CooperC

    Wow, so reread documentation again, and it appears that Don of Notepad++, worked with, or had developed a section to handle this exception. I’m seeing that making an interpreter like this is problematic. Kudos for UDL working on that, as I’m sure this wheel gets reinvented for every Language Plugin. So, it’s ironic that the section in UDL doesn’t support operators in the interpretation for forward/reverse logic in the comment section. Not that I know this would help here. In starting the UDL, I picked the comment section as the first part to start with, as it seemed to be the first win I could get, this exception really threw me… till I did what Don had to do for C/C++ that I had to do with .lua which is use the ‘delimiter’ section for the exception. “–” to open/(EOL) as a closer. Worked great, just wish it wasn’t needed, and comments keys could go into comment section.

    So, I ‘resolved’ this… if that’s what one could call it. At least it works now. :-) Can I pat myself on the back, or get admonished for posting a problem I solved simply by RTFM again! lol

    Thanks to those who at least poked in to see if they could help! I think this UDL has a lot of promise! Sure wish I could help; but man, I don’t want to pick up on C/C++ again, it’s been too long. Whereas I’ve had to become more flexible in my old age… I remember C/C++ as very strict, even if as I recall it was one of the most sophisticated ways to write Machine Code!

  • BUG: Language/Define Your Language Export doesn't save filename as Type

    Locked
    2
    0 Votes
    2 Posts
    928 Views
    Chip CooperC

    I’d like permission to post this as a Bug report for Notepad++ github as an Issue… I think it’s minor, now that I’m aware; but, a bug it is…

  • Collapse Issue

    3
    1 Votes
    3 Posts
    1k Views
    Chip CooperC

    I’ve seen this recently also… using .lua (built-in). Almost always it does line breaking correctly, but I’ve seen it a least twice now myself. I’ve also examined the code, but wasn’t sure what ‘might’ be causing it,so I was just looking for ‘something obvious?’ in the code, but… no, that wasn’t it. Whatever it is, it seems to be an exception that’s not being handled, as it is rare. I’ll try to remember to post the code next time, and bring it up, as mine was only about 10 to 15 lines… or so. It seems to me that anything in a comment should be ignored completely. Mine had comments, and they appeared to be ignored, no brackets though, except comment brackets --[[ ]]

  • Flickering in Notepad++

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Chip CooperC

    Regarding my last post, I’m presuming you’ve tried updating your Notepad++ version. Depending on the age of any app running in the background, it may be using old libraries, which could, though not interfere, be increasing the number of memory swaps needed to keep it running, increasing processing time, etc. One of the things I’ve done is to use MSConfig, to reduce background applications running in the system to free up memory, and temporarily reduce overhead. IOW only run what you need. Using that can by process of elimination determine what if anything might be causing the issue.

  • Replace function

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Dann TruongD

    @Claudia-Frank
    Thanks for the hint. regular expression is the key. It now works perfectly.

  • Please need help decode ai file

    3
    -1 Votes
    3 Posts
    1k Views
    Gogo NeatzaG

    @Myme 651 What is an “ai file” ? Where did you get it from ?

  • Fit Image to Table Cell

    4
    0 Votes
    4 Posts
    2k Views
    chcgC

    See https://sourceforge.net/projects/imgtag/files/, now version 2.0.1 is also available via the Plugin Manager DevList.

  • Why won't the title for my new page show up?

    Locked
    16
    0 Votes
    16 Posts
    5k Views
    David BielbyD

    So the short answer is that I didn’t understand where the title was supposed to show up and was looking in the URL rather than at the top of the tab in m browser. It was working correctly, I just expected a different result that it was supposed to give. Thank you for helping me Claudia!

  • Extracting email addresses

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Tim-Peek

    Sure it is a pdf file? pdf files are not supposed to be edited by notepad++.
    Anyway, if you have the file open and already stripped down to lines with email addresses only
    use find dialog and regular expression checked
    Find what:

    .*?(\w+@\w+\.\w+).*

    Replace with:

    \1

    Cheers
    Claudia

  • How to stop Notepad++ from formatting HTML files

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Bernie-Elsner

    If I understand correctly, I assume that some installed plugin is responsible for this behavior.
    Could this be in your case? Did you install additional plugins?

    In general, if you want to switch off the language dependent actions temporarily, choose
    Normal text from language menu, do the needed action and reselect HTML from the
    language menu.

    Cheers
    Claudia

  • Notepad++ v1.0 source

    3
    0 Votes
    3 Posts
    2k Views
    Shakespeare WillianS

    @chcg
    Thank you.

  • whatever are the variables to use in user-defined shortcut ?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Budi KusasiB

    Great favor ! Thanks so much God bless you… ameen

  • What is the procedure to get this software to be used officially?

    3
    0 Votes
    3 Posts
    1k Views
    Marco CzenM

    @Amogha-A-Rao - Just install the software / accept the license terms and you can use officially ! Nothing else required. There is no special licesing package or key etc.

  • how to know opening tag without scrolling

    3
    0 Votes
    3 Posts
    1k Views
    Marco CzenM

    @bonaca - Goto that html tag and hit Ctrl+T. That will take you to the closing tag. HTML Tag Plugin needs to be installed.

  • Need to uninstall 7.3.3 (32bit) but...

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Chip CooperC

    Yep, that did it. However, I had installed the original as a .bin and I probably have a bit of garbage in my registry. So, I did a little manual labor collecting garbage in the Dragon’s den. Wouldn’t surprise me if I left a couple pieces laying around; but, the Dragon probably won’t notice. ;-)
    So, after doing that, I’m now wrestling with whether I should leave a (x86) version on the machine while (x64) is still under development, perhaps not; although, it’s much further along than I expected with the x64 Plugin Manager, so woo hoo! The .lua plugin for (x64) is available too, so I couldn’t be happier… but I digress…
    Thanks a lot for your help… I appreciate it. Now, if I could only figure out how to remove those typo’s from my autocompletion dictionary, apparently lang.xml has chanced name, been upgraded or something as well… sure would be nice to have a clean editor for what ever it’s called, where-ever it’s stored… Now, if I could just find it, see how messy it looks, and perhaps how to make a plugin… I could do something about that. When it gets too irritating, maybe I’ll take a break from .lua and dig into the plugins for Notepad++ using Scintilla and learn about that! :-)
    Thanks again for your help!

  • 0 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @Life’s-Hacks.

    Something like this could work:

    Find-what zone: (?-s)^.*?delete me.*\R.*\R
    Replace-with zone: make sure this is EMPTY
    Wrap-around checkbox: ticked
    Search-mode: Regular expression
    Action: Press Replace All button