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] Poor search functionality (SourceForge.net) 2. [notepad-plus - Help] RE: how to define function list for this? (SourceForge.net) 3. [notepad-plus - Help] RE: how to define function list for this? (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: mShell language support (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: mShell language support (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Poor search functionality (SourceForge.net) 7. [notepad-plus - Help] Strange IE 7 Cookie problem (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Notepad++ Portable falling behind (SourceForge.net) 9. [notepad-plus - Open Discussion] Is NPP support Azerbaijani language? (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Feature Req: Changing view encoding (SourceForge.net) 11. [notepad-plus - Open Discussion] TreeView (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 04 Dec 2007 20:21:30 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Poor search functionality 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=4659590 By: nobody I just downloaded v4.6. The function to search text in the files is poor especially if you ask it to search a large folder. The program hangs and some times does not even recover. Bit disappointed. ______________________________________________________________________ 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: Tue, 04 Dec 2007 18:55:33 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to define function list for this? 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=4659540 By: nobody I have encountered another difficulty. I have tried to filled up "Body End" field with "===", "/<===/>" or "=== [ /t], but nothing in the list. However, when I empty the "Body End", the list appears, but not with full list, just showing alternative items only. Anyone can help? Thanks in advance. ______________________________________________________________________ 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: Tue, 04 Dec 2007 23:51:20 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to define function list for this? 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=4659722 By: nobody Ok, I have now the solution: Group 1 change Body End to "===" Sub-group 2 change Function Begin to "\+\+[ \t]+" and Body End to "\+\+\+" Now Group 1 should be shown on "Try!". The sub group will be shown after restart Notepad++. This is a bug on my side. BTW: You can exchange now "a-zA-Z0-9" with "\w" and " \t" with "\s". Best Regards Jens ______________________________________________________________________ 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: Wed, 05 Dec 2007 00:33:50 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: mShell language support 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=4659763 By: nobody Hi AlbatroS, copy this into your userDefineLang.xml. It's just a start point. You can edit it later. <UserLang name="nShell" ext="m"> <Settings> <Global caseIgnored="no" /> <TreatAsSymbol comment="yes" commentLine="no" /> <Prefix words1="no" words2="yes" words3="no" words4="no" /> </Settings> <KeywordLists> <Keywords name="Delimiters">"00"00</Keywords> <Keywords name="Folder+"></Keywords> <Keywords name="Folder-"></Keywords> <Keywords name="Operators">- ! # ( ) , ; [ ] { } + < = ></Keywords> <Keywords name="Comment"> 1/* 2*/ 0//</Keywords> <Keywords name="Words1">if while end then else function break do until use for try catch return</Keywords> <Keywords name="Words2">proc. app. phone. gsm. cam. audio. sms. obex. msg. mms. net. comm. bt. contacts. agende. math. bigint. vibra. ui. graph. zip. time. system. io. files. array.</Keywords> <Keywords name="Words3">print lower trim edit const</Keywords> <Keywords name="Words4">true false null and in by</Keywords> </KeywordLists> <Styles> <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" /> <WordsStyle name="KEYWORD2" styleID="6" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="KEYWORD3" styleID="7" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="KEYWORD4" styleID="8" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="COMMENT" styleID="1" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="COMMENT LINE" styleID="2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="DELIMINER1" styleID="14" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> </Styles> </UserLang> Best regards, Simon ______________________________________________________________________ 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: Wed, 05 Dec 2007 00:39:45 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: mShell language support 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=4659770 By: nobody Hi again, this version allows code folding. Have fun! <UserLang name="mShell" ext="mshell"> <Settings> <Global caseIgnored="no" /> <TreatAsSymbol comment="yes" commentLine="no" /> <Prefix words1="no" words2="yes" words3="no" words4="no" /> </Settings> <KeywordLists> <Keywords name="Delimiters">"00"00</Keywords> <Keywords name="Folder+">if do for</Keywords> <Keywords name="Folder-">end until</Keywords> <Keywords name="Operators">- ! # ( ) , ; [ ] { } + < = ></Keywords> <Keywords name="Comment">1/* 2*/ 0//</Keywords> <Keywords name="Words1">then else function break do until use try catch return</Keywords> <Keywords name="Words2">proc. app. phone. gsm. cam. audio. sms. obex. msg. mms. net. comm. bt. contacts. agende. math. bigint. vibra. ui. graph. zip. time. system. io. files. array.</Keywords> <Keywords name="Words3">print lower trim edit const</Keywords> <Keywords name="Words4">true false null and in by</Keywords> </KeywordLists> <Styles> <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" /> <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" /> <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" /> <WordsStyle name="KEYWORD2" styleID="6" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="KEYWORD3" styleID="7" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="KEYWORD4" styleID="8" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="COMMENT" styleID="1" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="COMMENT LINE" styleID="2" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="DELIMINER1" styleID="14" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" /> </Styles> </UserLang> Simon ______________________________________________________________________ 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: 6 Date: Wed, 05 Dec 2007 00:44:09 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Poor search functionality 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=4659774 By: nobody Me too, Notepad++ is mainly an editor. Use it for that, and you won't be disappointed. :s Perhaps you could reduce your set of searched files by applying an extension (filter). ______________________________________________________________________ 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: Wed, 05 Dec 2007 02:23:15 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Strange IE 7 Cookie problem 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=4659880 By: nobody Hi I am a new user of Notepad++. I was excited to find it and replace the default Notepad on my XP box. It is working beautifully except for one small problem that I hope y'all can assist with. Since replacing notepad with Notepad++, my IE 7 will not save cookies properly. I can be logged in say to eBay. If I open a new tab, I have to relogin again. When I go to open a cookie, I get the following error message: Windows can not access the specified device, path, or file. You may not have the appropriate permission to access the item. As I am running as Administrator and have no problems with accessing other items, and this just started when I ran the script to replace Notepad++ in Windows/System32 then I can only surmise it is because of this. I can always reverse and go back to notepad since I did back it up. However, has anyone else had this problem, and can they offer me a possible solution? I greatly appreciate it. Thanks:) TJ ______________________________________________________________________ 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: Wed, 05 Dec 2007 03:22:41 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ Portable falling behind 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=4659946 By: dv__ When I want Notepad++ on another PC, I always copy its whole folder and never use the installer. Thus, I have a working copy of Notepad++ with all my specific settings. But your original Notepad++ must be initially unpacked from the zip-archive. Because if you use the installer, Notepad++ may store its settings in different folder than Notepad++'s 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=331753 ------------------------------ Message: 9 Date: Wed, 05 Dec 2007 05:20:39 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Is NPP support Azerbaijani language? 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=4660104 By: nobody Hi, I like NPP but when try to type in Azeri it paste the question marks instead of symbols. But windows notepad work with it without any problems. Should I forget about NPP and use the notepad ? :) 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 ------------------------------ Message: 10 Date: Wed, 05 Dec 2007 06:17:38 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature Req: Changing view encoding 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=4660190 By: nobody +1! I'm also wiil be glad to see this functionality, especially DOS-866 codepage support, ______________________________________________________________________ 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: Wed, 05 Dec 2007 06:49:04 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] TreeView 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=4660247 By: nobody Could anybody tell me please if I could have a treeview of the files and subdirectories as a side bar? thanx ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 ------------------------------ _______________________________________________ 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 19, Issue 13 *************************************************