• 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
  • D

    StaticControl.h

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Aug 11, 2018, 4:08 AM
    Aug 11, 2018, 4:08 AM
    0 Votes
    1 Posts
    513 Views
    No one has replied
  • R

    extract email address

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Aug 10, 2018, 6:08 PM
    Aug 10, 2018, 1:38 PM
    2 Votes
    7 Posts
    6k Views
    P Aug 10, 2018, 6:08 PM

    @Ralph-Ratz ,

    I’m glad it’s working for you.

    If you are going to be doing more regular expression manipulation of your text files (including if you ever just want to tweak this regex in order to make some change, like only doing ones that have semicolon’s after the > or something), you are going to want to study regex yourself.

    We have a FAQ entry which explains where to find regex docs, which is a good starting point for learning about them. I’d recommend searching through some of those, and seeing if you can understand everything in the regex I gave. After reading the docs, if you’re having trouble understanding a portion of it, feel free to ask, and we can help clarify.

    If you come back for future requests for regex help: please craft your own expression… and if it doesn’t work, then you can ask us, including: show what you tried, explain why you tried that (ie, what you think the regex should do, and what you think each piece of the regex is doing), and show what results you get that doesn’t match your expectations. This will help us to help you better.

    (And the post “How to Markdown code on this Forum” will help you format posts, so the data exactly represents your actual data.)

  • S

    Bullet list (special Characters)

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Aug 10, 2018, 12:49 AM
    Aug 8, 2018, 1:29 AM
    0 Votes
    4 Posts
    16k Views
    S Aug 10, 2018, 12:49 AM

    @guy038 said:

    Or I miss something obvious ?

    I wasn’t talking about the forum.

    All you missed was my (bad/slight) attempt at humor. As you know we get a lot of questions about Notepad++ and word-processing functions. As hopefully most everyone knows by now, Notepad++ is a text editor and as such does not possess many w.p. functions like bulleting or auto-numbering of bullet points.

    Given that, I really do what I said, in text files…but I don’t think that was what the OP was after. But hopefully if the OP does read this s/he will understand the situation with bulleting.

  • M

    Upload success but must refresh browser many times before viewing result

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 9, 2018, 4:06 PM
    Aug 9, 2018, 3:19 PM
    0 Votes
    2 Posts
    1k Views
    P Aug 9, 2018, 4:06 PM

    Sounds like a server issue to me. But I could be wrong.

    Does the same thing happen if you upload with a separate FTP client (like FileZilla)? If so, then the problem is solely on the server side, and you’ve asked your question in the wrong place

    I am assuming by “using the FTP function”, you mean you are using the NppFTP client to remotely edit files on your server. If you mean something different, please clarify. If that is what you mean, what version of NppFTP are you using?

    How do you determine “it upload with success”? Does the NppFTP - Output window (which can be enabled by the show messages window button in the main NppFTP interface) show “Upload of /path/to/filename succeeded.”? If so, do you really need to “click upload many times”, or is that multiple clicking just an attempt on your part trying to make the file accessible through your browser? Or do you have some other confirmation (other than not getting the updated file in the browser) that the file has not made it to your server, even though NppFTP claimed the upload was successful? If so, what is your other confirmation? (One possible confirmation: attach to your server using an external client, such as Filezilla or PuTTY-ssh, and confirm that the file has changed)

    Assuming the file made it correctly to the server on your first click of the upload (and being patient enough for the transfer to complete), then the problem is solely on the server side, and you’ve asked your question in the wrong place.

    server-side freebie advice: My guess is that if it’s correctly uploading, then there is a problem in communicating between the server and the browser that the file has changed. That might be as simple as timezone difference or misconfiguration: when you upload a file to the server, most webservers I’ve seen will send that stamp to the browser (when request) so that the browser can decide whether or not to download the new copy. Sometimes a bad timezone setup on the server, or sometimes web ISPs use a different machine for FTP connections than they do for the external web connections, so a date mismatch there will cause the file to appear to have been modified at an earlier time, so the browser doesn’t recognize it. (I seem to remember from years ago that some FTP clients allow you to specify a timezone offset for a given server, but NppFTP 0.27.4 does not appear to be one of them, and I cannot see those settings in my modern Filezilla 3.34.0) Also, even with the times correct, a webserver may have its own caching mechanism, and might not poll your particular file for some number of seconds or minutes before it notices the file has changed and starts serving the new Last Modified Time to the browser.

    We’re happy to answer Notepad++ questions, and NppFTP is reasonably connected enough that we’ll do our best (though we may have to pass you on to NppFTP experts at some point).

    But unless you share some evidence that it’s unique to the Notepad++ setup, then you’ve asked your question in the wrong place, and should probably find a better forum for experts in the field you’re using (ie, for your webserver).

  • B

    Extend automatic reload on deleted and recurring files

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 8, 2018, 10:16 PM
    Aug 8, 2018, 9:05 AM
    0 Votes
    2 Posts
    872 Views
    C Aug 8, 2018, 10:16 PM

    @bheorcnh

    I assume this FAQ should be considered.

    Cheers
    Claudia

  • F

    Support of unix-like paths and file names in File|Open-Dialog possible?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Aug 5, 2018, 6:11 PM
    Aug 3, 2018, 3:55 PM
    0 Votes
    3 Posts
    2k Views
    A Aug 5, 2018, 6:11 PM

    @PeterJones said:

    earlier post

    How come we can’t have both the new style dialog AND unix style path support at the same time??

  • B

    How to tile tabbed pages?

    Watching Ignoring Scheduled Pinned Locked Moved tabs tiles
    3 Aug 4, 2018, 9:48 PM
    Aug 4, 2018, 9:27 PM
    0 Votes
    3 Posts
    2k Views
    B Aug 4, 2018, 9:48 PM

    Thanks for the info. It sounds like a worthwhile enhancement to an otherwise great product.

  • K

    How do I tell Notepad++ to use spaces to auto-indent instead of tabs?

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Aug 4, 2018, 10:13 AM
    Aug 3, 2018, 11:28 PM
    0 Votes
    5 Posts
    26k Views
    M Aug 4, 2018, 10:13 AM

    @Kevin-Morris

    you’re welcome ;-)

  • L

    Notepad ++ - Find All in Current Document / Find All in All Open Documents not working

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Aug 3, 2018, 7:54 PM
    Aug 18, 2015, 2:21 AM
    0 Votes
    11 Posts
    25k Views
    N Aug 3, 2018, 7:54 PM

    @Leigh-Wardle Awesome!! you were right… I was scratching my head all the while. Thanks!!

  • Jonathan DzobaJ

    Any settings that would slow typing to > 1chr/sec?

    Watching Ignoring Scheduled Pinned Locked Moved slow typing
    4 Aug 3, 2018, 11:47 AM
    Aug 1, 2018, 6:21 PM
    0 Votes
    4 Posts
    1k Views
    C Aug 3, 2018, 11:47 AM

    @Jonathan-Dzoba

    another known issue is to have a really big one-liner and try to edit it.
    Scintilla, underlying component Npp uses, isn’t really performant in such cases
    as it wasn’t designed to do so.

    Cheers
    Claudia

  • bcharboneauiherbB

    Automation Friendly Latest Version Download URL

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 1, 2018, 8:03 PM
    Aug 1, 2018, 7:46 PM
    0 Votes
    2 Posts
    2k Views
    P Aug 1, 2018, 8:03 PM

    issue exists as https://github.com/notepad-plus-plus/notepad-plus-plus/issues/604 … might want to upvote it or add comments.

    as that issue points out, you can grab https://notepad-plus-plus.org/update/getDownloadUrl.php, which gives an XML file with the current download URL, so you could parse that XML to get the actual download URL.

  • SkodaRunnerS

    timestamp highlighting

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 1, 2018, 1:29 PM
    Aug 1, 2018, 1:12 PM
    1 Votes
    2 Posts
    751 Views
    S Aug 1, 2018, 1:29 PM

    @SkodaRunner said:

    is there any possibility to highlight timestamps

    Yes, show us a sample…timestamps can have many forms.

  • ksdmaheshK

    how to transliterate languages?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 31, 2018, 1:05 AM
    Jul 30, 2018, 9:58 AM
    0 Votes
    2 Posts
    2k Views
    SalviaSageS Jul 31, 2018, 1:05 AM

    Hi. This is possible. You must use either the programming language AutoIT or AutoHotkey to do this.

    Check out this link where someone made a cyrillic-latin transliterator.

    https://autohotkey.com/board/topic/55957-cyrillic-to-latin-and-vice-versa-transliterator/

    also, check out my earlier post
    https://www.autoitscript.com/forum/topic/150021-how-do-i-automatically-change-letters-to-other-letters-in-a-text-editor/

    You may be able to adapt something from there.

  • Java DevJ

    Type Ahead with index search would be awesome ...

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 29, 2018, 11:53 AM
    Jul 29, 2018, 2:12 AM
    0 Votes
    2 Posts
    843 Views
    S Jul 29, 2018, 11:53 AM

    @Java-Dev

    You forgot to offer up the $100 this time around.

  • James DurbinJ

    can't save modifications to an existing file

    Watching Ignoring Scheduled Pinned Locked Moved save as
    2 Jul 27, 2018, 9:03 PM
    Jul 27, 2018, 4:05 PM
    0 Votes
    2 Posts
    744 Views
    James DurbinJ Jul 27, 2018, 9:03 PM

    cancel this request for help. figured it out.

  • Madhusudhanan CM

    Pasting Data from Excel in 4th Collapse Level

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 26, 2018, 1:56 AM
    Jul 25, 2018, 12:17 PM
    0 Votes
    2 Posts
    1k Views
    cipher-1024C Jul 26, 2018, 1:56 AM

    You may have show some examples like “I have this…”, “I want it to look like this…”. I think more people would understand what you’re looking for.

  • Jeff TaylorJ

    How to sort out duplicates?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jul 26, 2018, 1:07 AM
    Jul 23, 2018, 6:52 PM
    0 Votes
    4 Posts
    3k Views
    cipher-1024C Jul 26, 2018, 1:07 AM

    If you’re working with just a list of values, you can install the CsvQuery plugin and run a SQL type query on your list. Say you have this as your list:

    filter1
    filter1
    filter1
    filter2
    filter2
    filter2
    Filter1
    filter2
    Filter3

    Open the CsvQuery window, (you may have to hit the “read file” button), type this into the command bar:

    SELECT col1, COUNT(*) FROM THIS GROUP BY COL1 ORDER BY COL1

    Click Execute
    the output window will show this:
    Filter1 1
    Filter3 1
    filter1 3
    filter2 4

    If you want case insensitive searches:

    SELECT col1, COUNT(*) FROM THIS GROUP BY COL1 COLLATE NOCASE ORDER BY col1 COLLATE NOCASE

    That will get you this:
    Filter1 4
    filter2 4
    Filter3 1

    I had to use ctrl-c to copy the output. Right click - copy didn’t work for me. Note that in a CsvQuery query “this” is the table name (your list in the active window).
    Reading a file with 100k lines and executing the search each took about a second on my test case (the sample above repeated a lot). IDK if you can make a macro out of this, but it’s another option besides regex and python.

    May the Sort be with you.

  • RobU23R

    Call-tips - Questions, possible bug

    Watching Ignoring Scheduled Pinned Locked Moved call-tips auto-completion
    3 Jul 25, 2018, 10:46 PM
    Jul 24, 2018, 9:08 PM
    0 Votes
    3 Posts
    2k Views
    cipher-1024C Jul 25, 2018, 10:46 PM

    I think what you’re looking for is in Preferences->Auto-Completion in the box titled Auto-Completion. On the right side of the box there’s a line that says “From X th character. Valid value: 1-9”

    The “x” is a clickable number. If you click on the number you can change it to 9, but that’s as high as it can be set. There are other options in this window that may ease some of your auto-complete pain.

    Sorry, I can’t help you with the function completion or tooltip color issues.

  • Vladimir OlegovichV

    One annoying bug with ANSI encoding

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 24, 2018, 5:56 PM
    Jul 24, 2018, 3:54 PM
    0 Votes
    3 Posts
    2k Views
    Vladimir OlegovichV Jul 24, 2018, 5:56 PM

    Binary file was bad example (how file looks when bug occurs), but sometimes it happens to my txt files, even on selecting part of text with mouse. I’ll try with turned off “Enable session snapshot”, except bug is unpredictable, sometime after updates or changing settings to ANSI as default encoding I thought it fixed. And then it happens again when I made lot of changes and forgot to save before error.

  • John MurrayJ

    Need help on Macro that prompts for number of rows to select

    Watching Ignoring Scheduled Pinned Locked Moved
    13 Jul 22, 2018, 10:15 PM
    Jul 13, 2018, 4:22 PM
    1 Votes
    13 Posts
    3k Views
    John MurrayJ Jul 22, 2018, 10:15 PM

    You were right - that took care of it - and everything works perfectly now. Thanks a bunch Scott for hanging in there with me.

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