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 - Plugin Development] RE: New Explorer Plugin v1.6.2 released (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5 (SourceForge.net) 3. [notepad-plus - Open Discussion] Column mode is slow (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: Function list (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.5.1 (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.5.1 (SourceForge.net) 7. [notepad-plus - Open Discussion] New Item IDs (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: New Item IDs (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5 (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: New Item IDs (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5 (SourceForge.net) 12. [notepad-plus - Plugin Development] RE: New Explorer Plugin v1.6.2 released (SourceForge.net) 13. [notepad-plus - Open Discussion] Search In Notepad++ (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 19 Jan 2008 02:40:59 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: New Explorer Plugin v1.6.2 released 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=4730559 By: nobody Great improvements. The file list is displayed much quicker now! Thank you. The explorer plugin and the ftp plugin have to be integrated in notepad++ :) ______________________________________________________________________ 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: Sat, 19 Jan 2008 03:28:12 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5 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=4730594 By: donho Create a new gup.xml in your updater folder with the followings line : <?xml version="1.0" ?> <GUPInput> <Version>4.75</Version> <InfoUrl>http://notepad-plus.sourceforge.net/commun/update/getDownLoadUrl.php</ InfoUrl> <ClassName2Close>Notepad++</ClassName2Close> <MessageBoxTitle>Notepad++ update</MessageBoxTitle> <SilentMode>no</SilentMode> </GUPInput> Let me know if it work now. 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: 3 Date: Sat, 19 Jan 2008 03:53:48 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Column mode is slow 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=4730617 By: nobody Inserting a character in Column Mode seems to use an algorithm of order N^2, which means doubling the number of selected rows takes 4 times as long until N++ has finished. Column mode works fine, if the number of rows is not too high. But if I insert in an empty column of 1000 rows a single character each row, this will take about 35 seconds on my 2.8GHz machine. Columns of 2000 rows, as I need them often, are not feasible. (For that reason at least changing the default cursor to an hourglass cursor would be nice to indicate N++ is still at work and not frozen.) Maybe I overlooked something? ______________________________________________________________________ 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: Sat, 19 Jan 2008 04:06:51 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Function list 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=4730622 By: boskop >After an upgrade to NPP 4.7 I missed the FunctionList Plugin and reinstalled version 1.2. >Now the the defined functions are shown again, but the definions in the "User defined"-dialog disappeared. I can confirm this. After updating to 4.7.5, reinstalling function list 1.2 and copying the insertExt.ini all functions in user defined languages er listed the same way as before. When opening the "user rules" window I get a dropdown list with "user defined language" on top and 3 blank lines (I have 3 user defined languages). ______________________________________________________________________ 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: Sat, 19 Jan 2008 04:49:10 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.5.1 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=4730658 By: nobody Under General settings you can uncheck "Use explorer icons" or something similar which make the plugin use default icons (rather ugly but more reliable afaik). See if checking/unchecking makes any difference. Also please try without keep alive and see if that helps (if you do many operations yourself the server probably wont disconnect too soon). As for Drag N Drop, thats needs some modifications in Notepad++ itself in order to work. I like to finish some stuff up before attempting to modify Notepad++, so its not going to happen soon but it's on my list ;). Also, does the CPU suage drop if you were to hide all the dockable windows? -Harry ______________________________________________________________________ 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: Sat, 19 Jan 2008 06:59:10 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.5.1 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=4730790 By: nobody Thank you Harry. BTW I had not keep alive enabled. I disabled "use explorer icons" now. Hope Drag N drop will be soon there. The problem is that I have to switch a few times to my ftp client to add files. I will keep you informed about CPU usage. Thank you very much for this great plugin. ______________________________________________________________________ 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: Sat, 19 Jan 2008 06:59:41 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New Item IDs 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=4730791 By: m-a-r-k Don Can we have item ids for "Block comment" and "Block uncomment" please. Can't see them in english.xml file. Thanks Mark B ______________________________________________________________________ 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: 8 Date: Sat, 19 Jan 2008 07:34:40 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New Item IDs 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=4730810 By: nobody Try poking around here: http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/PowerEditor/src/menu CmdID.h?revision=110&view=markup ;) 42035 42036 methinks -Harry ______________________________________________________________________ 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: Sat, 19 Jan 2008 08:27:31 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5 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=4730859 By: nobody Create a new gup.xml in your updater folder with the followings line : <?xml version="1.0" ?> <GUPInput> <Version>4.75</Version> <InfoUrl>http://notepad-plus.sourceforge.net/commun/update/getDownLoadUrl.php</I nfoUrl> <ClassName2Close>Notepad++</ClassName2Close> <MessageBoxTitle>Notepad++ update</MessageBoxTitle> <SilentMode>no</SilentMode> </GUPInput> Let me know if it work now. 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: Sat, 19 Jan 2008 09:13:00 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New Item IDs 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=4730892 By: m-a-r-k That's handy Harry ;-) Thanks, and now added to my context menu. Mark B ______________________________________________________________________ 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: Sat, 19 Jan 2008 09:38:58 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5 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=4730918 By: m-a-r-k I don't know how long this has been happening, but when I 'Clone to another view' and am in word-wrapped mode, the line wrap symbol isn't shown in the second (bottom) view. What's more the lines are 1 character longer (in other words the next character is show on the line rather than the wrap symbol.) This also occurs with 'Go to another view'. Another Scintilla word-wrap bug? Mark B ______________________________________________________________________ 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: Sat, 19 Jan 2008 10:10:07 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: New Explorer Plugin v1.6.2 released 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=4730948 By: m-a-r-k Jens, I take it you're not seeing this? It just makes it hard for me to work out what the icons do :-)) Mark B ______________________________________________________________________ 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: 13 Date: Sat, 19 Jan 2008 10:25:47 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Search In Notepad++ 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=4730963 By: nobody This is the only real flaw I have found in Notepad++ and that is that when searching you cannot search for something with a new line, for instance: If I wanted to search for "hello e v e r y o n e" I couldn't do it. Or If I wanted to search for a word and then replace it with a new line or some text and a new line I couldn't do it. This is just a sort of suggestion for later versions. Great programme though. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ------------------------------ _______________________________________________ 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 20, Issue 85 *************************************************