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 - Open Discussion] RE: How to fold sql? (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Crazy use of CPU on 5.4.3 (SourceForge.net) 3. [notepad-plus - Open Discussion] Single line comment/uncomment (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Feature Request:Minimize on last document (SourceForge.net) 5. [notepad-plus - Plugin Development] Broken Link (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: feature request ... leave windows open (SourceForge.net) 7. [notepad-plus - Plugin Development] Unicode (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: Unicode (SourceForge.net) 9. [notepad-plus - Help] RE: User Defined Language (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Crazy use of CPU on 5.4.3 (SourceForge.net) 11. [notepad-plus - Plugin Development] RE: Broken Link (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 23 Jun 2009 08:57:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How to fold sql? To: nore...@sourceforge.net Message-ID: <7459173.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=7459173 By: cchris There are three ways: * Create a user defined language that mimicks SQL, and add proper folding to it * Change the code in LexMySQL.cxx and build your own SciLexer.dll, then rebuld Notepad++.exe * Develop aan external lexer plugin that will implement the lexing and folding. Neither is too user friendly, but that's how Scintilla is designed. 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: 2 Date: Tue, 23 Jun 2009 09:50:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Crazy use of CPU on 5.4.3 To: nore...@sourceforge.net Message-ID: <7459248.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=7459248 By: donho You're welcome. Could you confirm me the culprit is FunctionList plugin? Which version is 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=331753 ------------------------------ Message: 3 Date: Tue, 23 Jun 2009 10:45:27 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Single line comment/uncomment To: nore...@sourceforge.net Message-ID: <7459329.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=7459329 By: cchris Idea #17 on IdeaTorrent is about single line comment toggle without selecting the line. Some macros were proposed on IdeaTorrent. I'll chime in with mine (only one for toggling). <Ctrl+D>//in case something is selected, it won't be destroyed <Enter> //break line to restore cursor pos later <Ctrl+Shift+Backspace>//remove indent <Up Arrow>//back to line <Shitf+Right Arrow>//select something <Ctrl+Q>//toggle comment <End> <Delete>//join with remainder of line, restoring caret position Since the problem appears to be solved, ok to delete idea? 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: 4 Date: Tue, 23 Jun 2009 13:30:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature Request:Minimize on last document To: nore...@sourceforge.net Message-ID: <7459572.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=7459572 By: paragpdoke I would also like to have this feature implemented in Notepad++. -Parag Doke ______________________________________________________________________ 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: Tue, 23 Jun 2009 15:09:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Broken Link To: nore...@sourceforge.net Message-ID: <7459747.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=7459747 By: niall15 Hi I'm interested in building a Plugin so I tried to get the header PluginsInterface.h, I finally got it by downloading the full source code but it did not matter which link to PluginsInterface.h I tried I got either a 404 in IE or PowerEditor/src/MISC/PluginsManager/PluginsInterface.h: unknown location in Firefox. Cheers Niall ______________________________________________________________________ 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: Tue, 23 Jun 2009 15:14:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: feature request ... leave windows open To: nore...@sourceforge.net Message-ID: <7459754.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=7459754 By: clyfton Thanks, I tried both File Switcher and Window Manager. File Switcher wouldn't help me because I have to call it up every time ... it doesn't stay open and available ... so it has the same limitation as Notepad++ embedded Windows function. Window Manager would be perfect but I notice that it crashes Notepad++ after an hour or so of heavy use. If the embedded Windows function was made dockable that would be ideal. Cliff ______________________________________________________________________ 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: Tue, 23 Jun 2009 15:22:59 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Unicode To: nore...@sourceforge.net Message-ID: <7459773.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=7459773 By: niall15 Hi This is probably a silly question but here goes. I downloaded the example Delphi template dll, compiled it, and tried to add to NPP. It failed saying it was an ANSI plugin. No suprise there as it was compiled in Delphi 7. However as I haven't migrated to Delphi 2009 (unicode) yet how does NPP tell what type of plugin is loading?? Cheers Niall ______________________________________________________________________ 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: 8 Date: Tue, 23 Jun 2009 15:57:18 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Unicode To: nore...@sourceforge.net Message-ID: <7459834.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=7459834 By: davegb3 Niall, There's a function you implement - BOOL isUnicode(). If this returns TRUE, guess what? :) Beware that you'll need to pass wchar_t* rather than char* and receive wchar_t* for the various message calls though (in MSVC you can use the TCHAR type in tchar.h, then define the _UNICODE macro - or select "Use Unicode libraries" in the project settings - and it will use wchar_t) - I know nothing of delphi, so can't tell you what you need to do for that. Dave. ______________________________________________________________________ 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: 9 Date: Tue, 23 Jun 2009 16:07:56 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined Language To: nore...@sourceforge.net Message-ID: <7459859.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=7459859 By: cryonium Hi there :) I created it under View > User Define Dialog And yes, I'm currently using N++ 5.4.3 And no, the file was not created. I looked in %APPDATA% and N++ folder and I did not saw it. Correct me if I'm looking at the wrong place. And thanks for the reply :) ______________________________________________________________________ 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: Tue, 23 Jun 2009 16:39:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Crazy use of CPU on 5.4.3 To: nore...@sourceforge.net Message-ID: <7459900.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=7459900 By: carlos917 Don, First of all I was using FunctionList_2_0_Uni_dll.zip. It is hard to say for sure, but this is what I have observed: - n++ 5.3.1: it appears that some delay is associated with n++, because I did a test removing all the plugging directories and n++ still showed some delays after the file was open. - n++5.4.3: once the FunctionList is installed, opening a 100 Meg file takes more than 60 seconds after the window shows the first page. In addition, once that the FunctionList is called the memory usage is about 2.4 timed of the original memory required to open the file, and the memory is not released when the FunctionList is closed. After the test, I removed the components of the FunctionList but now n++ is behaving badly again. That is 60 seconds to open the large file. Something is written somewhere that I?m not removing. I use the ?uninstall? and remove all the n++ folders and did a clean installation and now n++ is working fine again. The FunctionList write something that messes up the behavior of n++. Hope this help. carlos ______________________________________________________________________ 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, 23 Jun 2009 16:42:18 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Broken Link To: nore...@sourceforge.net Message-ID: <7459907.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=7459907 By: cchris Try the links from http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Development and copy/bookmark them. They don't display in IE6, but Firefox can deal with the contents. This is an SF issue. 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 ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 60 *************************************************