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 - Help] Lexing for hex numbers (SourceForge.net) 2. [notepad-plus - Help] RE: Find and replace a 'complex' copied string? (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: Math Plugin: ver. 0.0.4.2 released (Unico (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: New Release - NppPlugin_ChangeMarkers (SourceForge.net) 5. [notepad-plus - Open Discussion] Two questions/issues (SourceForge.net) 6. [notepad-plus - Help] RE: NP++ Crashes when doing a "find in files" (SourceForge.net) 7. [notepad-plus - Help] RE: notepad++ 5.1+ crashing/hanging (SourceForge.net) 8. [notepad-plus - Help] RE: notepad++ crashing on find in files (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Vista bug? SetWindowsHookEx(KEYBOARD) fai (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: New Release - NppPlugin_ChangeMarkers (SourceForge.net) 11. [notepad-plus - Open Discussion] big fat thank you!! (SourceForge.net) 12. [notepad-plus - Help] RE: notepad++ 5.1+ crashing/hanging (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 06 Apr 2009 20:50:20 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Lexing for hex numbers To: nore...@sourceforge.net Message-ID: <7095786.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=7095786 By: pierred1 Hi, I'm scripting in AutoHotkey (doesn't matter if you don't know it, just to let you know it's not a built-in language), and I have setup pretty good lexing using the User Define dialog. My only problem is that I can't seem to make the lexer recognize hex characters. In AHK, hex characters are in the format 0xFFFFFFFF. Therefore, it is safe to assume that anytning that starts with "0x" is a hex number. I tried adding "0x" in one of the keywords list with the prefix mode on, but it seems to have no effect. The 0 before the x however is always coloured blue which means that the lexer sees it as a number. So, my theory is that the fact that 0 is a number takes priority over the fact that the term starts with 0x and is therefore a registered prefix. Is there any way to change this behaviour? ______________________________________________________________________ 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: 2 Date: Mon, 06 Apr 2009 20:51:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and replace a 'complex' copied string? To: nore...@sourceforge.net Message-ID: <7095790.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=7095790 By: fool4uanyway Ctrl+R? ______________________________________________________________________ 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: 3 Date: Mon, 06 Apr 2009 20:54:39 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Math Plugin: ver. 0.0.4.2 released (Unico To: nore...@sourceforge.net Message-ID: <7095801.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=7095801 By: somic Hi countdown, thank you for your comments and bugs reports. Don't worry for the "late" reply and for the number of bugs reported; I really appreciate that. Many of us (including me) are busy with official jobs and roles (families, children and other stuffs like these) and I can understand. I was already working to the release 4.3 that was almost done (better error reporting and debug mode) but I will take the opportunity for adding these fixes. Thanks again, Best regards, Somic ______________________________________________________________________ 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: 4 Date: Mon, 06 Apr 2009 21:08:41 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New Release - NppPlugin_ChangeMarkers To: nore...@sourceforge.net Message-ID: <7095866.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=7095866 By: fool4uanyway > The binary is for Unicode only, > the source can be downloaded and built as ansi. Would it be hard for you to build the ANSI version once? That would be more convenient the suggestion for any interested reader to compile the ANSI version themselves. ______________________________________________________________________ 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: 5 Date: Mon, 06 Apr 2009 21:15:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Two questions/issues To: nore...@sourceforge.net Message-ID: <7095908.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=7095908 By: globe199 Two quick questions regarding Notepad++. I apologize if these have been asked before. First, is there a way to disable the folder margin style? I don't use it. I changed it to 'simple' but it's still cluttering the screen. I just want to turn it off. Second is a code color issue. For example, when I'm coding in php, any CSS between <style> and </style> is not colored as CSS, but instead as "Default" php -- it's all just solid black bold text. Not very useful. On quick and dirty projects, I'll often put CSS in the php file to make things easier to develop. Any help is appreciated. Thank you. ______________________________________________________________________ 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: 6 Date: Mon, 06 Apr 2009 22:00:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NP++ Crashes when doing a "find in files" To: nore...@sourceforge.net Message-ID: <7096146.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=7096146 By: donho I can not reproduce it. Please provide the valid procedure to reproduce it. 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=331754 ------------------------------ Message: 7 Date: Mon, 06 Apr 2009 22:03:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad++ 5.1+ crashing/hanging To: nore...@sourceforge.net Message-ID: <7096158.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=7096158 By: donho Please post it if you have any crash issue in v5.3.1. The other versions' crash posts will be ignored. 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=331754 ------------------------------ Message: 8 Date: Mon, 06 Apr 2009 22:05:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad++ crashing on find in files To: nore...@sourceforge.net Message-ID: <7096169.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=7096169 By: donho In which version? How to reproduce the crash? 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=331754 ------------------------------ Message: 9 Date: Tue, 07 Apr 2009 00:34:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Vista bug? SetWindowsHookEx(KEYBOARD) fai To: nore...@sourceforge.net Message-ID: <7096839.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=7096839 By: donho Just tested, the solution provided above doesn't work at all. 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=331753 ------------------------------ Message: 10 Date: Tue, 07 Apr 2009 02:39:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New Release - NppPlugin_ChangeMarkers To: nore...@sourceforge.net Message-ID: <7097347.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=7097347 By: aathell Both the ANSI and Unicode versions are now available at the link listed above. Enjoy! almostautomated ______________________________________________________________________ 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: Tue, 07 Apr 2009 06:53:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] big fat thank you!! To: nore...@sourceforge.net Message-ID: <7098397.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=7098397 By: boombala dear folks, i really like the app, it makes my life a little simpler and gives me more time to spend off screen out in the sun or in shady bars :o) thanks to all the people who were and are contributing to this great editor!!!! i appreciate what u all created a lot! best wishes, fabian ______________________________________________________________________ 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: Tue, 07 Apr 2009 09:11:06 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad++ 5.1+ crashing/hanging To: nore...@sourceforge.net Message-ID: <7098988.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=7098988 By: bsdz Hi Don, I would like to post (as I am using the latest and greatest 5.3.1) but find it hard to easily replicate. Since it doesn't crash as such but simply seems to lose all it's threads (then hangs). Is there a way to turn on some debug logging or something similar? Blair ______________________________________________________________________ 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: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com ------------------------------ _______________________________________________ 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 35, Issue 11 *************************************************