Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Gomez AddamsG

      Is a CUDA language definition available?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      951 Views
      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.

    • Scott RobertsS

      Disable mouse 4 shortcut to switch tabs?

      Watching Ignoring Scheduled Pinned Locked Moved tabs disable mouse 4
      9
      0 Votes
      9 Posts
      7k 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.

    • MegMMM

      Python missing from Language menu after a reinstall

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      488 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.

    • Andrew MarroquinA

      Won't save CSS as a CSS file

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      444 Views
      Andrew MarroquinA

      Thank you i’ll try that.

    • Pramod SahaiP

      **After updating plugins of this software it's giving so many errors and warnings and not responding in proper way please help me

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      224 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.

    • SalviaSageS

      How to add background highlighting for comments.

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      4k 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.

    • Ak MA

      How to attach image in forum post ?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      342 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)

    • ErikSlumpE

      Notepad only opens header XML file

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      700 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

    • JohnPhillipRobertsonJ

      Are there any spellcheck-style linting plugins?

      Watching Ignoring Scheduled Pinned Locked Moved 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

    • Eric RedegeldE

      No run option

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      846 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?

    • Michael VincentM

      Template "new #"

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      1 Votes
      16 Posts
      3k Views
      rinku singhR

      @Michael-Vincent said:

      Need “manual” intervention

      Auto_Populate_x64 plugin
      Auto_Populate_x86 plugin

    • Minkyu JungM

      how to add vertical edge(column)?

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Knowledge BaseK

      When to use (?-si)?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      676 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

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k 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.

    • Faauta LiF

      I tried many times on my android tablet to download notepad++ still not installing just shown the installer but file empty

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      291 Views
      rossjparkerR

      There is no Android version of Notepad++.

      See also: https://notepad-plus-plus.org/community/topic/14986/notepad-for-android

    • a aA

      Error when try to run the notepadd++ from it code

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      350 Views
      EkopalypseE

      @a-a

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

    • MayTheUniverseCollapseM

      Issue printing long lines

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      1 Votes
      13 Posts
      3k Views
      rinku singhR

      @PeterJones @MayTheUniverseCollapse
      @dinkumoil said:

      Included features:

      Set magnification for printing.

      is this plugin fix this issue

    • André van den BroekA

      Need to write an batch program but never used notepad need help

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      385 Views
      Alan KilbornA

      @André-van-den-Broek

      Best possible answer is here.

    • Lukas LarsenL

      Send to Discord.

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      387 Views
      dailD

      Sounds like Notepad++ is working fine. With the lack of details you provided I am assuming it is a Discord problem.

    • imthenachomanI

      Where can I find Notepad++'s icon files?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k 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

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors