Community
    • Login
    1. Home
    2. Notepad++ & Plugin Development
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Yeti DeckerY

      N++ FTP Inactivity Results in Server Timeout / Failed Upload Upon Return

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      522 Views
      Yeti DeckerY

      @PeterJones Thanks for the insights, Peter, but I’m not sure where this gets me.

      All of these threads are about keeping the connection active. Problems are mentioned which seemingly have prevented that approach from getting and staying off the ground.

      My ideas are the opposite. Kill the connection. After each upload, if that’s easiest. Triggering a file save reopens it automatically, so there is no reason to keep it alive… am I missing something?

    • S

      NLog support in Notepad++?

      Watching Ignoring Scheduled Pinned Locked Moved syntax highlight logging
      6
      1 Votes
      6 Posts
      967 Views
      Alan KilbornA

      @PeterJones said in NLog support in Notepad++?:

      Analyse plugin

      My first thought on reading the OP’s original post was that he is already using Analyse. Maybe not though.

      if it has the ability to automatically apply styles

      I don’t believe so…but it has been some time since I used it (at work) and I don’t have it at home…

    • CoisesC

      ASCII compatibility questions

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      1k Views
      rdipardoR

      @Coises said in ASCII compatibility questions:

      I got the impression somewhere — and now I cannot remember where — that Notepad++ converts certain character sets to UTF-8 on loading (and back again on saving).

      I know for certain that Geany does that. You may be thinking of N++'s option to encode “opened ANSI files” as UTF-8 under Settings > New Document > Encoding, which seems to be enabled by default. There’s a least one open issue suggesting that 8-bit ANSI is what you get when that option is turned off.

      What I wondered was if, in fact, it is known that by the time Notepad++ has loaded a file into Scintilla, the first or both of the properties I mentioned will always be true of the Scintilla text.

      My impression is that “Scintilla text” is always a stream of “raw” 32-bit code points; in other words, the API treats every “character” as an int, never an 8-bit char. Of course the application has to encode the stream at some point; exactly when is hard to pin down. It’s probably much earlier than anything a plugin could detect. Asking Scintilla about a document’s target encoding through any of the querying APIs returns only general information, at least in my limited experience.

    • PeterJonesP

      Additional languages (dipping my toes into code contribution)

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      4 Votes
      10 Posts
      1k Views
      Michael VincentM

      @PeterJones said in Additional languages (dipping my toes into code contribution):

      Accepted and merged today! 🎉🥳

      I saw, downloaded and tested. Already updated my custom theme for Go. Now I just have to learn how to actually use that language :-P

      Congratulations!

      Cheers.

    • Guido ThelenG

      .NET Plugin Build for ARM

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      862 Views
      Guido ThelenG

      @rdipardo ok, thanks! will continue the discussion there.
      (I think the ARM architecture will become more and more important in the future)

    • Paul BakerP

      How to iterate over the NPP file tabs (open files)?

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      0 Votes
      14 Posts
      1k Views
      Mark OlsonM

      @Paul-Baker said in How to iterate over the NPP file tabs (open files)?:

      It’s not clear why you are recommending that the buffer id be removed on file close

      I think it’s good housekeeping to delete all data regarding a file that no longer exists. In this particular case it doesn’t really matter whether you delete data on file close, but I’m sure you can imagine cases where it matters quite a lot.

    • pbarneyP

      How can I submit a proposed modification to the documentation?

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      941 Views
      PeterJonesP

      @pbarney ,

      I added the Hn colors and horizontal bars. I also added automatic light-mode/dark-mode switching (so it follows your browser preferences now… which I hope will make dark-mode-using folks happy)

    • M Andre Z EckenrodeM

      Columns++ display anomaly

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      825 Views
      M Andre Z EckenrodeM

      @Coises

      So far, so good — I’m unable to replicate the anomaly under same as previous circumstances. Thanks! Will let you know if it rears its ugly head again and I have any reason to think Columns++ is involved.

    • Pablo HernandezP

      UIX Design

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      1k Views
      Alan KilbornA

      Here’s a classic thead from almost a decade ago, on the same subject: https://community.notepad-plus-plus.org/topic/250

    • Lhuillier SébastienL

      [RESOLVED] How can I personnalize the auto indent function

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      381 Views
      Lhuillier SébastienL

      @Lhuillier-Sébastien @Lycan-Thrope
      Hi

      I have another idea from a friend

      https://www.sebastien-lhuillier.com/index.php/informatique/prog-112/scripts-en-vrac/922-comment-reformater-avec-notepad-des-pages-html-dont-les-tag-contiennent-des-propriete-data

      I have tested and It works

    • Vitalii DovganV

      NPPM_RELOADFILE should return TRUE _only_ on success

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      3 Votes
      5 Posts
      1k Views
      donhoD

      Made it correct in https://github.com/notepad-plus-plus/notepad-plus-plus/commit/060396c6988e278dbc10208099010947e72be6dc

    • Jefferson MottaJ

      Break lines automatically

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      397 Views
      Alan KilbornA

      @Jefferson-Motta

      View (menu) > Word wrap
      ???

    • Dustin riddickD

      Change language to specific user defined language

      Watching Ignoring Scheduled Pinned Locked Moved user-defined la languages
      9
      0 Votes
      9 Posts
      969 Views
      CoisesC

      @Dustin-riddick said in Change language to specific user defined language:

      There is nppm_getnbuserlang however I don’t see what use this information gives me.

      I think it does give you something helpful: the starting menu id for user-defined languages, and the number of user-defined languages. (I haven’t checked, but “starting number” implies they are consecutive.)

      As described here, you can access menu items by id and Windows will traverse the menu structure. So once you know the first id and the number of ids (from NPPM_GETNBUSERLANG) and the handle of the main menu (from NPPM_GETMENUHANDLE), you can use GetMenuItemInfo to find the string associated with each until you either find the one you need or run out of entries.

    • Stefan PendlS

      ComparePlus - improve alignment of similar lines

      Watching Ignoring Scheduled Pinned Locked Moved
      15
      0 Votes
      15 Posts
      2k Views
      pnedevP

      Hello @Stefan-Pendl ,

      I have just released ComparePlus v1.2.0 - it has a bug-fix for and overall improved changed lines detection algo - your example files compare as expected now.
      It doesn’t mean that now the plugin will always consider the most intuitive lines as changed in all cases (that is simply not possible because of the different scenarios and user expectations) but it does a much better job now.

      I am sorry about the long time it took for releasing this update - there were also other pending issues that required attention and I didn’t had enough spare time to work on ComparePlus.

    • MarioRosiM

      Howto catch closing event from DockingDialog

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      304 Views
      MarioRosiM

      @Ekopalypse
      Thanks, that its.

      I still can’t really get to grips with WIN32 window programming. I’m too spoilt by windows forms and xaml.

      best regards Mario

    • Guido ThelenG

      Update NotepadPlusPlusPluginPack.Net DllExport Function

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      1 Votes
      16 Posts
      2k Views
      Guido ThelenG

      @rdipardo said in Update NotepadPlusPlusPluginPack.Net DllExport Function:

      a build dependency on Framework 3.5 isn’t so bad as long as Visual Studio keeps on supporting it.

      Yes, let’s hope that .net Framework 3.5 will be supported/available for future Visual Studio Versions.

      @rdipardo , thanks for digging into this.

      I contacted the author from the UnmanagedExport Nuget Package asking if the package could be made available for higher .net versions. Let’s see

    • valerie baucheV

      OutOfMemory error

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      275 Views
      Mark OlsonM

      @valerie-bauche
      You should also raise an issue in the GitHub repo.

    • donhoD

      New NPPN_GLOBALMODIFIED notification

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      7 Votes
      1 Posts
      5k Views
      No one has replied
    • Paul BakerP

      Where to set SC_TECHNOLOGY_DEFAULT

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      717 Views
      Paul BakerP

      @Coises said in Where to set SC_TECHNOLOGY_DEFAULT:

      if you have Settings | Preferences… | MISC. | Use DirectWrite (May improve rendering special characters, need to restart Notepad++) checked

      Yes, thanks for that. The option, Use DirectWrite (May improve rendering special characters…) was selected. I unchecked and all works fine now…

      Thanks again for your help.

    • Charles BillowC

      Rulers for Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      5k Views
      mkupperM

      @Charles-Billow, some earlier forum threads mention a rulers plugin and also that the ColumnTools plugin has a ruler.

      Adding Ruler below tab bar A Notepad++ beautiful ruler plugin (finally!) Can someone convert the Horizontal Ruler Plugin to 64 bit, please? Plugin Horizontal Ruler Keep words and number with columns I quit. You win. I’ll go find another tool

      That said, it’s not clear what you mean by “ruler.” Notepad++ does not have, and probably can’t have, the inch or centimeter style rulers that Microsoft Word, for example, can show.

      Preferences / Margins/Border/Edge has a Vertical Edge Settings thing that can add vertical ruler style lines.

      At times I construct temporary rulers in Notepad++ but have always just typed out 123456789. and then copy/pasted to make it as wide as needed.

      123456789.123456789.123456789.123456789.123456789.123456789.123456789. My text that needs to be lined up
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors