• Copying from Facebook post

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Wolfgang S.W

    It seems the content of your clipboard is a type which can not pasted into NP++. e.G. a picture.
    Try to paste it into Word or Writer and you will see the clipboards content.

  • Invert colour of selected text?

    10
    0 Votes
    10 Posts
    8k Views
    afender7A

    Interesting, thanks, I will have a read of that link!

  • Font Size for Tabs too large

    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello Michael,

    did you upgrade your graphic cards driver lately?
    Which windows version do you use?

    Cheers
    Claudia

  • Why can't I run a HTML file in the browser locally anymore?

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello @Garrett-Schultz,

    can you check your shortcut.xml file and see it the related
    entry hasn’t been corrupted.

    <UserDefinedCommands> <Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox &quot;$(FULL_CURRENT_PATH)&quot;</Command> <Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore &quot;$(FULL_CURRENT_PATH)&quot;</Command> <Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome &quot;$(FULL_CURRENT_PATH)&quot;</Command> <Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="70">safari &quot;$(FULL_CURRENT_PATH)&quot;</Command> <Command name="Get php help" Ctrl="no" Alt="yes" Shift="no" Key="112">http://www.php.net/$(CURRENT_WORD)</Command> <Command name="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113">https://www.google.com/search?q=$(CURRENT_WORD)</Command> <Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command> <Command name="Open file" Ctrl="no" Alt="yes" Shift="no" Key="116">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)</Command> <Command name="Open in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) -nosession -multiInst</Command> <Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a &quot;$(FULL_CURRENT_PATH)&quot;</Command> </UserDefinedCommands>

    Cheers
    Claudia

  • Help Wanted - fixed number select and find next

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Steven-N-Senart

    put the cursor before the number to search and press CTRL+F3.
    The next number gets selected and you can delete it. Press F3 for next find.

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Max-Mustermann,

    Excel is responsible what goes to the clipboard and npp gets it from
    the clipboard.

    What you can do, if the double quote is unique, to record a macro to
    find and replace double quote with nothing once and rerun it whenever you need it.

    Cheers
    Claudia

  • Why doesn't the column position change when I make changes?

    9
    0 Votes
    9 Posts
    5k Views
    Claudia FrankC

    Hello Roger,

    albeit the underlying scintilla control defines the functionality,
    I assume the concrete implementation needs to be done by notepad++.
    So I guess you need to address it here.

    Davey, thanks for the kind words and if I could be more concentrated, it
    would be even more helpful/useful to others.

    Cheers
    Claudia

  • NP++ and NP++ to R

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Maarten van SchieM

    Thank you @Claudia-Frank ! I think the code you point to is indeed where the problem occurs.

    I am not sure about the intricacies of NpptoR, but the plugin manages to take lines, selections and scripts in N++, and pastes and/or executes them in the R console window (so not in the N++ window like nppExec does). I’d like to learn how to apply nppExec for R, but it would probably be best to leave that for another time :)

    The issue is mentioned here at SourceForge and here at Github but the bit of code you refer to does not seem to be identified there, so thanks a lot for bringing it up.

    I hope it will come to the attention of the NpptoR developers, unless the N++ developers revert this part of the code as you suggest elsewhere.

  • Notepad++ case conversion vs. regular expression case conversion

    7
    0 Votes
    7 Posts
    8k Views
    Claudia FrankC

    Hi Guy,

    I’m confused, I’ve downloaded the source from the link you’ve provided and
    copied over the source. Tried to make the scintilla library and got an error.

    NMAKE : fatal error U1073: don't know how to make '../boostregex/UtfConversion.h'

    Searched for UtfConversion.h and yes, it isn’t there - error makes sense as e.g. BoostRegExSearch.cxx has
    an include statement.
    Thought file must have been deleted at some point. Did a history search for all deleted files but no, file isn’t listed.
    So I assume that file has to be part of François’s code but unfortunately it isn’t.

    So I concentrate to rebuild new scintilla lib based on the original functions.

    Cheers
    Claudia

  • Can't see russian symbols (and can't convert)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Ivan-Aleksandrov

    Keep in mind, when comparing font/encoding with different programs,
    make sure they use the same font/encoding.

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Royal-Baby,

    normally there isn’t any need of using a specific type.
    Known file types are just there for convenient.
    When using one of the known ones you don’t have to type the file extensions, that’s it.

    Cheers
    Claudia

  • Syntax highlighting

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    T HelpT

    @Claudia-Frank:
    Hello,

    Thank you for the information. I’ve updated the notepad++ however the problem didn’t dissapear. I’ve closed all tabs/second view window and then closed the notepad++. After that it works like a charm :)

    Have a nice day!

  • How to select and copy lines in notepad++?

    Locked
    3
    0 Votes
    3 Posts
    25k Views
    NEELOFAR MIRZAN

    Thank you Claudia, it works. :)

  • double-click hyphen

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello Andrew,

    I described here how it could be solved.
    Basically, you need to register a callback which gets called when you open a new tab or switch tabs and extend the wordchars accordingly.

    Cheers
    Claudia

  • Delete empty lines

    Locked
    5
    0 Votes
    5 Posts
    26k Views
    decodermanD

    @Andrzej-Kmicic said:

    Edit -> Line Operations -> Delete Empty Lines

    That’s how I do it too, it’s the quickest way.

  • Saves extra versions of file -

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Stephen AustinS

    I’ve found that the problem was with Samsung Sync, and the fact that I was using Dropsync with Dropbox. Not Notepad++ at all. If anyone else has the same problem then I hope this helps.

  • Notepad++ doensn't start when doubleclicking files

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    MatsM

    Hello Claudia!

    [HKEY_CURRENT_USER\Software\Classes\Notepad++_file] doesn’t exist.

    Inside npp, I removed npp association with .txt, .log & .xml, then I added it again. After that, .txt and .log works but not .xml!
    Then I rightclicked a .xml file, choosed “open with” and select always use npp. After that, .xml also works. I did try that before, the new thing was to remove and add association in npp first.
    So the problem is solved, but there is still a lot of questions how this could happend.
    Thanks for helping me.
    Mats

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @مشاري-الخالدي ,

    can you upload a screen shot with this error message?
    Which operating system do you use?
    Which npp version do you want to run?

    Cheers
    Claudia

  • Change Multiple Values at Once

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    Claudia FrankC

    YEESSS - CTRL - aaaahhhh

    Seems now are my confusing days ;-)))

    Cheers
    Claudia

  • Highlight HTML and CSS

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Adam-Schwartz,

    I don’t think I understood your question correctly
    because if you choose HTML from language menu it should already
    highlight html and css code.

    What did I miss?

    Cheers
    Claudia