• Feature Request

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    @Larry-Schulman Have you tried the 64-bit version? It can handle larger files…
  • UDL (User-defined language) request 2: extend number style

    6
    0 Votes
    6 Posts
    4k Views
    Mikhail NikitinM
    Well, I didn’t expect UDL to be capable of doing it at the moment, as far as I could read the documentation, but it might eventually enhance a constant literal rule from only covering a subset of ASCII numbers (e.g. +1,024.50 or 6.19e-23 won’t be matched either, afaik) to some more complex definitions, where the time definition might find its place :-)
  • Text Message backup conversion to readable format

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    @Billy-Dailey , VERY wrong place to ask this question. Sorry.
  • UDL (User-defined language) request 4: variable string matching (HEREDOC)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • UDL (User-defined language) request 3: rename groups

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad+ 7.2 (32bit) Installation of Tidy2 (v 0.2) fails.

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    Syamala TadigadapaS
    At https://sourceforge.net/p/notepad-plus/discussion/482781/thread/2eeba3f3/ I found a solution. I have downloaded the zip file https://github.com/downloads/davegb3/NppTidy2/Tidy2_0.2.zip. Expanding this zip folder has Tidy2.dll. I copied this Tidy2.dll file to C:\Program Files (x86)\Notepad++\plugins. Then I verified that this plug in is showing up in the nodepad++ menu. But I am interested to know 1. why it fails to install as a plugin from notepad++ menu? 2. Is there a solution than the above hack I mentioned?
  • UDL (User-defined language) request 1: embed XML

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [FEATURE REQUEST] Keep (if any) registry value of Title

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    3 Posts
    4k Views
    brudersteinB
    Just to confirm what @MAPJe71 said, yes, this is official - they’re sponsoring the hosting of the list (the “why is this here” link was down for a few hours last night, apologies if you caught it at a time when it wasn’t available).
  • NEW FEATURE REQUEST *Nicknameable Tabs*

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • NAS no access

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Problem w/ function list

    Locked function list class python problem
    2
    0 Votes
    2 Posts
    2k Views
    MAPJe71M
    Confirmed, known issue applicable to most FunctionList parsers implementing classRange. No solution yet, but is being worked on.
  • Can't get the Style Configurator to work right. Forecolor not working

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    MAPJe71M
    For what language?
  • how to create a new file as a copy of an existing file in Notepad++

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP
    Does this do what you want? File > Open = news.php File > Save a Copy As = article.php
  • Small Request

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    djixadinD
    But it doesn’t get added to the menu for me. I can only run it via keyboard shortcut.
  • Plz, help me to show function list codeigniter

    Locked np++ dont show fun
    9
    0 Votes
    9 Posts
    6k Views
    Khanh Minh93K
    @MAPJe71 thank you MAPje71 and guy038 npp working function codeigniter
  • NP++ minimizing on cut/paste, search, and most other actions.

    8
    0 Votes
    8 Posts
    9k Views
    alireza ashaniA
    The problem seems to persist, so please ignore my previous post.
  • bookmark line color

    Locked bookmark color
    5
    0 Votes
    5 Posts
    6k Views
    dailD
    Oh, I see what you are saying now. :) AFAIK this isn’t configurable through any config file (although not a bad idea), but you can do it with a plugin. You can do this with PythonScript but I’m not familiar enough with it. LuaScript is more lightweight and easier to install. Install LuaScript via the Plugin Manager. Go to Plugins > LuaScript > Edit Startup Script Add the following to the script. -- This value is a hex color. NOTE: this is BGR values not RGB editor.MarkerBack[24] = 0xFF0000 -- Opacity between 0 and 255 editor.MarkerAlpha[24] = 128 You can tweak this to whatever you want. When you restart N++ then it should work fine.
  • please help me to start that i can use to notepad++ in my work

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Request for a small improvement of the N++ status bar !

    24
    5 Votes
    24 Posts
    18k Views
    Scott SumnerS
    Point (E), which was @cmeriaux’s suggestion originally, is a good one! Point (F)…is an excellent suggestion. I’m coming to Notepad++ after using Multiedit for almost 20 years. One of the hardest things to get used to in that transition was the Find dialog staying open after you tell it to Find something. It should close until I want it again (shifting input focus to the current editor tab), at which point I can bring it up with a single shortcut. I know I can close it with Esc, but I’ve never gotten used to doing that. Another Find dialog situation that frustrates me that point (F) would solve: I’ve specified my text and it has done the first find for me, and I’ve put the focus back the in an document tab. If I use shortcut keys to find successive matches, all is good until no more matches are found. At this point (here comes the frustrating part), focus is returned to the Find dialog! This only happens with the Find dialog still open; Notepad++ won’t re-open a closed Find dialog…but I just want the window border to flash at the end of matches, regardless of whether the Find dialog is open or not