• Is a CUDA language definition available?

    3
    0 評價
    3 貼文
    998 瀏覽
    Gomez AddamsG

    Thank you for your advice. I managed to determine where that data was saved and put the stuff in there. I think the user-defined options would be a better place for it, as you suggested, but its working OK now so I am not going to move it.

  • Disable mouse 4 shortcut to switch tabs?

    9
    0 評價
    9 貼文
    7k 瀏覽
    PeterJonesP

    @kleajmp said:

    I reinstalled Notepad++ t

    maybe it’s the change in the new version of scintilla…

    try downloading the zip version of 7.6.6, which is the last version before the scintilla upgrade. unzip it into a known directory (maybe on your desktop or similar), and run notepad++ from there instead of your normal shortcut/association. If that version works, then uninstall your new installation, and install the 7.6.6 install version instead. Also, if that’s the case, let us know, because it will probably require a bug report.

  • Python missing from Language menu after a reinstall

    2
    0 評價
    2 貼文
    530 瀏覽
    MegMMM

    [Original Post OBSOLETE] 4th time installing was the charm, no changes between installs. I did App/Remove the first 3 tries. So I really have no idea the difference. But Python finally showed up in the menu.

  • Won't save CSS as a CSS file

    3
    0 評價
    3 貼文
    494 瀏覽
    Andrew MarroquinA

    Thank you i’ll try that.

  • 0 評價
    2 貼文
    259 瀏覽
    EkopalypseE

    @Pramod-Sahai

    I would suggest, shutdown the computer,no more errors and warnings.
    Seriously, how should one try to help with such a post?
    You didn’t specify which npp version you are using.
    You didn’t specify which plugin is causing issues and most importantly
    you didn’t tell about the errors and warnings.

  • How to add background highlighting for comments.

    7
    0 評價
    7 貼文
    4k 瀏覽
    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 評價
    3 貼文
    387 瀏覽
    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 評價
    5 貼文
    779 瀏覽
    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?

    5
    0 評價
    5 貼文
    2k 瀏覽
    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 評價
    2 貼文
    901 瀏覽
    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 評價
    16 貼文
    3k 瀏覽
  • how to add vertical edge(column)?

    已鎖定
    4
    0 評價
    4 貼文
    2k 瀏覽
    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 評價
    4 貼文
    739 瀏覽
    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 評價
    5 貼文
    1k 瀏覽
    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 評價
    2 貼文
    329 瀏覽
    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 評價
    2 貼文
    383 瀏覽
    EkopalypseE

    @a-a

    seems to be an open issue which has been discovered recently.

  • Issue printing long lines

    13
    1 評價
    13 貼文
    3k 瀏覽
    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 評價
    3 貼文
    428 瀏覽
    Alan KilbornA

    @André-van-den-Broek

    Best possible answer is here.

  • Send to Discord.

    2
    0 評價
    2 貼文
    425 瀏覽
    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 評價
    5 貼文
    2k 瀏覽
    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