Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • tutoriales honestosT

      Cuando estara disponible el formateo para lenguaje Golang?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      739 Views
      PeterJonesP

      @tutoriales-honestos said in Cuando estara disponible el formateo para lenguaje Golang?:

      What the title says, when will there be golang language formatting?, hopefully they can add it

      You ignored our replies to your post from 2022, so why should we answer you a second time?

      This topic will be locked, and any followon should happen in the original discussion.

    • Paul SparkP

      Highlighting an Entire Line

      Watching Ignoring Scheduled Pinned Locked Moved highlighting languages plugins
      4
      0 Votes
      4 Posts
      5k Views
      R

      …a bit late to the party but if s/o stumbles over this thread:

      The NP++ plugin LineHighlighter does the job very well, Virustotal showed 0/71 pos. virus/malware tests for the plugin.

    • D

      Increase a number

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      447 Views
      CoisesC

      @Diddylucs said in Increase a number:

      Hello i cant use any programming languages. Is there a simple way to increase this sample of numbers by one e.g the 304 to be 305 in the first row and so on up to the 313 would be 314.
      Thanks
      <Ord name=“$304” value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$305" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$306" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$307" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$308" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$309" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$310" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$311" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$312" value=“station:|slot:/Drivers/NiagaraNetwork/
      <Ord name=”$313" value="station:|slot:/Drivers/NiagaraNetwork/

      If they are all in sequence and all the same number of digits, as in your example, make a rectangular selection around the numbers (left-click to the left of the first number, then Alt+Shift+left-click to the right of the last number) , then choose Edit|Column Editor… from the main menu; select Number to Insert, fill in the options and click OK.

    • PiotrMP006P

      How to set Notepad++ to display all opened files as NORMAL TEXT without coloring?

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

      @Coises said in How to set Notepad++ to display all opened files as NORMAL TEXT without coloring?:

      Just check the Enable global

      It may be the best suggestion yet, owing to its simplicity.
      Only the OP knows for sure what they want; if they don’t return to comment, we won’t know.

    • Romano KasteelR

      Smart Highlighting bug

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      3k Views
      David MozerD

      @Alan-Kilborn
      Thank You …

    • Scott BadgerS

      Feature Request

      Watching Ignoring Scheduled Pinned Locked Moved power bi dax language m language
      2
      0 Votes
      2 Posts
      2k Views
      PeterJonesP

      @Scott-Badger ,

      The Notepad++ developer doesn’t actually implement any builtin languages himself: he uses a library called “Lexilla” for doing the syntax highlighting. As a result, if you wanted that added natively into Notepad++, you would have to go make an official feature request at the Lexilla Project “Issues” page, then wait for them to decide whether to implement it or not (doubtful; from what I remember, their response to requests for a new language is usually “we’ll include it if someone will write it and create a PR for us”, unless it’s just a slight variant of an existing language); after Lexilla creates or merges the new language lexer, then you have to wait for Notepad++ to update its Lexilla copy (nowadays, it tends to do that any time the developer has noticed a new Scintilla/Lexilla release)

      In general, the expectation is that for languages that aren’t in the list of 80+ languages included with Notepad++, the first line of defense is for the user to create a User Defined Language (“UDL”), with first checking the User Defined Language Collection and its list of contributed UDL definitions to see if someone else already has created it and made it public – I do see “DAX” with a description that confirms it’s Power BI, so at least that one already exists for you. You can follow the instructions in the Collection for how to install a UDL from the Collection.

    • Ray HamelR

      Notepad ++ for Mac

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      -1 Votes
      2 Posts
      435 Views
      PeterJonesP

      @Ray-Hamel,

      See this note from the author and these historical discussions: forum search for “mac” in title

    • Dianta Daniswara PutraD

      help me notepadd++ error

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      333 Views
      PeterJonesP

      @Dianta-Daniswara-Putra said in help me notepadd++ error:

      Why is it that every time I run Java this error code always appears even though the compile time is perfect and there are no errors?

      If you manually open a windows command prompt (cmd.exe or powershell.exe window), and change to the d: drive and cd d:\stuktur then run java struktur what happens? If you get the same error, then that’s your problem; if you get something different, then your environment variables or something else is different between the windows command prompt. You need to make sure that you have all the same settings in the NppExec script that you do to get the windows command line working.

    • aranapatonaA

      Can i always show active tab when editing autoscrolling tab bar if needed

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      578 Views
      PeterJonesP

      @MarkusBodensee said in Can i always show active tab when editing autoscrolling tab bar if needed:

      Maybe it is worth to file a bug report on Github, since I am not the only one observing this.

      Since this is a real, it would definitely make sense to report it at GitHub, as described in our FAQ, otherwise the developer will never be made aware that people are seeing this.

    • guy038G

      Emulation of the "View > Summary" feature with a Python script

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

      @guy038 said in Emulation of the "View > Summary" feature with a Python script:

      did you receive my e-mail to you, on March, 21, with an attached zip archive to possibly reproduce the problem ?

      Hi Guy. Yes, I did receive it but haven’t had time to work with it. Because of your prompting, however, I just did finish evaluating it.

      I believe that what is happening in the buggy case is that THIS PS bug is manifesting (side note: it’s a bug that I reported). When the caret is at the first location in the file (aka position 0) – which is one of your test cases – then the bug kicks in.

      The bug has been fixed, but I don’t believe there has been a release of PS2 after the fixing, so only PS3 contains the fix (which is why I – running PS3 – did not see a problem with your script code that did not include the bytes_count check against 0).

      I hope this clears it up.

    • benelaciB

      Notepad++ enters unwanted invisible (ASCII 0–31) characters

      Watching Ignoring Scheduled Pinned Locked Moved
      15
      2 Votes
      15 Posts
      3k Views
      cezar-mpC

      @Alan-Kilborn cool man!

      Thanks for the feedback! Can’t wait to update to 8.6.5 then!

      You have a good one!

    • D

      auto insert <br> at the end of every line

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      3k Views
      mkupperM

      @notdodgeball said in auto insert <br> at the end of every line:

      Just curious, now it doesn’t?

      I have forgotten why I never switched to TextFX2. I ended up not updating Notepad++, staying at v8.3.3 plus classic TextFX, for about a year, until the TextFX features I used were added to Notepad++.

      I have also come to realize that I am not a fan of Swiss Army knives. I use one or two parts of a knife and the remainder is dead weight. TextFX was/is a very thick Swiss Army knife.

      I’d rather use plugins or scripts that do one thing, such as adding and maintaining a <br> at the end of each like how this thread started out, or wrapping text, as this thread’s topic drifted to.

    • ImSpecialI

      "Hide Lines" Any way to change the color of them? Also, how to "unhide" if bookmarks are disabled?

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

      @shmuelisrl and @ImSpecial

      Hiding lines seems to work fine in dark mode. I’m using v8.6.5 but I suspect any of the more recent versions will work.

      dark-hidden.png

    • mkupperM

      Link underlines no longer auto-applied on search/replace

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      1 Votes
      8 Posts
      838 Views
      mkupperM

      This issue has been fixed via this commit which also fixes github issue 13916.

      For those interested in trying the Notepad++.exe go to https://github.com/molsonkiko/notepad-plus-plus/actions/runs/8351086718 and download either Notepad++.MSVC.Win32.Release or Notepad++.MSVC.x64.Release. You will get a zip file that you can drop on top of the portable or installed version of Notepad++ you want to test with.

      The coding changes for 13916 appear non-trivial and so I doubt @donho will pull them into v8.6.5 which is already in the release candidate state.

    • Геннадий КарпукГ

      Highlighting variable in backticks in JavaScript

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      1 Votes
      12 Posts
      2k Views
      PeterJonesP

      @TomRobert said in Highlighting variable in backticks in JavaScript:

      The bug seems fixed:

      https://github.com/ScintillaOrg/lexilla/issues/114

      But I don’t see any change in Notepad++ yet?

      … And if you follow the various links, the commit that fixed it was tagged in rel-5-3-1 two weeks ago. So it is unsurprising that Notepad++ hasn’t yet updated it’s Lexilla instance and made a release.

      Update: nevermind, that was merged into Notepad++ last week. Have you checked to see if it’s in v8.6.5 release candidate? Like say in item 6 of those release notes

    • Alan KilbornA

      Broken repeat search using \A

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

      Issue submitted:

      FindAll with single zero-length match at start-of-file breaks subsequent same search

    • Abel PeraltaA

      Disable auto-complete

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

      @Abel-Peralta said in Disable auto-complete:

      you are a friend of mine now

      You could also be on friendly terms with the user manual:

      https://npp-user-manual.org/docs/auto-completion/

      The UM is accessible via the ? menu in Notepad++:

      cd6c3920-b795-4375-a64e-7991e4a56964-image.png

    • kuzduk = kuzdukK

      Multi ShortCuts for all like in Scintilla command

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

      @kuzduk-kuzduk

      How i can make an official feature request?

      You read the FAQ area, which you should have done when you first joined this forum.

    • notdodgeballN

      Column mode smart selection shortcut

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      1 Votes
      11 Posts
      3k Views
      pbarneyP

      @Ekopalypse said in Column mode smart selection shortcut:

      Shouldn’t that be 42 instead?

      That just selects everything. And by “everything,” I mean everything: life, the universe, etc.

    • José Luis Montero CastellanosJ

      List of free keyboard shortcuts

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      1 Votes
      11 Posts
      15k Views
      PeterJonesP

      @Alan-Kilborn said in List of free keyboard shortcuts:

      Interesting; I’ve never noticed that “key” before.
      And I still don’t know what it is. :-P

      VK_OEM_102. It’s a key on some international keyboards, not on standard US keyboards.

      The third post of the shortcuts FAQ has the <> listed, and you’ll see it has a description in the French column but not US column. And @dinkumoil’s German description and @notdodgeball’s Portuguese description show what the key maps to on those keyboards

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