• 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
    9
    0 Votes
    9 Posts
    5k 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
    8k Views
    alireza ashaniA

    The problem seems to persist, so please ignore my previous post.

  • bookmark line color

    Locked
    5
    0 Votes
    5 Posts
    5k 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
    15k 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

  • Option to close all without saving + open in read only from FTP

    Locked
    10
    0 Votes
    10 Posts
    6k Views
    yehudaTiramY

    @PeterJones That’s really cool. It works magically :)
    Thank you for taking the time.
    I use it now and it seems like a good way to go.
    Yehuda

  • Links Won't Open (Again)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Laurie StearnL

    Ew, oops, something broke in Windows so a reboot cured the launch link issue. Couldn’t even show property pages of files in explorer as well!
    Wonder if it has anything to do with that Logitech Gaming Software 8.40 driver for mouse & keyboard again.
    Anyhow, appreciate any suggestions on the other enquiries.
    Thanks again!

  • Has anyone made a user-defined language definition for jinja2 templates?

    Locked
    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • Backlighting blocks of code in different colors

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP

    Settings > Style Configurator > VHDL > COMMENT: Background Color = pick a yellow background to meet your commenting needs.

    However, from what I’ve gathered reading the forums, doing the fancier stuff like choosing a different background based on context (ie, type of block, or number of levels of nested blocks) would probably require that you (or someone you contract or otherwise convince) write a custom lexer or other plugin.

    Disclaimer: I am not an NPP developer, and I do not know the details of writing a custom lexer or plugin, nor the benefits, limitations, or differences thereof. If someone else knows of an easier way, feel free to correct me.

  • Font with ligature - like FiraCode?

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    dailD

    Take a look at this github issue, which just yesterday made some progress with ligatures. Currently it is possible with a little bit of work, but not natively supported yet.

  • Move a block to the right or left

    Locked
    3
    0 Votes
    3 Posts
    14k Views
    Ramin ParsaR

    @guy038

    It works

    Thank you very much

  • How does NP++ determine the character set?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Solutions for manipulating columns of numbers, in tables, with regexes

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Vasile CarausV

    briliant !

  • uncollapse same page in other view

    Locked
    1
    0 Votes
    1 Posts
    972 Views
    No one has replied
  • Highlight Matching Tags

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Jim DaileyJ

    Settings -> Style Configurator. Under “Language:” select “Global Styles”. Under “Style:” select “Brace Highlight style”. Choose the colors and fonts you want to use.

    Note that if under the “Global override” Style you have enabled any global style elements, they will have precedence.

  • How do I edit read-only files?

    7
    1 Votes
    7 Posts
    32k Views
    Scott SumnerS

    For the benefit of other readers that this behavior might annoy (perhaps less than it annoys Pavel P), a possible improvement idea may be found here:

    https://notepad-plus-plus.org/community/topic/12077/opening-read-only-files

  • Compare Documents

    2
    0 Votes
    2 Posts
    2k Views
    Frank OrellanaF

    You have to download de “Compare” plugin using the Plugin Manager (menu Plugins -> Plugin Manager).

    After installing it you can use the Alt+D shortcut to compare or use the new created menu Plugins -> Compare -> Compare

    This works in all 32bits versions since most plugins still have no support for 64bit versions.

  • Macro not working incrementally in Windows 10/Server 2012

    3
    0 Votes
    3 Posts
    2k Views
    David PriceD

    Thank you so much guy038.

    I use regex for find/replace frequently, but didn’t consider using it for this. I’m sometimes working with more than 1 million lines of file lists, and macros usually worked well, but regex could produce quicker output results.

    Another time I’d use macros, which I don’t think this regex method will work on, is copying the file’s name into the text.

    For example, if the text is:

    2016900000011.txt.201610190800

    …and the file containing the text is test.txt. Using Edit -> ‘Copy to Clipboard -> Current Filename to Clipboard’ in the macro, the output would be:

    test.txt\2016900000011.txt.201610190800

    I guess I can perhaps try accomplishing this when creating the directory lists from a command line.

    Thanks again for your detailed feedback!

  • Website bug - verification emails not sent for github login

    4
    0 Votes
    4 Posts
    3k Views
    David BurtonD

    That’s interesting. My github email address is my gmail address, the same address as my G+ credentials. Yet when I used my github credentials the verification emails never arrived.