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 notepad-plus-plus-requ...@lists.sourceforge.net You can reach the person managing the list at notepad-plus-plus-ow...@lists.sourceforge.net 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] RE: Regular Expressions in User Defined Languages (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin (SourceForge.net) 3. [notepad-plus - Help] adjusting folding for built in languages (SourceForge.net) 4. [notepad-plus - Help] Crash when editing inside a form tag (SourceForge.net) 5. [notepad-plus - Help] RE: Find in Files crash (SourceForge.net) 6. [notepad-plus - Plugin Development] Plugin API documentation is updated (SourceForge.net) 7. [notepad-plus - Help] Notepad++ crashes frequently (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: TextFX Characters - Cascading menu ? (SourceForge.net) 9. [notepad-plus - Help] Crash on Javascript file > 100K (SourceForge.net) 10. [notepad-plus - Help] RE: Crash on Javascript file > 100K (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 17 Jan 2009 23:10:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Regular Expressions in User Defined Languages To: nore...@sourceforge.net Message-ID: <6160075.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6160075 By: muffinman Oh yeah, another related problem with comments; "| " is the "start comment" string, which including a space after the pipe symbol. 1 /if (find[$string, "|") { 2 ____ blah blah; 3 } The end of line 1 is commented out. Apparently whitespace is ignored. ______________________________________________________________________ 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: Sun, 18 Jan 2009 02:27:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin To: nore...@sourceforge.net Message-ID: <6161129.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6161129 By: cchris Following up on an earlier post. I upgraded my home computer from N++ 5.1.2 to 5.1.4 today. The installer complained about my FunctionList dll at install time, cotrary to what had happened on the other computer. When it was about to be deleted, I renamed it. Then before launching N++ renamed it back. Works all right. Where does the .dll posted on r.andronov blog retrieve rules for user defined language? Obviously not from "FunctionList.ini". For this reason I keep using Harry's build instead. CChris ______________________________________________________________________ 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: 3 Date: Sun, 18 Jan 2009 03:03:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] adjusting folding for built in languages To: nore...@sourceforge.net Message-ID: <6161281.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6161281 By: gregie666 Hello the folding/unfolding scheme for matlab is totally messed up. i wanted to fix it by editing the langs.xml file. but adding <Keywords name="Folder+"> and <Keywords name="Folder-"> clauses didnt seem to have an effect. also, i'v noticed that the c language, which does have a good folding scheme doesnt have those clauses. could anyone point me in the right way 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=331754 ------------------------------ Message: 4 Date: Sun, 18 Jan 2009 23:12:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Crash when editing inside a form tag To: nore...@sourceforge.net Message-ID: <6169860.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6169860 By: pwhited39 I am editing a .rthml file, which I have associated to the HTML language settings. When I click within the form action quotes below and begin typing, Notepad crashes without warning. The line causing the issue is the second shown below. ... <br> <form action = "../buy/checkout/"> In order to check out, please enter your name. ... This only seems to happen when I open the file and try to edit on that line anywhere after "<form". My best guess is that the crash is due to Notepad++ attempting to apply language formatting to the text. ______________________________________________________________________ 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: 5 Date: Sun, 18 Jan 2009 23:20:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find in Files crash To: nore...@sourceforge.net Message-ID: <6169938.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6169938 By: pegasuszeta Now I'm having trouble reproducing it... Ok, I'm currently using v5.1.2. After some playing around it seems to be crashing when I have the file where the string will be found already open and there is a second reading pane with some files being viewed there also. It seems to be related to which reading pane the focus is on. When I open npp and search with my current set of parameters, it crashes. If I open it up and then click on white space on the left hand pane, it will still crash. If I open it up and then click on white space on the -right- hand pane, then do the same search again, it -doesn't- crash! Doesn't seem to be related to whether it actually finds the file or not. Open up a dozen files and see how you go reproducing it. Hope this helps. ______________________________________________________________________ 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: Sun, 18 Jan 2009 23:55:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Plugin API documentation is updated To: nore...@sourceforge.net Message-ID: <6170275.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6170275 By: donho Please check here to get updated plugin messages page : http://notepad-plus.sourceforge.net/uk/plugins-HOWTO.php Don ______________________________________________________________________ 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: 7 Date: Mon, 19 Jan 2009 04:37:38 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ crashes frequently To: nore...@sourceforge.net Message-ID: <6172132.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6172132 By: quackstar After using Notepad++, i recently have gotten a slew of crashes. It seems to have no order or common link. Here's the error: http://img516.imageshack.us/img516/9752/95301445nv9.png Anyone have any idea's? ______________________________________________________________________ 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: Mon, 19 Jan 2009 08:33:16 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: TextFX Characters - Cascading menu ? To: nore...@sourceforge.net Message-ID: <6174091.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6174091 By: dv__ Try to unzip Notepad++'es zip package to just created empty folder (for example, C:\temp\npp) and start notepad++.exe from this folder. ______________________________________________________________________ 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: 9 Date: Mon, 19 Jan 2009 10:13:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Crash on Javascript file > 100K To: nore...@sourceforge.net Message-ID: <6174994.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6174994 By: wulipe Hi. I am experiencing crashing when re-opening javascript files > 100K from a saved session. I have tried v5.13 and v5.14 on Windows XP with the same result. I tried a 130K css file and a 130K normal text file and npp works fine! For example, my install of npp crashes on this file (129K): http://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js Steps: 1. Open npp 2. Open prototype-1.6.0.3.js 3. Close npp so session is saved 4. Open npp again so session is restored. npp will be displayed as a half rendered window (missing menu and toolbar) for about 30 seconds and then the npp window closes without any error message. 5. After I opened session.xml and delete the file entry for prototype-1.6.0.3.js, npp works fine again. Help! Many thanks. ______________________________________________________________________ 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: 10 Date: Mon, 19 Jan 2009 10:25:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash on Javascript file > 100K To: nore...@sourceforge.net Message-ID: <6175199.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6175199 By: wulipe I should add I have tried v5.1.3 ANSI and v5.1.4 ANSI on Windows XP with the same crashing problem. ______________________________________________________________________ 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: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ------------------------------ _______________________________________________ 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 32, Issue 36 *************************************************