• How to add background highlighting for comments.

    7
    0 Votes
    7 Posts
    5k Views
    SalviaSageS
    Actually, I just found where this can be set in the style configurator. It is not in global styles, so you have to change the background color for each language that is on that list. Solved.
  • How to attach image in forum post ?

    3
    0 Votes
    3 Posts
    640 Views
    Ak MA
    Thanks for the reply. ‘Linking’ instead of ‘attaching’ definitely makes it challenging for us old folks. Thankfully use of Notepad++ is simple :) We will just try and give a verbal description of ‘images’ for our questions. @PeterJones said: It is possible to link to an external image, yes. This forum is formatted using Markdown, with a help link buried on the little grey ? in the COMPOSE window/pane when writing your post. For more about how to use Markdown in this forum, please see @Scott-Sumner’s post in the “how to markdown code on this forum” topic, and my updates near the end. … That topic also explains how to embed images by uploading them to a public server like imgur.com, and embedding them using the syntax ![](http://i.imgur.com/QTHZysa.png)
  • Notepad only opens header XML file

    5
    0 Votes
    5 Posts
    1k Views
    rinku singhR
    Notepad++ v7.7.1 (32-bit) Build time : Jun 16 2019 - 21:14:50 Path : C:\Program Files\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode : OFF OS : Windows 7 (32-bit) Plugins : auto_populate.dll Console_output.dll Demo.dll mimeTools.dll NppConverter.dll NppExec.dll NppExport.dll Remove_dup_lines.dll & also you can provide total data of file here
  • Are there any spellcheck-style linting plugins?

    lint plugin python
    5
    0 Votes
    5 Posts
    2k Views
    Steven HaymesS
    In NppExec, execute the following (path may vary with your Python installation): C:\Python37\Scripts\pylint.exe “$(FULL_CURRENT_PATH)” You can add this as a Macro with: NppExec -> Advanced Options You can jump from the error reported in NppExec console to the line with the error in the editor with: NppExec -> Console Output Filters Depending on the linter that you run, you will have to tweak the filters and the order of the filters. I run both pylint and flake8. I find this process to be very efficient. I tried VS Code for a while and I did not like it. I would rather use Vim… Steve
  • No run option

    2
    0 Votes
    2 Posts
    1k Views
    Alan KilbornA
    @Eric-Redegeld You would need to add $(FULL_CURRENT_PATH) to your command line for running Chrome. When running the command, Notepad++ will substitute the actual current tab path into the command before running it. By why not try View (menu) > View Current File in -> Chrome instead?
  • Template "new #"

    16
    1 Votes
    16 Posts
    4k Views
    rinku singhR
    @Michael-Vincent said: Need “manual” intervention Auto_Populate_x64 plugin Auto_Populate_x86 plugin
  • how to add vertical edge(column)?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    dinkumoilD
    @Minkyu-Jung I wrote a plugin that can add an arbitrary number of vertical lines to Notepad++ v7.7 and higher. Its name is ExtSettings. You can download it >>> here <<<. It will also be available soon via PluginsAdmin.
  • When to use (?-si)?

    4
    0 Votes
    4 Posts
    1k Views
    PeterJonesP
    @Ekopalypse said: read more about that here, (which at the moment is down) Down for good, actually. The githubio link was always meant as temporary. https://npp-user-manual.org/docs/searching/#regular-expressions is the new long-term home, linking directly to the regex docs.
  • docs.notepad-plus-plus.org is down

    5
    0 Votes
    5 Posts
    2k Views
    PeterJonesP
    @Дмитрий-Иванов said: But some links still not worked. Section https://npp-user-manual.org/docs/user-defined-language-system/ follow to old site. Thanks for that reminder. When I have time, I’ll work on getting something useful on that page, and remove the dead link. I’ll try to get it sometime today, but npp-user-manual isn’t my day job, so no guarantees.
  • 0 Votes
    2 Posts
    488 Views
    rossjparkerR
    There is no Android version of Notepad++. See also: https://notepad-plus-plus.org/community/topic/14986/notepad-for-android
  • Error when try to run the notepadd++ from it code

    2
    1 Votes
    2 Posts
    549 Views
    EkopalypseE
    @a-a seems to be an open issue which has been discovered recently.
  • Issue printing long lines

    13
    1 Votes
    13 Posts
    4k Views
    rinku singhR
    @PeterJones @MayTheUniverseCollapse @dinkumoil said: Included features: Set magnification for printing. is this plugin fix this issue
  • Need to write an batch program but never used notepad need help

    3
    0 Votes
    3 Posts
    657 Views
    Alan KilbornA
    @André-van-den-Broek Best possible answer is here.
  • Send to Discord.

    2
    0 Votes
    2 Posts
    598 Views
    dailD
    Sounds like Notepad++ is working fine. With the lack of details you provided I am assuming it is a Discord problem.
  • Where can I find Notepad++'s icon files?

    5
    0 Votes
    5 Posts
    3k Views
    Steven HaymesS
    imthenachoman, I am curious where you go with this. I would like to replace a few of the “hammer” icons that I have. Please post your solution once you have one. Thanks, Steve
  • Plugin disappeared after latest version update.

    3
    0 Votes
    3 Posts
    1k Views
    Sloan ThrasherS
    Dinkumoil, Thanks for your quick reply. I went to the plugins folder as you suggested, and saw a file that looked familiar: finger.dll. Installed it and found that was the one I was missing. It even remembered all of the snippets I had from before. Thanks! Sloan
  • 0 Votes
    3 Posts
    635 Views
    gwarahG
    @Ekopalypse indeed a good example c:\cygwin\bin\mintty.exe --dir "$(CURRENT_DIRECTORY)" -i /Cygwin-Terminal.ico - tks a lot!
  • run system commands on save if certain criteria are met

    5
    0 Votes
    5 Posts
    1k Views
    imthenachomanI
    Humm. Thank you! I will give it a try.
  • My own synthax, little help

    syntax highlight syntax
    3
    0 Votes
    3 Posts
    586 Views
    WildCactuarW
    Thanks, I did not knew it has that name, i tagged “lexer”
  • White box/prompt appearing whenever I type

    5
    0 Votes
    5 Posts
    2k Views
    Will KingW
    @Alan-Kilborn Thanks! Sorry if this was a stupid issue but I’m fairly inexperienced. I appreciate the help.