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

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

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Mar 30, 2024, 7:53 PM
    Mar 28, 2024, 7:16 AM
    0 Votes
    9 Posts
    1k Views
    A Mar 30, 2024, 7:53 PM

    @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.

  • R

    Smart Highlighting bug

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Mar 30, 2024, 10:01 AM
    Mar 23, 2018, 8:41 AM
    0 Votes
    11 Posts
    3k Views
    D Mar 30, 2024, 10:01 AM

    @Alan-Kilborn
    Thank You …

  • S

    Feature Request

    Watching Ignoring Scheduled Pinned Locked Moved power bi dax language m language
    2 Mar 28, 2024, 5:16 PM
    Mar 28, 2024, 2:04 PM
    0 Votes
    2 Posts
    1k Views
    P Mar 28, 2024, 5:16 PM

    @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.

  • R

    Notepad ++ for Mac

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 26, 2024, 3:07 PM
    Mar 26, 2024, 1:51 PM
    -1 Votes
    2 Posts
    427 Views
    P Mar 26, 2024, 3:07 PM

    @Ray-Hamel,

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

  • D

    help me notepadd++ error

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 26, 2024, 3:01 PM
    Mar 26, 2024, 9:37 AM
    0 Votes
    2 Posts
    238 Views
    P Mar 26, 2024, 3:01 PM

    @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.

  • A

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

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Mar 26, 2024, 2:40 PM
    Mar 25, 2024, 10:56 PM
    1 Votes
    6 Posts
    373 Views
    P Mar 26, 2024, 2:40 PM

    @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.

  • G

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

    Watching Ignoring Scheduled Pinned Locked Moved
    26 Mar 24, 2024, 11:52 AM
    Oct 25, 2020, 7:32 PM
    1 Votes
    26 Posts
    3k Views
    A Mar 24, 2024, 11:52 AM

    @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.

  • B

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

    Watching Ignoring Scheduled Pinned Locked Moved
    15 Mar 24, 2024, 10:51 AM
    Feb 20, 2024, 11:30 AM
    2 Votes
    15 Posts
    2k Views
    C Mar 24, 2024, 10:51 AM

    @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 Mar 21, 2024, 8:44 PM
    Oct 3, 2023, 3:02 AM
    0 Votes
    10 Posts
    2k Views
    M Mar 21, 2024, 8:44 PM

    @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.

  • I

    "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 Mar 20, 2024, 12:46 AM
    Dec 27, 2022, 7:34 AM
    0 Votes
    8 Posts
    1k Views
    M Mar 20, 2024, 12:46 AM

    @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

  • M

    Link underlines no longer auto-applied on search/replace

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Mar 19, 2024, 11:51 PM
    Mar 13, 2024, 8:30 PM
    1 Votes
    8 Posts
    533 Views
    M Mar 19, 2024, 11:51 PM

    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 Mar 19, 2024, 3:33 PM
    Aug 26, 2021, 11:30 AM
    1 Votes
    12 Posts
    1k Views
    P Mar 19, 2024, 3:33 PM

    @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

  • A

    Broken repeat search using \A

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 19, 2024, 10:57 AM
    Mar 18, 2024, 12:16 PM
    1 Votes
    4 Posts
    412 Views
    A Mar 19, 2024, 10:57 AM

    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 Mar 17, 2024, 12:15 PM
    Mar 17, 2024, 4:41 AM
    1 Votes
    4 Posts
    2k Views
    A Mar 17, 2024, 12:15 PM

    @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 Mar 15, 2024, 9:07 PM
    Mar 15, 2024, 8:27 PM
    0 Votes
    4 Posts
    664 Views
    A Mar 15, 2024, 9:07 PM

    @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 Mar 15, 2024, 8:43 PM
    Mar 12, 2024, 12:31 PM
    1 Votes
    11 Posts
    2k Views
    pbarneyP Mar 15, 2024, 8:43 PM

    @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 Mar 15, 2024, 1:19 PM
    Nov 15, 2022, 8:07 PM
    1 Votes
    11 Posts
    14k Views
    P Mar 15, 2024, 1:19 PM

    @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

  • kuzduk = kuzdukK

    Show/Hide Tools Panel via Hot Key

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Mar 14, 2024, 5:22 PM
    Feb 26, 2024, 9:00 PM
    0 Votes
    7 Posts
    2k Views
    kuzduk = kuzdukK Mar 14, 2024, 5:22 PM

    @guy038 said in Show/Hide Tools Panel via Hot Key:

    notepad.hideToolBar(not(notepad.isToolBarHidden()))

    Thanks! It is working via 1 hour of learning PytonScript…
    Thanks for all who helped in current problem!

    Many little thigs in npp can use via monstrous system of plugin, like Firefox philosophy… It is not good! Old Opera and today Vivaldy phylosophia is best: all setting work correctly from installer.

  • vaso blgV

    Interpret an Unicode value as real character in Notepad++

    Watching Ignoring Scheduled Pinned Locked Moved
    14 Mar 14, 2024, 7:41 AM
    Mar 6, 2024, 5:25 PM
    0 Votes
    14 Posts
    3k Views
    rdipardoR Mar 14, 2024, 7:41 AM

    FYI

    The HTML Tag wiki now includes a more accurate description of its decoding limitations. Not sure yet if this can be improved while the source code is targeting the Free Pascal runtime, which tends to favour UTF-8 as being more compatible with the many different platforms it supports. Perhaps for the sake of legacy Delphi code, the WideString type is an exception:

    WideStrings consist of COM compatible UTF16 encoded bytes on Windows machines (UCS2 on Windows 2000), and they are encoded as plain UTF16 on Linux, Mac OS X and iOS.

    The P.E. header of a recent plugin DLL shows “4.0” as the minimum required OS version, even older than Windows 2K, so it’s possible that Unicode text is actually encoded as UCS2 (!).

    The orignal developer seems to have assumed that a signed 16-bit SmallInt would be enough for all potential code points. They’ve been stored as 32-bit unsigned integers for a long time now, so there’s really no excuse for not extending the logic to decompose ordinals north of U+010000 into surrogate pairs and feeding them back into the decoder.

  • M

    Remove duplicate lines removes end of line marks and sorting moves them

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Mar 12, 2024, 7:10 PM
    Mar 12, 2024, 6:05 PM
    1 Votes
    5 Posts
    463 Views
    A Mar 12, 2024, 7:10 PM

    It’s a somewhat hotly contested thing: Is a line a line without a line-ending at its end? For me, it’s a No…and, because Notepad++ doesn’t enforce that, I, like Peter, use the editorconfig plugin, which forces the final line in a file to have a line-ending. An unfortunate side effect of that is that Notepad++ won’t sort “correctly”.

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