• Comments in "shortcuts.xml"

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • UDL Documentation and how to define a Language to highlight Log files

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Chris-Swinney,

    I’m not sure if you can do this with UDL properly as it is designed to act on words rather than lines.
    If it is sufficient then define the keywords ERROR, WARNING with the foreground and background color
    of your choice and define a double quote delimiter for open and close. Press style and allow nesting
    with your keywords.

    If this isn’t what you are looking for, then the other alternative I now would be using a python script
    to color the the lines.

    Cheers
    Claudia

  • How to get back option to run in web browser for version 6.9.1?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Kirk-Webmeister,

    the current release does it also have. Under Run menu?

    If it doesn’t appear, chech your shortcuts.xml file.
    Default content is

    <NotepadPlus> <InternalCommands /> <Macros> <Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes" Key="83"> <Action type="2" message="0" wParam="42024" lParam="0" sParam="" /> <Action type="2" message="0" wParam="41006" lParam="0" sParam="" /> </Macro> </Macros> <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> <PluginCommands /> <ScintillaKeys /> </NotepadPlus>

    Cheers
    Claudia

  • Find and replace the 4th occurrence of string </p>

    8
    0 Votes
    8 Posts
    14k Views
    Radu LucianR

    Thank you all for your help. I solved my problem with your help, I really appreciate that.

    Best Regards,
    Radu

  • Notepad++ conflicting w/ windows 10: KB3147458

    12
    0 Votes
    12 Posts
    9k Views
    Don MasonD

    Tried it. Problem exists in the same way for a 2nd user.

  • N++ Crashing when trying to install plugins

    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    Hi David,

    interesting, it must be specific to proxy/or configuration because if you try to install e.g ViSimulator (without proxy), which isn’t
    available, than it doesn’t crash.

    And if I define an invalid proxy it doesn’t crash either.

    So if there is a valid proxy config and something is unavailable, ---- no, I tested this as well!!
    Hmm, worth to investigate deeper. ;-)

    Every drop of rain that falls in Sahara Desert says it all, It’s a miracle,

    Cheers
    Claudia

  • Save all unsaved files

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello @Leszek-Dedko,

    yes, can be done by disabling backup functionality.

    Settings->Preferences->Backup
    uncheck Enable session snapshot and periodic backup

    Cheers
    Claudia

  • Add one character, file becomes unloadable

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Gordon ToddG

    Thanks Claudia, that seems to have cured it :-)

  • How to make the vertical text to horizontal text

    Locked
    3
    0 Votes
    3 Posts
    60k Views
    Naveen ChN

    This also worked but if we have millions of rows then its better we use

    Search > Replace >

    In dialog box ’ Find what ': \n
    Replace with : Blank

    And Replace All

  • Getting rid of the "old ugly GUI of Notepad++"

    Locked
    2
    0 Votes
    2 Posts
    3k Views
  • Bug or feature ?

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

    Hi Claudia,
    this solves the issue. So it seems it is a feature.

    This caused quite a riot here in the company. 3 People verifying a half day sourcecodes delivered the last two years whether source code has been changed unwanted. (No problem found).

    Thank you for you Answer.
    Wolfgang

  • Replace part of Gcode

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Axel DekeyserA

    With the simplification it worked fine :)

    Thank you so much Claudia.

  • Real Time HTML/5 validation

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    Claudia FrankC

    Hello @Vaidas-SS,

    when you are saying real time you mean that you get these informations while typing html code, correct?
    If so, no, npp doesn’t have a html debugger.
    From plugin point of view there is a html preview which might be helpful
    and the xml tools could be also used to detect missing tags.

    What you could also do is using online validators together with npp and
    Run function or nppExec.

    Cheers
    Claudia

  • Custom "language" autostart?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Adam-Kley,

    I described here a way to make it happen.

    Cheers
    Claudia

  • 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
    9k 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