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] RE: stylers.xml, Please help me (SourceForge.net) 2. [notepad-plus - Help] RE: Regular Expression Groups: ()* and ()+ (SourceForge.net) 3. [notepad-plus - Help] RE: COBOL comments (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Bug : Very Slow Find&Replace (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Function List 2.0 BETA released (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Powerful search as EditPadPro? (SourceForge.net) 7. [notepad-plus - Help] Convert ANSI to UTF-8... ¿bug? (SourceForge.net) 8. [notepad-plus - Help] RE: stylers.xml, Please help me (SourceForge.net) 9. [notepad-plus - Help] RE: How to use OR in regular expression? (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Bug : Very Slow Find&Replace (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 12 Jun 2009 09:51:36 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: stylers.xml, Please help me To: nore...@sourceforge.net Message-ID: <7440527.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=7440527 By: cchris In order for what you have done to work, the lexer for ASP would need to be modified so as to be aware of your new keyword category, and SciLexer.dll would need to be rebuilt in order for Scintilla to act upon your changes. I don't know ASP, so I don't know whether an User Defined Language mimmicking the basic features of ASP would do. Try that first, perhaps. Or use the PowerShell lexer plugin developed by aathell (it comes bundled with his Plugin Interface Library). 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=331754 ------------------------------ Message: 2 Date: Fri, 12 Jun 2009 10:00:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular Expression Groups: ()* and ()+ To: nore...@sourceforge.net Message-ID: <7440538.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=7440538 By: cchris If only there was any followup on this: https://sourceforge.net/forum/message.php?msg_id=5712417 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=331754 ------------------------------ Message: 3 Date: Fri, 12 Jun 2009 10:11:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: COBOL comments To: nore...@sourceforge.net Message-ID: <7440552.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=7440552 By: cchris First, I'd advise using the User Defined Language dialog instead of tweaking the xml directly. It's easier and less error prone I think. Uncheck the prefix checkboxes, they probably interfere fith some of your folder keywords. Check that your regular keyword lists don't include anything listed in the folder+/folder- lists. Your >* is a line comment, add it in that edit area. The "* at column 7" won't be supported, because LexUser.cxx does not make any processing based on exact position in the file. I don't really understand what you wrote in the Comment tag. If there is no block comment, ie a way to comment from any position to any position downstream, then remove these contents. HTH 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=331754 ------------------------------ Message: 4 Date: Fri, 12 Jun 2009 10:17:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug : Very Slow Find&Replace To: nore...@sourceforge.net Message-ID: <7440560.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=7440560 By: cchris I can confirm that searching dfor "else" in the 5.4.2 source folder recursive hangs N++ 5.4.3. Must kill using task manager after say 10 minutes (WinXP SP3, 1Go RAM). 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=331753 ------------------------------ Message: 5 Date: Fri, 12 Jun 2009 10:23:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Function List 2.0 BETA released To: nore...@sourceforge.net Message-ID: <7440566.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=7440566 By: w4rpspace I had the same problem. Seems you have to make sure all the files are in the correct folders before you run Notepad++. I had to re-install it (ver. 5.4.3). When I did, I noticed that the .xml file was there but was a different size. I guess if it can't find all the files, it must overwrite it with less than useful information. 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=331753 ------------------------------ Message: 6 Date: Fri, 12 Jun 2009 11:17:24 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Powerful search as EditPadPro? To: nore...@sourceforge.net Message-ID: <7440628.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=7440628 By: lucas_malor Mmmh... it's not the same. First, TextFX is an useful plugin, but it's messy. Second, it uses a classic window for Find & Replace, instead of an incremental search style, more pratical. PCRE seems to be an optimal solution, since Perl syntax is widely diffused, it is a "popular" library, it's written in C/C++ so is compatible with Notepad++ code, and it's full of features. ______________________________________________________________________ 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: 7 Date: Fri, 12 Jun 2009 14:28:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [notepad-plus - Help] Convert ANSI to UTF-8... ¿bug? To: nore...@sourceforge.net Message-ID: <7440921.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=7440921 By: davidwhiter Hi! I usually use Notepad ++ but I never had some errors in PHP when I convert some PHP files from ANSI encoding to UTF-8 whose origin was the insertion of some characters (? ??) at the start of files, invisible in Notepad++. Is it a bug? How do I solve it for next time? Thanks very much ______________________________________________________________________ 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, 12 Jun 2009 14:40:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: stylers.xml, Please help me To: nore...@sourceforge.net Message-ID: <7440951.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=7440951 By: royshoa Thanks Alot, i will try this... ______________________________________________________________________ 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: Fri, 12 Jun 2009 14:47:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to use OR in regular expression? To: nore...@sourceforge.net Message-ID: <7440967.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=7440967 By: korisu +1! I've been thinking this for a long while, and it'd be awesome to see some follow-up for it. I hate having to start up RegexBuddy just because I have to do a search/replace that's too complicated for Scintilla's engine. Could we please get some push for this in the main build? ______________________________________________________________________ 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: Fri, 12 Jun 2009 15:09:40 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug : Very Slow Find&Replace To: nore...@sourceforge.net Message-ID: <7441011.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=7441011 By: carlos917 I did start a thread "Navigating using the find all in current document" on June 8. It appears that you are facing a similar problem. There is something going on with the find/replace functions on n++ for large files. I am not a developer, so some of us would appreciate if someone with the right knowlege have a look at it to see if there is an easy fix. 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=331753 ------------------------------ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ------------------------------ _______________________________________________ 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 37, Issue 34 *************************************************