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 - Plugin Development] RE: What is about function list plug-in? (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: What is about function list plug-in? (SourceForge.net) 3. [notepad-plus - Open Discussion] Incremental Search Bug (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Incremental Search Bug (SourceForge.net) 5. [notepad-plus - Help] Bug report uncomment text block (SourceForge.net) 6. [notepad-plus - Open Discussion] Macro should abort if text not found (SourceForge.net) 7. [notepad-plus - Help] How to start two instances of Notepad++ (SourceForge.net) 8. [notepad-plus - Open Discussion] Macro should abort if text not found (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: JavaScript Macro plug-in 0.3.0 released (SourceForge.net) 10. [notepad-plus - Help] Unicode version and polish characters (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 26 Feb 2009 10:26:08 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: What is about function list plug-in? To: nore...@sourceforge.net Message-ID: <6535784.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=6535784 By: rupike Thank you! It is work fine! ______________________________________________________________________ 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: 2 Date: Thu, 26 Feb 2009 10:27:08 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: What is about function list plug-in? To: nore...@sourceforge.net Message-ID: <6535790.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=6535790 By: rupike When do you release next stable version of the plug-in? ______________________________________________________________________ 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: Thu, 26 Feb 2009 10:32:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Incremental Search Bug To: nore...@sourceforge.net Message-ID: <6535834.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=6535834 By: cobusk When I use incremental search to find a given word, and then want to click in the editor somewhere near an instance of that word, all the text from the first instance to the place where I clicked is selected and the editor jumps back to the first instance. In case that wasn't clear enough, here are some steps: 1. Press Ctrl+Alt+I to show incremental search. Do this in a nice big file to see the problem properly. 2. Now type a term that you would like to search for. The editor jumps with every character you type. 3. Once you see in the editor the word that you are looking for, press Enter to find the second instance and maybe a third, fourth or fifth one. 4. Now, click anywhere in the editor. Expected: Behave as in 4.8.2, namely the caret is placed where you clicked. Actual: The text is selected from the point where you clicked until the start of the first position your keyword was found. I am using 5.2 now, but have had the problem on all the 5.x versions. The last version I used before 5.0.1 was 4.8.2. Anyone else see this? Anyone know how to work around it or if there are plans to fix it? Is this the right forum for a bug fix request? Regards, Cobus Kruger ______________________________________________________________________ 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: Thu, 26 Feb 2009 10:34:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Incremental Search Bug To: nore...@sourceforge.net Message-ID: <6535854.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=6535854 By: cobusk Forgot to mention, I am using Windows XP SP2. ______________________________________________________________________ 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: Thu, 26 Feb 2009 10:48:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Bug report uncomment text block To: nore...@sourceforge.net Message-ID: <6536005.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=6536005 By: buhhunyx2 example. before uncomment //void main() // <- there is no space after "//" //{ // return 0; // <- there is space after "//" // } after uncomment by Ctrl+Shift+K: oid main() // <- there is no space after "//" return 0; // <- there is space after "//" } as a result N++ loses first symbol after comment sequence. ______________________________________________________________________ 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: Thu, 26 Feb 2009 10:53:08 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macro should abort if text not found To: nore...@sourceforge.net Message-ID: <6536061.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=6536061 By: cobusk When I use the find dialog to find text and subsequently press F3, it searches for the next instance of the search text. I'm happy with this. When a subsequent instance does not exist and I press F3, a message displays to tell me the text could not be found. I'm happy with this too. I'm not so happy when I try to use this in a macro. Take a very simple document (hyphens not in the document): one potato two potato three potato four ----------------------------- Now try this: Press Ctrl+F and type potato as the search term. Click Find a couple of times and see that it finds all three instances of the word potato. Now press Ctrl+Home to go to the very start of the document, and click on the Record Macro button. Press F3 (the first instance is selected) and press Delete to get rid of potato. Stop recording, leave the caret where it is and click the Play Macro button. As expected, the second instance of potato disappears and the caret is moved. Click the Play button once more and it kills off potato number 3. Well done. If you now click the Play button one more time, you get a message "Can't find the text: potato", which is what I expect, but click OK on that box and it still deletes whatever is there! So now my document looks like this: one two three four ----------------------------- Subsequent attempts to run the macro deletes the characters in the word "three". Imagine processing a large file with a macro like this and clicking Run until end of file in the place of the Play button. You then get a barrage of find errors followed by magical disappearing text. Not expected, and I don't believe this is something anyone will want. The point of pressing F3 in a macro is exactly that it will find and highlight the text you want to process. If you don't find the text, you cannot proceed with processing. Anyone agree? Regards, Cobus Kruger ______________________________________________________________________ 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: Thu, 26 Feb 2009 10:54:18 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] How to start two instances of Notepad++ To: nore...@sourceforge.net Message-ID: <6536080.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=6536080 By: rahulhameed Hi Friends, Notepad++ is a cool editor. I am just wondering how can you open two instance of notepad++ at the same time. Is it possible? I have seen for certain softwares you create some settings in the registry and can make this happen. Thank you for your time. Rahul Hameed ______________________________________________________________________ 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: Thu, 26 Feb 2009 12:27:47 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macro should abort if text not found To: nore...@sourceforge.net Message-ID: <6536895.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=6536895 By: cobusk When I use the find dialog to find text and subsequently press F3, it searches for the next instance of the search text. I'm happy with this. When a subsequent instance does not exist and I press F3, a message displays to tell me the text could not be found. I'm happy with this too. I'm not so happy when I try to use this in a macro. Take a very simple document (hyphens not in the document): one potato two potato three potato four ----------------------------- Now try this: Press Ctrl+F and type potato as the search term. Click Find a couple of times and see that it finds all three instances of the word potato. Now press Ctrl+Home to go to the very start of the document, and click on the Record Macro button. Press F3 (the first instance is selected) and press Delete to get rid of potato. Stop recording, leave the caret where it is and click the Play Macro button. As expected, the second instance of potato disappears and the caret is moved. Click the Play button once more and it kills off potato number 3. Well done. If you now click the Play button one more time, you get a message "Can't find the text: potato", which is what I expect, but click OK on that box and it still deletes whatever is there! So now my document looks like this: one two three four ----------------------------- Subsequent attempts to run the macro deletes the characters in the word "three". Imagine processing a large file with a macro like this and clicking Run until end of file in the place of the Play button. You then get a barrage of find errors followed by magical disappearing text. Not expected, and I don't believe this is something anyone will want. The point of pressing F3 in a macro is exactly that it will find and highlight the text you want to process. If you don't find the text, you cannot proceed with processing. Anyone agree? Regards, Cobus Kruger ______________________________________________________________________ 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: Thu, 26 Feb 2009 12:17:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: JavaScript Macro plug-in 0.3.0 released To: nore...@sourceforge.net Message-ID: <6536778.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=6536778 By: cchris The Microsoft installer would not run, because the ALL_USERS property is not set to 1, and the installer cannot provide a per-user installation. Since I don't have admin rights on my office machine, it looks like I cannot apply your fix, let alone test it. 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: 10 Date: Thu, 26 Feb 2009 11:53:56 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Unicode version and polish characters To: nore...@sourceforge.net Message-ID: <6536602.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=6536602 By: ghosty1337 Hi. I have problem with Notepad++ 5.2 Unicode version. I cannot enter polish characters. When I'm entering "?" (RIGHT ALT+A) I get "1" when ANSI encoding is set or "?" when any other encoding is set. In ANSI version of NPP everything is fine but some plugins are not available. Does anyone know what is wrong? ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ------------------------------ _______________________________________________ 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 33, Issue 55 *************************************************