• 0 Votes
    6 Posts
    2k Views
    A

    @ADEYEMI-SAMUEL this works for me. Appreciated @Coises

  • How i can sort number from largest to smallest on notepad++

    26
    0 Votes
    26 Posts
    4k Views
    Alan KilbornA

    If you’ve used a script in this thread, you might want to double check your copy of it for a bug I’ve discovered.
    Look to previous postings in this topic thread where the script has been changed – find the text moderator edit (2024-Jan-14).
    There’s a link there that describes the bug in more detail, and shows what needs to be changed in an old copy (or you can simply grab a copy of the current version).

  • Random text in multiple files

    4
    0 Votes
    4 Posts
    2k Views
    Alan KilbornA

    If you’ve used a script in this thread, you might want to double check your copy of it for a bug I’ve discovered.
    Look to previous postings in this topic thread where the script has been changed – find the text moderator edit (2024-Jan-14).
    There’s a link there that describes the bug in more detail, and shows what needs to be changed in an old copy (or you can simply grab a copy of the current version).

  • Notepad++ forum articles FAQ tagged vs the FAQ category

    2
    1 Votes
    2 Posts
    1k Views
    PeterJonesP

    @mkupper ,

    Tags are up to the original poster who creates a given Topic, and are thus not guaranteed to be accurate – they are self-selected, self-reported, uncontrolled, and free-form. There is no way to prevent users from using inaccurate tags, nor of enforcing that they use only a controlled, limited set of tags, so it’s rather a free-for-all. As such, the moderators have chosen to not “police” the tags in general.

    For the “FAQ” tag, I agreed with you that it shouldn’t be on posts that are not in the official FAQ section (with the two “read before posting” being the intentional exceptions), so I did clear out the few extraneous “FAQ” tags that you pointed out to me in chat.

    Regarding tagging posts in the FAQ section: at various times, I have gone back and forth as to whether or not I should bother with them on the FAQ entries. I have never found tags useful in general (because of the free-for-all nature, and the fact that a search for contents of a post usually matches more and better posts that I’m looking for than does relying on the randomness of tags), and am not convinced that more people would find the various FAQs if only I’d tag them better. Adding a “FAQ” tag to them seems especially pointless because they’ve already been collected into one Category, which seems an easy enough way to make that grouping and to easily find them. If you feel strongly that the other half of the entries should have “FAQ” added, I can do that, I just doubt that it will be truly helpful.

    Regarding “Please Read This Before Posting” – I don’t like that I couldn’t use the same post in both categories, but the forum doesn’t allow that, so I’ve got two copies. And since there are two copies, the one-paragraph difference is intentional, because without it, some people have taken “General” to mean “talk about anything, even if it has nothing to do with Notepad++”, and that’s not what the Forum or that Category is for. And I don’t really see a point of a third copy, because if people don’t see it pinned at the top of General Discussion and Help Wanted, they aren’t going to see it in the FAQ Category page, either.

    update: additionally, every Topic is limited to 5 tags, so on some, I have to remove other tags to make room for a “FAQ” tag.

  • xconfig for Notepad++

    1
    3 Votes
    1 Posts
    248 Views
    No one has replied
  • Defining TAB stops at irregular positions in an UDL

    3
    0 Votes
    3 Posts
    267 Views
    CoisesC

    @PeterJones said in Defining TAB stops at irregular positions in an UDL:

    I am not sure how the elastic tabstops handles the uneven spacing…

    SCI_ADDTABSTOP — I believe this was added to Scintilla following work and lobbying by Nick Gravgaard, who originally proposed elastic tabstops.

    Support is bare. The stops must be added to each line independently, they are not remembered when switching tabs (and so must be reestablished when the tab is activated again), and adding them is slow. Print doesn’t get them right (I think it fails to account for the difference between pixels on the screen and pixels on the printer).

  • Editing (deleting) non-contiguous lines

    8
    0 Votes
    8 Posts
    534 Views
    Moe StarM

    Wow again!
    Great group and very helpful people!
    I will give it a go again with these tips.
    Thanks a bunch.

  • How to use SCI_GETTEXTRANGE in NppExec script?

    3
    0 Votes
    3 Posts
    296 Views
    Andi KiisselA

    @PeterJones ,

    Thanks for such a thorough investigation.
    Knowing that something is impossible is better than assuming it may be.
    The alternative with TARGET suits me very well, I’ll take it.

    Thank you!

  • Double-click on the bracket to select the text enclosed in brackets

    6
    0 Votes
    6 Posts
    3k Views
    Nidhal FlowgunN

    in autohotkey, create a script that sends Ctrl+Alt+b when you ctrl+click.
    This is just one of the scripts I use to help me code in Notepad++

    #If WinActive(“ahk_class Notepad++”)
    ;; Ctrl+LButton to select what’s between brackets/parentheses
    ~^LButton::
    keywait, LButton
    if (A_TimeSinceThisHotkey<150){
    send, {lButton}
    send, ^!b
    send, {Shift Up}{Alt up}{Ctrl up}
    send, {sc0E9}
    }
    return

    #If

  • Cannot add shortcut for "Duplicate Current Line"

    8
    1 Votes
    8 Posts
    413 Views
    R

    Thank you!

  • Select file with one click in Project Panel :

    5
    1 Votes
    5 Posts
    591 Views
    unal mkU

    @Alan-Kilborn said in Select file with one click in Project Panel ::

    @PeterJones said in Select file with one click in Project Panel ::

    For one-click switching, that might really annoy some people (like me), because some do a single-click on the filename to make sure it’s selected, then right-click to get the right-click menu, but don’t want to have that initial single-click immediately open the file or change the active file. So if you do end up requesting this feature, please make sure it’s an option to be single-click vs double-click, with the default in the double-click that people are used to.

    An additional “problem” for one-click: Sometimes, single clicks are “errant”, and big effects from such accidental clicks are annoying, because you then have to undo an action you didn’t intend in the first place.

    But if an selection option single/double click feature( like say PeterJones ) only for file switch no problem and make work easier .

  • Who to contact when can't remember login info from the past?

    3
    0 Votes
    3 Posts
    277 Views
    swegmikeS

    @PeterJones Thanks. I found the github login that was used and fixed the email.

  • Replace Unix timestamp

    11
    1 Votes
    11 Posts
    2k Views
    Thomas KnoefelT

    @Dr-N ,@Coises ,@PeterJones
    @guy038 said in Replace Unix timestamp:

    I think that your result 2024-01-04 19:39:53 exceeds the right answer of one hour !

    Thanks for pointing this out!

    Indeed, in my example, my local time zone has been automatically included into the calculation.
    In case it should be UTC ( which is one hour west of my location) this should be indicated by a “!” in the format string.
    So the Replace of my (two) Cature Group example should look like this .

    Previous example with local time zone (Thu Jan 4 19:39:53 2024):
    set(CAP1..os.date("%c", math.floor(CAP2/1000)))

    New example with UTC time (Thu Jan 4 18:39:53 2024):
    set(CAP1..os.date("!%c", math.floor(CAP2/1000)))

    Details are described here:
    Lua os.date description

  • Dark theme cursor invisible in column mode ( v8.6+)

    5
    0 Votes
    5 Posts
    655 Views
    C

    I wanted to thank you for the assistance. Some of the themes I was using were Hyper, Obsidian PyCs, VS2019-Dark for example and a few more. I know those are old. Also it appeared I had duplicate copies of the original themes pre 8.6 in app data which i was not paying attention to so I needed another brain or two to jog my memory. I guess those were overriding anything new apparently.

    I just did a test and was able to add those setting to the older themes as I did not know a setting had to be present since the new release. They worked successfully. I appreciated the help on this matter!

    Hopefully this thread could potentially assist someone else :)

    PS i was not able to quote names in this thread as it would not let me

  • Notepad++ note recognizing SRT file format

    4
    1 Votes
    4 Posts
    1k Views
    CoisesC

    @lon-from-appleton

    One particular .srt file, or all .srt files?

    If all .srt files, as an experiment, if you rename one of the files to have .txt instead of .srt as the file extension, can Notepad++ open it?

    Also, please copy and post the output from Debug Info… on the menu opened from the question mark at the right of the Notepad++ main menu.

  • Proposed FAQ explaining why you shouldn't parse JSON with regex

    16
    3 Votes
    16 Posts
    4k Views
    mpheathM

    https://xkcd.com/1171/
    8992aaa5-536d-40a3-bb79-ea959b8934ec-Untitled.png

    @Mark-Olson I prefer this quote from 12 Aug 1997:

    http://regex.info/blog/2006-09-15/247

    Some people, when confronted with a problem, think
    “I know, I’ll use regular expressions.” Now they have two problems.

  • notepad++ mass save

    6
    0 Votes
    6 Posts
    5k Views
    supasillyassS

    @sdsds-rgdsfds If you’re not too concerned about the file names, you can just copy the backups from %APPDATA%\Notepad++\backup to another location.

  • Feature Request: Spreadsheet / Cell Based View

    3
    1 Votes
    3 Posts
    235 Views
    Jonathon WisnoskiJ

    @Terry-R Thanks, I will take a look at that

  • Feature request: tab names without file extensions

    10
    0 Votes
    10 Posts
    797 Views
    Ilya GinzburgI

    @PeterJones said in Feature request: tab names without file extensions:

    comment on that request

    Another comment supporting this feature has been added to GitHub

  • Increase the size of Fonts in Notepad ++ dialogs

    5
    0 Votes
    5 Posts
    6k Views
    PeterJonesP

    @hania-amir said in Increase the size of Fonts in Notepad ++ dialogs:

    Navigate to “Settings” > “Style Configurator” and modify the font size for the desired elements

    The “desired elements” are dialog box font, which are not controlled by the Style Configurator (or any other location in the Notepad++ settings), so your advice will not help.