• 0 Votes
    4 Posts
    30k Views
    Scott SumnerS
    Ah, okay…in your first posting all the things to paste in were the same (“item”). Since they are actually different, copy them as a column block from their source (hopefully also Notepad++) using Shift+Alt+arrows to define the column block, and invoke copy. Then, at the intended destination, on the first line, invoke a paste.
  • Autocomplete issues.

    2
    0 Votes
    2 Posts
    2k Views
    guy038G
    Hi, Alex s, Very easy to get it :-)) Open, in N++, the file ....\Plugins\APIs\php.xml At beginning of this file, just under the <AutoComplete> tag, insert the line, below : <Environment ignoreCase=“no” startFunc=“(” stopFunc=“)” paramSeparator=“,” additionalWordChar = “_” /> Save the changes, done in php.xml, and close this file Close, then, re-start Notepad++ Open a PHP file or a new tab and define the language PHP, for this new tab Type, for instance, the word, file_ at beginning of a line Hit the CTRL + Spacebar shortcut => A pop-up list should appear, located on the word file_exists, followed by the three functions, below : File_get_contents File_put_contents File_register_wrapper ..... Et voilà ! Best Regards, guy038
  • How to save as .xaml (not .xml)?

    2
    0 Votes
    2 Posts
    2k Views
    jfaustinoJ
    Hello, Have you tried selecting “All types (*.*)” on the type list in the save dialog then adding the *.xaml extension in the file name?
  • auto complete numbers

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Javier GiménezJ
    I am using v6.9.2 so I will update right now. Thanks! :)
  • Notepad 7 x86 crash when recording macro

    2
    0 Votes
    2 Posts
    2k Views
    cmeriauxC
    You may update to 7.1. your mug should be corrected.
  • Can't save anymore

    9
    0 Votes
    9 Posts
    6k Views
    cmeriauxC
    I like KISS !
  • 0 Votes
    3 Posts
    3k Views
    Scott SumnerS
    IIRC, “Brief emulation” is an old term that people have come to understand to mean “keyboard shortcut” compatibility…in other words, can you flip a switch in Notepad++ and then have all the default shortcuts from Brief doing their corresponding functions in Notepad++. The answer is NO to the “single switch flipping”, but you can program individually shortcut keys to most Notpad++ actions. It could be a lot of work to set up, but with good results obtained in the end. See Settings menu -> Shortcut Mapper…
  • Ok - it is Friday, but why notepad++ acting weird?

    Locked open text file bug windows10
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Studio-VSDesign one idea which comes instantly into my mind is … could you make a screenshot and upload it? Cheers Claudia
  • NPP & Antivirus

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Claudia FrankC
    @paolo-ciafaloni How should we know? :-) I don’t expect that the official package has an virus but other bundles could have. It could be also, that this is a false-positive identification. If you are unsure, test it against multiple virus apps. Like with https://www.virustotal.com. Cheers Claudia
  • Submit Language Definition

    Locked language udl
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ 6.9.2 keeps crashing consistently

    4
    0 Votes
    4 Posts
    3k Views
    cmeriauxC
    What are your debug info ? It’s important for us in order to help you. Try to do a fresh install. You may have a bugged in your configuration file (in the config.xml)
  • NOTEPAD++ QUERY

    3
    0 Votes
    3 Posts
    3k Views
    Priya ChilongiaP
    Thanks Very Much
  • Language setting for html + javascript file

    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Robert-Ulph maybe this is interesting for you as well. Cheers Claudia
  • NP++ doesn't keep file associations..

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Ian-Branch this is out of my mind as I don’t have any windows os at the moment. Right click on file, select open with. If npp isn’t in the list, choose the link open with another app or so. If npp, again, isn’t in the list, there was another link like search for your app. This opens the explorer and you can select npp. Cheers Claudia
  • Macro and Clipboard Trouble

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    cmeriauxC
    You may have trigger a paste command with an empty text while you were recording your macro. You can debug your macro : have a look in the C:\Users\luke.skywalker\AppData\Roaming\Notepad++\shortcuts.xml file here is mine. <Macros> <!--Trim Trailing and save - Alt+Shift+S --> <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> Cmd 42024 => <!–Trim Trailing Space - --> Try to post yours
  • Macro Sharing Help

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    cmeriauxC
    xmf => xml sorry for the Typo, I should’nt write on my smartphone
  • Line settings

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Scott SumnerS
    @cmeriaux That’s not the same as having a hard-limit like the OP is asking for, but it helps! :)
  • Rearrange the word and numbers at the beginning of each line

    6
    0 Votes
    6 Posts
    4k Views
    Scott SumnerS
    If you follow basically what gerdb42 said to do, and use the following, it should work: Find what: ^(.+?)(Favs: \d+ - )(.+) Replace with: \2\1\3
  • How to paste specific text

    2
    0 Votes
    2 Posts
    2k Views
    gerdb42G
    You could try the Snippets or SnippetPlus Plugins.
  • Files with "-" in path don't get opened properly in Workspace

    4
    0 Votes
    4 Posts
    3k Views
    cmeriauxC
    It may be a x64 issue. could you test x86 ?