Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Dean LoftsD

      Save As Window

      Watching Ignoring Scheduled Pinned Locked Moved save as window
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Jennifer YuJ

      No Highlighting?

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Ted HickoxT

      Notepad ++ and the eXist Database

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Retsu AsakuraR

      Shell execution failed

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • AJ BaxterA

      Recent Files limit

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      RicardoR

      I have already one related to this: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/323

    • jcreyespachecoJ

      feature:Ask codification when installing notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • mikeM

      Hightlight brackets

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      4k Views
      Jim DaileyJ

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

    • moleculeM

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

      Watching Ignoring Scheduled Pinned Locked Moved
      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?

    • pdjeP

      Switch to turn off Wordprocessor features

      Watching Ignoring Scheduled Pinned Locked Moved
      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!

    • obreeyO

      Bug: Sometimes copy/paste works incorrectly

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • AndrewSmithA

      Project Panel. Add Files from Directory by mask

      Watching Ignoring Scheduled Pinned Locked Moved 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.

    • Vittorio ZamparellaV

      Find in Project Files

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • FrankAndrewEF

      Tab spacing based on file extension

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • mandarM

      Web based notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      6k Views
      No one has replied
    • maikoM

      Feature Request: 1. Scrollable Tab-Bar 2. Show/Hide Togglebutton for Doc Switcher etc. 3. Sort Functions

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Douglas McArthurD

      Search and replace in all Documents

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k 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.

    • Theo CorvisT

      Does Notepad++ support Django?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      7k 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

    • grille12G

      Open a file selecting its name within an opened file

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Pascal PascalP

      GB2312 character set by default ?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      5k Views
      Gerd MüllerG

      Doesn’t the menu Encoding -> character set -> … works for you?

    • Apple OnoA

      Notepad++ 6.x crash recovery of unsaved files (Windows)?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      7k Views
      No one has replied
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors