• Notepad ++ and the eXist Database

    Locked
    2
    0 Votes
    2 Posts
    4k 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
    5k Views
    RicardoR
    I have already one related to this: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/323
  • feature:Ask codification when installing notepad++

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

    Locked
    2
    0 Votes
    2 Posts
    5k 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
    3k 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 projectpanel
    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
    14k 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
  • Web based notepad++

    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Search and replace in all Documents

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Douglas McArthurD
    thanks you so much was so close had \t\d\d\d but it kept showing no match as I was still searching in Extended, not regular.
  • Does Notepad++ support Django?

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    RicardoR
    Well, Notepad++ is a text editor with syntax coloring and some auto-complete for many languages. Each language has its own structure of files, but this is not handled by the editor. If Django is a kind of Python, there is some coloring and auto-complete built in Np++. Looking at Google (https://www.google.com/search?num=100&q=notepad%2B%2B+Django) I see some topic that may help you, eg: http://mherman.org/blog/2012/12/30/django-basics/ https://openhatch.org/wiki/Django_for_Designers/Laptop_setup/Windows_text_editor https://groups.google.com/forum/#!topic/django-users/jBeTpm1kzi0 http://stackoverflow.com/questions/8483969/unexpected-indent-error-when-using-notepad-for-creating-django-function
  • Open a file selecting its name within an opened file

    Locked
    3
    0 Votes
    3 Posts
    10k Views
    RicardoR
    When working on an opened file in the notepad++ interface, you would select a file name mentioned in the opened file, right click and have a menu Open with the name of the selected file. This is inside Run menu named as “Open file”. Ofc you can add it to context menu: http://docs.notepad-plus-plus.org/index.php/Context_Menu
  • GB2312 character set by default ?

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    Gerd MüllerG
    Doesn’t the menu Encoding -> character set -> … works for you?
  • Notepad++ 6.x crash recovery of unsaved files (Windows)?

    Locked
    1
    0 Votes
    1 Posts
    8k Views
    No one has replied
  • NPlusPlus won't install on Asus laptop

    4
    0 Votes
    4 Posts
    5k Views
    David BaileyD
    Maybe there is a specific problem, but you can download the ZIP file instead, and extract the Notepad++.exe file and upgrade an earlier installation (I understand the other files change much less frequently, and this method works well for me). I suppose it may also be worth checking your hard disk - maybe there is a defective spot. David
  • Function List - LISP

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