Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Bo ChenB

      Notepad++ has a Reload false alarm / bug? "This file has been modified by another program. Do you want to reload it"? even when it hadn't been recently modified at all?!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      34
      1 Votes
      34 Posts
      11k Views
      EkopalypseE

      @Denis-Rionnet

      This usually works quite reliably as long as the underlying file system supports it.
      Where are these files stored and which file system is used?

    • Steve LawtherS

      UDL - Is there a numeric wildcard character within keywords

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      135 Views
      EkopalypseE

      @Steve-Lawther

      I think that the EnhanceAnyLexer plugin and a corresponding regex, e.g. Item\d+\w+ would be easiest here.

    • Sebastián Orias SenderS

      Notepad++ funciona en linux?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      663 Views
      EkopalypseE

      @ANDRES-MARIANO-MARTINEZ-PEÑA

      Yo sólo utilizo versiones portables, es decir, versiones que no necesitan ser instaladas, sino que simplemente se copian en un directorio.
      Para instalar un paquete de instalación sin entrada, hay que pasar el parámetro /S a setup.exe. https://npp-user-manual.org/docs/command-prompt/#installer-options.

      I only use portable versions, i.e. versions that do not need to be installed, but simply copied to a directory.
      To install an installation package without input, you have to pass the /S parameter to setup.exe. https://npp-user-manual.org/docs/command-prompt/#installer-options.

    • Sweet ManS

      Windows content is blank on remote notepad++ sessions

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      17
      0 Votes
      17 Posts
      4k Views
      D

      Came here to say I got same issue when using remote session and the target laptop lid is closed. Notepad stops rending the opened files. This is on Windows 10 and notepad version is 8.8.1.

    • Md. Mobashir HasanM

      How to remove a language from a srt file?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      372 Views
      Md. Mobashir HasanM

      @rinku-singh it’s been long & i forgot for what exact reason I asked. Thanks, anyway.

    • donhoD

      FYI: Notepad++ v8.8.2 Release Candidate will be available in about 1 week

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      3 Votes
      1 Posts
      116 Views
      No one has replied
    • Thomas KnoefelT

      [New Plugin] MultiReplace

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      69
      3 Votes
      69 Posts
      29k Views
      wonkawillyW

      IMHO the features of this plugin should be implemented directly into N++, maybe adding a further tab page to the current Search and Replace dialog to include the features of this plugin and its future evolution.

    • KeirK

      Sorting data

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      7
      0 Votes
      7 Posts
      87k Views
      Robert PickeringR

      @Makwana-Prahlad
      Thank you genius!

    • Dennis BareisD

      Maintain Indent While Pasting Multiple Lines

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      27
      1 Votes
      27 Posts
      7k Views
      Liam WrightL

      @guy038 said in Maintain Indent While Pasting Multiple Lines:
      This thread is a bit dated, the setting is now under
      Settings > Preferences > Indentation
      Everything else is as @guy038 said.

    • Alfonso MuñozA

      Notepad++ blank all the time, even with existing files

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      6
      0 Votes
      6 Posts
      748 Views
      gerdb42G

      @Berend-Engelbrecht
      Would you mind sharing your graphics adapter information (Brand/model/Driver Version etc.) in this thread? If we can collect as many infos as possible about Graphic adapters affected by the DirectWrite problem, it might show a pattern allowing clues about the cause.

    • João MacJ

      TranslateID (FolderName) in UserDefinedCommands (shortcuts.xml)

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      252 Views
      João MacJ

      @PeterJones said in TranslateID (FolderName) in UserDefinedCommands (shortcuts.xml):

      If you look again at the reference you linked, the TranslateID attribute is defined for the contextMenu.xml; however, the <Command> tags in the shortcuts.xml do not have that attribute listed as being available.

      Thus, I do not believe what you are looking for is currently possible. Thus, I think you would have to follow the instructions in our FAQ to put in a feature request to ask the developer to add TranslateID to the shortcuts.xml <Command> tag.

      Hello, @PeterJones.

      I truly appreciate your quick response and such a clear explanation!

      Indeed, upon rereading the documentation I referenced, I realized I misunderstood the use of the TranslateID attribute. It applies to contextMenu.xml, not shortcuts.xml, as I had mistakenly assumed. That was an oversight on my part, and I appreciate you pointing it out so objectively.

      In my case, this was just curiosity based on that mistaken understanding. It’s not something essential for daily use of the application. I’m glad to have learned the actual scope of this functionality.

      Thanks again for your kindness and clarification.