• 0 Votes
    1 Posts
    21k Views
    No one has replied
  • Feature request: automatic trailing whitespace trim

    Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Please add support for Asterisk Dialplan syntax highlighting

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Shorter executable script/exe filename

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    guy038G

    Hello, Картошка с луком,

    Here is, below, an other simple method :

    Go to the C:\Windows\System32 folder

    Right-click and create a new shortcut, just called NP

    Choose, as target, the absolute path of Notepad++.exe

    Probably, choose to start this program in the N++ installation folder

    Then, to run Notepad++.exe :

    Start the Windows Run menu, with the Windows key + R shortcut

    Just type NP and valid

    => N++ should start, at once, regardless to your present location :-)

    As for me, it works fine, with a portable N++ installation, from an archive file, on a Win XP machine :-)

    However, you may come across some related problems, with the W7/W8 configurations and/or the N++ Installer. I couldn’t test these cases as I don’t have, presently, any W7/W8 machine available ( I’m still, in Summer Holidays, guys, Ah, Ah ! )

    Best Regards,

    guy038

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • UTF-8 without BOM option

    Locked
    3
    0 Votes
    3 Posts
    34k Views
    Daniel Santos de LimaD

    Thanks to the help.
    The old way was better to identify. I work with support and sometimes they sent me some files wrongly encoded and in the system the recommendation is UTF-8 without BOM.

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Save As Window

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • No Highlighting?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    David BaileyD

    What language were you writing, and did you save it with a file name with the appropriate suffix - e.g. MyProg.java if you were writing Java code.

    Perhaps you didn’t give it a suffix until after you saved it away, and next time you edit the file it will respond to the suffix.

    You really need to give some more details.

  • Notepad ++ and the eXist Database

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    More than likely this is possible but you’d have to take the time to write a plugin to do it.

  • Shell execution failed

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Recent Files limit

    3
    0 Votes
    3 Posts
    4k Views
  • feature:Ask codification when installing notepad++

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Hightlight brackets

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Jim DaileyJ

    Settings–>Preferences–>MISC.
    Near bottom right corner you will find the “Highlight Matching Tags” checkboxes…

  • Notepad++ doesn't run as limited user in XP

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    AJ BaxterA

    using XP is far bigger of a concern, what do you think limited use on XP is actually achieving?

  • Switch to turn off Wordprocessor features

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    David BaileyD

    The spell checking is often very useful when editing code, and underlining URL’s seems pretty harmless. Those URL’s open if you double click them - which can be extremely useful even within code - and the underlining alerts you to the fact that this is possible. I find it handy to put URL’s inside C comments, and sometimes code opens a URL, and it is convenient to check the URL by double clicking. Why would you ever not want the option to open a URL that is embedded in your text? Without the spell checker, I would never find odd spelling errors buried in rarely used error messages!

    Defaulting features to OFF has the disadvantage that busy people probably never discover they exist!

    Maybe it would help if users could vote for or against proposed changes - my bet is that a LOT of people are very happy with the vast majority of NP++features!

  • Bug: Sometimes copy/paste works incorrectly

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Project Panel. Add Files from Directory by mask

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Jim DaileyJ

    @AndrewSmith

    The project file is just XML. Why not write a Python script to create the XML file you want? I wrote myself an AWK script to do that, and it worked well.

    I don’t use the project panel much any more–only for “stock” help files and such that I always want to be able to get to. For “project” file searching, I use the Open File In Solution plug-in from http://npp.incrediblejunior.com.

  • Find in Project Files

    4
    0 Votes
    4 Posts
    13k Views
    Jim DaileyJ

    @Vittorio-Zamparella

    A solution is just another way of referring to a project (that is, the files that you care about editing).

    You have to create a solution using the SolutionHub UI. The SolutionHub UI section of the link I posted explains how to create a solution. Once you have done so, and you have created a connection to OFIS in the solution (the link explains how), you can search for files in the solution by name (optionally by the entire path and name).

    I cannot remember if the plug-in creates a hotkey or if I used the NPP UI to create one. Anyway, I type Alt-O to open the “Open File in Solution” dialog box. You can also get to the dialog from the NPP menu:

    Plugins–>Open File In Solution–>OFIS - Show

    You can get help on how to use the OFIS dialog from the NPP menu:

    Plugins–>Open File In Solution–>OFIS - Help

  • Tab spacing based on file extension

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied