Community
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • JE RamirezJ

      Note++ file location

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      207 Views
      JE RamirezJ

      @PeterJones, thanks. Of course, it’s Notepad++, a little too fast with the typing and posting of the question.

      Thanks for the paths.

    • S

      System Requirements

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · windows
      3
      1 Votes
      3 Posts
      184 Views
      S

      @PeterJones
      Ok thanks for your help. Probably will just use the last known supported version. Nice to know though that there may be a way to use a newer version.

    • KeirK

      Sorting data

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

      @Makwana-Prahlad
      Thank you genius!

    • PeterJonesP

      Announcement: NPPM_GETOPENFILENAMES and related are being deprecated in v8.8.2

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      15
      3 Votes
      15 Posts
      2k Views
      CoisesC

      @Vitalii-Dovgan said in Announcement: NPPM_GETOPENFILENAMES and related are being deprecated in v8.8.2:

      My last question was rather related to NPPM_GETFULLCURRENTPATH, NPPM_GETCURRENTDIRECTORY and the other messages from the same family. These messages:

      are internally limited by MAX_PATH; do not provide ability to request/retrieve the length required for the returned path/name.

      See the first part of this comment and the first part of the reply by the maintainer of Notepad++.

      The MAX_PATH limitation is present in the file handling routines of Notepad++, not just the interface for these messages. As I read that reply, Don has rejected (for now, at least) consideration that the MAX_PATH constraint might someday be removed. If you know MAX_PATH is enough, there’s no need to request the actual length ahead of time.

      I agree that there is some inconsistency in what is considered appropriate for deprecation, but I return to the observation that it will always be possible to screw up calling a C interface, and there were and are compelling reasons to keep the plugin interface as a pure C interface. (If we could pass a std::wstring or a std::vector<std::wstring> the whole problem would go away.) It’s a judgement call what is “too error-prone.” Not worth all that much debate.

    • Dennis BareisD

      Maintain Indent While Pasting Multiple Lines

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      27
      1 Votes
      27 Posts
      8k 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.

    • ashwin iyengarA

      enter special characters on us 65% keyboard without numpad

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      4
      0 Votes
      4 Posts
      320 Views
      Mark OlsonM

      If you know the hex code for a symbol, I prefer to use the HTMLTag plugin to automatically convert XML character encodings into their corresponding characters (e.g., &#10; will automaticaly convert to the LF character after you hit SPACE).

    • Rowan Sylvester-BradleyR

      How to highlight text?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      12
      0 Votes
      12 Posts
      149k Views
      PeterJonesP

      @Farhan-Yazid said in How to highlight text?:

      Hi, any shotcut button to assign the highlight funtion?

      By default, the Style One Token / Style All Occurrences of Token commands do not have keyboard shortcuts.

      But if you use Settings > Shortcut Mapper, set Filter = style, you can choose any of them and use Modify to set a keyboard shortcut for that token-highlight style.
      1ccdb944-484d-4a28-9bc6-c301a59b0478-image.png

      (In case it’s not clear: Style all using Nth style in that dialog corresponds to Search > Style All Occurrences of Token > Using Nth Style [or the right-click context menu equivalent]; Style one using Nth style corresponds to Search > Style One Token > Using Nth Style [or the right-click context menu equivalent]. And for further clarification: the Search > Mark All that @Alan-Kilborn mentioned 6 years ago is the same as what’s now known as Search > Style All Occurrences of Token)

    • 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
      836 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.

    • Steve LawtherS

      UDL - Is there a numeric wildcard character within keywords

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      167 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
      723 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.

    • João MacJ

      TranslateID (FolderName) in UserDefinedCommands (shortcuts.xml)

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      302 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.

    • TM ST

      UDL- Recognize Any 32 Characters Surrounded by Commas

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      227 Views
      TM ST

      @PeterJones Thank for the fast response! I will give that a try.

    • Claudia SvensonC

      How to save new (!) documents always in D:\data\ ? (And not in most recent directory)

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      11
      0 Votes
      11 Posts
      1k Views
      Claudia SvensonC

      @Coises

      Thank you for your suggestion.
      This seems to be the only way of solving the problem.

      Sad to say that a feature-rich editor like NP++ has no separate option for that.

      To achieve this, the user has to fiddle around unintuitively outside of NP++. Not very elegant

      Thanks anyway

    • Zack WallaceZ

      Is there a way to have highlighted search result not appear smash to right edge?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      501 Views
      CoisesC

      There is an issue about this:

      Search function impracticality #10438

    • Arthur SchwarezA

      [bug] Space not inserted for tabs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      351 Views
      Terry RT

      @Coises

      As I read it, it seems that the OP wants their Preference to be updated if they use the Edit, Blank Operations, TAB to Space (or Space to TAB).

      Of course, I too could be confused. The lack of detail does make the OP open to interpretation.

      I’m with @PeterJones on this.

      One is a “Preference”, the other a “one-shot function”. This function should not be making changes to a Preference. And at the moment it isn’t, which I believe to be the correct decision.

      Terry

    • Brian EdgeleyB

      Right Click Context Menu 'Edit with NotePad++' does nothing.

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      256 Views
      PeterJonesP

      @Brian-Edgeley ,

      Surely someone has mentioned this before?

      If it didn’t work for anyone, then yes, obviously, someone would have mentioned it before. The fact that no one has mentioned it (or very few) indicates that, in reality, it works for the vast majority of people who use it.

      I use it on a daily basis, and have for years, and it’s always worked for me, both on my old Win10 setups I used to use and my new Win11 machine.

      If you want help debugging why it’s not working for you, please go into your ?-menu and choose Debug Info, then copy that information and paste it here – that will give us specific version-info about your N++, as well as other useful information that helps us understand your setup. Once we know a little more about your setup, we might be able to start giving insight or hazarding guesses.

      The biggest and most obvious culprit – so frequent that it actually has a paragraph in the Online User Manual – is that if you’re running Notepad++ “as Admin” (it would have “Administrator” in the title bar, and the Debug Info would tell us if you were, even if you didn’t know), then the shell extension’s Edit with Notepad++ action might not be able to open the file into Notepad++.

      Beyond that, I would probably suggest trying to un-register the shell extension then re-register it (both those steps are here in the User Manual)… but before I could give specifics to help you through that process, I would need to know what version you were using and where your Notepad++ was installed (again, through the Debug Info)

      So, other than “check to make sure Notepad++ is not in Administrator mode”, I cannot give any solid advice until you share your Debug Info.

    • fml2F

      Replace in Files / "Directory" field scrolls right when clicked

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      23
      0 Votes
      23 Posts
      6k Views
      fml2F

      @Alan-Kilborn Hehe, “for in much wisdom is much grief”.

    • ?

      Lock file

      Watching Ignoring Scheduled Pinned Locked Moved Security
      7
      0 Votes
      7 Posts
      922 Views
      donhoD

      Here’s my reply:
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16638#issuecomment-2947240947

    • Robert SnowR

      Import AutoHotKey.XML into NotePad++

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      348 Views
      PeterJonesP

      I see that a GitHub user @paulm31 is submitting a AutoHotKey_V2.udl.xml to the User Defined Languages Collection in PR #324 – I have to assume that’s related to this post, even if it’s not you, given the timing.

      That PR is merged, and CollectionInterface shows the AutoHotKey_V2.udl entry for me.

    • Sebastian FreehS

      How to jump to a bookmark and show the bookmarked line at the top of the screen, not in the middle

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · bookmark bookmarks navigation
      32
      0 Votes
      32 Posts
      19k Views
      PeterJonesP

      @Hashir-Maher ,

      I didn’t understand it two years ago when @sky-247 suggested it, and I still don’t understand it now that you reply saying it was a good idea: how does changing font size or zoom level change whether the “jump to next/prev bookmark” takes you to the middle or the top of the screen?

      I mean, I can understand that when zoomed fully in, that there are so few lines that the “middle” and the “top” are close to each other.
      2280b82f-16c2-477a-85f2-c24580232355-image.png

      But when you zoom back to normal, it’s still a few lines from the top, rather being at the top, like was requested. And I don’t see how you can make “jumping to bookmarks feel a lot smoother” using zooming in.

      And if you zoom out, it’s the exact opposite of what the original poster requested in 2020, in that the middle, where it jumps to, is even farther from being at the top of the screen. I mean, if it’s a short enough file, then all the bookmarks will be “near” the top, but it will be unreadable:
      13efed98-64fb-412b-bd31-abc1a3fc8074-image.png
      , and when you return to normal zoom, the window might not be anywhere near the bookmark you just jumped to, so it makes the zoom-out version even more useless than the zoom-in version.

      Can you explain why you think that @sky-247’s suggestion is at all helpful for the original question of how to show the jumped line at the top of the screen?