• Disable mouse 4 shortcut to switch tabs?

    tabs disable mouse 4
    9
    0 Votes
    9 Posts
    8k Views
    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 Votes
    2 Posts
    753 Views
    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 Votes
    3 Posts
    904 Views
    Andrew MarroquinA
    Thank you i’ll try that.
  • 0 Votes
    2 Posts
    440 Views
    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 Votes
    7 Posts
    5k Views
    S
    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
    685 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
    R
    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
    R
    @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
    522 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
    596 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
    R
    @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
    708 Views
    Alan KilbornA
    @André-van-den-Broek Best possible answer is here.
  • Send to Discord.

    2
    0 Votes
    2 Posts
    633 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