Send Notepad-plus-plus mailing list submissions to notepad-plus-plus@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Notepad-plus-plus digest..." Today's Topics: 1. [notepad-plus - Open Discussion] Request: Language-Style Regions (SourceForge.net) 2. [notepad-plus - Open Discussion] Bug?/CR: TFX Edit Delete Surplus Blank Lines (SourceForge.net) 3. [notepad-plus - Open Discussion] BUG: last word of a file not being recognized (SourceForge.net) 4. [notepad-plus - Plugin Development] html tag highlighting - just like brackets... (SourceForge.net) 5. [notepad-plus - Help] c++ (SourceForge.net) 6. [notepad-plus - Help] Crash on view source when previous source... (SourceForge.net) 7. [notepad-plus - Help] RE: Crash on view source when previous source (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Notepad++ v4.1 Release Candidate is avail (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Notepad++ v4.1 Release Candidate is avail (SourceForge.net) 10. [notepad-plus - Open Discussion] file compare? (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: Default HTML Editor (SourceForge.net) 12. [notepad-plus - Open Discussion] RE: Default HTML Editor (SourceForge.net) 13. [notepad-plus - Help] RE: Crash on view source when previous source (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 27 Apr 2007 06:12:34 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Request: Language-Style Regions To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4283980 By: tburny I would like to request a feature where you can define regions for language-styles. For example, I'm using wireshark to take a look on my HTTP traffic. Then I copy parts into some text file and open it with Npp. I've created my own style for HTTP and would like to mix it with XML. Here's some example(##Region where i'd like to make the regions: ##Region "HTTP" POST /1.0/rw/xmlrpc.php HTTP/1.1 Host: anyhostyoulike.com content-type: text/xml content-length: 358 ##/Region ##Region "XML" <?xml version="1.0" encoding="UTF-8"?><xmltree><content>aaa</content></xmltree> ##/Region ##Region "HTTP" 200 OK Date: Fri, 27 Apr 2007 12:28:16 GMT Server: Apache/1.3.33 (Unix) PHP/4.4.3 Connection: close Content-Type: text/xml;charset=utf-8 ##/Region What I want is that these regions are styled as defined in their Region-names.... I'm sure this is possible :D tburny ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 2 Date: Fri, 27 Apr 2007 06:21:48 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug?/CR: TFX Edit Delete Surplus Blank Lines To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4283991 By: nobody I expect the "Delete Surplus Blank Lines" feature to remove any additional empty lines that only create extra space/distance between two paragraphs that are to be separated by a single empty line (max. two CRLF's each time). I don't expect this feature to change lines that contain non-white space characters. (I didn't check what it does with lines containing _only_ white spaces.) But it does in fact paste the next line after a line that contains only a single parenthesis, ( or ). Is this on purpose? If not, could you fix this please? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 3 Date: Fri, 27 Apr 2007 06:35:43 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] BUG: last word of a file not being recognized To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284006 By: fstellari I noticed that if the last word of a file is a keyword, it's never highlighted. You need to add a space or a CR in order to have it recognized. The end of a file is not recognized as a word separator. E.g. in a C file you type "void"... the word will not be highlighted until you either hit a SPACE or ENTER. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 4 Date: Fri, 27 Apr 2007 07:16:33 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] html tag highlighting - just like brackets... To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284078 By: jive01 I've posted this a thousand times, with no answer at all from the devs. I find the bracket hi-lighting feature fantastic. It has made my life 10 times easier. I'm asking for this to be done only with html tags. For example, in complicated nests, it would be nice to be able to click on the opening html tag and have the closing html tag that it pertains to highlight. Don & Jens, is this feature possible? Or in no way to be considered. Begging for this feature! -Jive ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=482781 ------------------------------ Message: 5 Date: Fri, 27 Apr 2007 07:36:35 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] c++ To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284111 By: nobody i am brand new at programming and i am starting with c++, I have tried a sample program (small) how do i get it to work? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 6 Date: Fri, 27 Apr 2007 07:49:05 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Crash on view source when previous source... To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284130 By: nobody I have NP++ set up such that when I view source with IE, it brings up Notepad. IE puts those source files in a temporary folder, and deletes them whenever you view the source again of the same page. What's happening is that I view source from IE, I tab over to NP++ and see the prompt for "this file has expired, would you like to close it" (paraphrasing), I click OK to close the file, and immediately get a NP++ crash. Is anyone else seeing this problem? Are there any other details or logs or anything I could provide to help find this bug? TIA, Charles ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 7 Date: Fri, 27 Apr 2007 07:59:54 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash on view source when previous source To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284148 By: nobody More detailed reproduction steps: Settings: * Np++ is default text editor (when viewing source from IE, notepad++ opens by default) * Np++ settings->MISC->File Status auto-protection: enable: checked; update silently: checked 1) open Internet Explorer 2) Navigate to google.com 3) right click on page and click on "View Source" 4) verify that page has opened in np++ 5) repeat steps 3 and 4 until np++ crashes. Sometimes it crashes for me the first time, sometimes it takes 3 times, but almost never more than 3 attempts. If you can do this 5 times in a row without crashing, I would accept that you are not able to reproduce this bug. Can some people out there give these steps a shot? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 8 Date: Fri, 27 Apr 2007 09:18:16 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.1 Release Candidate is avail To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284430 By: nobody Thank you Don Mark B ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 9 Date: Fri, 27 Apr 2007 09:23:03 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.1 Release Candidate is avail To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284437 By: nobody I don't, I use FindInFiles instead which doesn't use all my memory in less than 2 minutes! I thought the idea of releasing an RC here is for testing and comments from users. If you don't like the user feedback, and quite frankly from your replies in this thread so far, you obviously don't, then don't tell us in the forum an RC is available inviting comment! Mark B ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 10 Date: Fri, 27 Apr 2007 09:24:43 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] file compare? To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284438 By: nobody I need to compare two dirs of Japanese files, which I'm assuming will require a bit by bit comparison. (?) Can I use Notepad++ to do this somehow? Other suggestions? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 11 Date: Fri, 27 Apr 2007 10:33:26 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Default HTML Editor To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284537 By: nobody Hmm, right no doubt it will work or I can get it to work (ie7) In general, However, installing N++ ought to figure this out and extend that little drop-down list that ie7 provides on the Internet options programs tab properties. Maybe it could interactively heavily suggest that the default editor be changed to N++ unless you leave the default as it was before. OpenOffice manages to add itself to this list - well apparently, as I haven't actually installed N++ or OOff AFTER having updated a system with ie7 so I could be misleading you there. cheers, Mark ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 12 Date: Fri, 27 Apr 2007 10:34:52 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Default HTML Editor To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284539 By: nobody p.s. If M$oft made it easier to extend/change the list that would be nice too! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 13 Date: Fri, 27 Apr 2007 10:36:48 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash on view source when previous source To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4284542 By: steakhacher Notepad++ often crash when you delete a file from disk and you said do not keep file in notepad ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ------------------------------ _______________________________________________ Notepad-plus-plus mailing list Notepad-plus-plus@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus End of Notepad-plus-plus Digest, Vol 11, Issue 47 *************************************************