• How to post with 0 reputation?

    3
    3 Votes
    3 Posts
    292 Views
    PeterJonesP

    @ThosRTanner ,

    however you posted that should work.

    People with 0 reputation (ie, new users) can create a New Topic with no problem, as @bulrush15 already found out. (And after making this dummy post, they successfully asked their question(s))

    I think the reputation may make it tricky for you to answer though

    There is no trick involved. You have misunderstood the system, and have apparently not paid attention to developments in the Forum. First, because you didn’t see that @bulrush15 had earned 3 upvotes for this Topic hours ago, long before your reply, so it was no longer an issue, whatever the current state of the Forum. And second, because people with 0 reputation can reply on the Forum with no difficulty. (The oddity that was around for the first couple months of the 0-rep-no-linking rule has been fixed for months now.)

    To clarify: 0-reputation prevents a user from posting links to outside sources. But they may create new Topics and they may reply to any existing (unlocked) Topic. They may even quote their reply, as long as the text they are quoting does not contain a link to an external site. (Internal links, such as the “in-reply-to” link and the @-mention, have worked since we updated the NodeBB, months ago.)

  • Prevent Word Selection by Mouse Click

    7
    0 Votes
    7 Posts
    622 Views
    Sylvester BullittS

    @Sylvester-Bullitt Thanks, but I already had the double-click speed cranked up to the max.

    However, with the help of your comments (and those from other posterss), I think I finally discovered the root cause.

    The various replies got me to wondering if the problem was outside Notepad++. I originally assumed NPP was at fault, since that was the only place I saw the symptom. But then I realized NPP was the only app where I insert characters inside text many times a day (because NPP is my only tool that lets me see the soft hyphen characters). This reminds me a little of the old adage “When all you have is a hammer, every problem looks like a nail.”

    To make a long story short, I started Googling again, and stumbled across a post on another forum that hinted the problem might be hardware related. Specifically, it suggested that dirt, dust & other gunk accumulating inside the mouse might be interfering with its moving parts, causing the false double-click messages.

    My mouse is corded (i.e., no way to open it, since it has no battery), but even a cursory exam of the outside showed a lot of junk filling up the outside seams, especially at the bottom of the two click buttons.

    So I took needle and scraped out all the grime and crud I could see in the outside seams & re-tried the insertion point clicks. To my amazement, 99% of the problem went away! I speculate the 1% outliers are due to residual dust & dirt deep inside the mouse that I couldn’t see to remove.

    So I’m going to declare victory on this issue! Thanks to all who took the time to reply. If nothing else, we came up with something that may help future troubleshooters.

  • search for file in workspace

    2
    0 Votes
    2 Posts
    989 Views
    PeterJonesP

    @mischlrebl ,

    Using a workspace structure

    If by “workspace structure” you mean you have defined a Workspace in an active Project Panel, then you can use the Project Panel > RightClick > Find in Projects… action (equivalent to using Ctrl+F to bring up the Find dialog, and changing to the Find in Projects tab). Then search for FIND WHAT = \A(?s:.) to find the first character in a file, and set any FILTERS as necessary to only find the right kinds of files. It would then search in all the files in whichever Project Panel checkbox(es) are checkmarked.

    5fc7b694-968f-4f8d-9e5d-6a272fdf706b-image.png

    Other than that, just searching the workspace.xml is a reasonable workaround.

  • 1 Votes
    1 Posts
    308 Views
    No one has replied
  • Cuando estara disponible el formateo para lenguaje Golang?

    Locked
    2
    0 Votes
    2 Posts
    415 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.

  • Highlighting an Entire Line

    4
    0 Votes
    4 Posts
    4k 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.

  • Increase a number

    2
    0 Votes
    2 Posts
    333 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.

  • 0 Votes
    9 Posts
    1k 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.

  • Smart Highlighting bug

    11
    0 Votes
    11 Posts
    2k Views
    David MozerD

    @Alan-Kilborn
    Thank You …

  • Feature Request

    2
    0 Votes
    2 Posts
    1k 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.

  • Notepad ++ for Mac

    2
    -1 Votes
    2 Posts
    400 Views
  • help me notepadd++ error

    2
    0 Votes
    2 Posts
    227 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.

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

    6
    1 Votes
    6 Posts
    352 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.

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

    26
    1 Votes
    26 Posts
    3k 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.

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

    15
    2 Votes
    15 Posts
    2k 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!

  • auto insert <br> at the end of every line

    10
    0 Votes
    10 Posts
    2k 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.

  • 0 Votes
    8 Posts
    829 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

  • Link underlines no longer auto-applied on search/replace

    8
    1 Votes
    8 Posts
    493 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

    12
    1 Votes
    12 Posts
    1k 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

  • Broken repeat search using \A

    4