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] Styler Configurator (SourceForge.net) 2. [notepad-plus - Help] RE: Editing multiple lines at same time (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Feature Request - Improved Code Completion (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Create a link in an HTML file (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: color picker (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.2 final release (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Create a link in an HTML file (SourceForge.net) 8. [notepad-plus - Help] RE: No context menu on Vista 64 bit (SourceForge.net) 9. [notepad-plus - Open Discussion] Clickable Link Setting, include a copy-url (SourceForge.net) 10. [notepad-plus - Help] RE: Any way to default to a certain template? (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.2 final release (SourceForge.net) 12. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.2 final release (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 04 Jan 2008 08:19:35 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Styler Configurator 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=4702221 By: nobody Hi I have updated to the latest version (4.7.2) and also downloaded the User Manual. In the User Manual, the styler configurator is shown to be quite different (p13 in the PDF version).. and much more the kind of thing I was expecting to see. The Styler configurator that comes from Settings->Stlyer Configurator is quite different Am I missing something? Is there a way to get the Configurator shown in the userManual? 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: 2 Date: Fri, 04 Jan 2008 08:31:18 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Editing multiple lines at same time 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=4702237 By: fidvo Or you could use the Simple Script plugin. (Disclaimer: I'm the developer of Simple Script) I added the beginline and endline functions specifically for tasks like this, because I find it easier to remember a single function name than the syntax for the regular expression. In this case, the script would be: beginline("rmdir /s /q ") ______________________________________________________________________ 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, 04 Jan 2008 08:35:12 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature Request - Improved Code Completion 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=4702243 By: ammo99 I can't believe at the number of posts I have read with people requesting legitamate features, or ones they would like to see - only being responded to by some moronic people who seem to have nothing better to do. I really don't understand why they even bother to respond, as it serves no benefits to anyone. The forum may contain its more professional people if usernames are compulsory and ability is given to administrators to ban these useless posters. I too would like to see the original posters features added - I am sure it would make the application much more appealing. ______________________________________________________________________ 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: Fri, 04 Jan 2008 08:42:23 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Create a link in an HTML file 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=4702252 By: fidvo Sounds like a variation of the macro trick I discovered to add tags around the selected text. Note: It leaves the link on the clipboard. The steps to record the macro are: Highlight the link Macro -> Start Recording CTRL-X (to Cut) Type: <a href=" CTRL-V (to Paste) Type: "> CTRL-V (to Paste again) Type: </a> Macro -> Stop Recording Save it to your desired keyboard shortcut using: Macro -> Save current recorded macro You should then be able to use it as often as needed. ______________________________________________________________________ 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, 04 Jan 2008 09:03:00 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: color picker 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=4702293 By: fidvo If you're working in Delphi, I recommend downloading the source code for either the DBGP plugin or the Simple Script plugin and working from that. In fact, I would recommend downloading both so you can compare them to see what parts are necessary and what parts are specific to the plugins themselves. I'm the author of Simple Script, so I'm most familiar with it and therefore my instructions below assume you're using Simple Script as a template to work from. Basically, in your new project you need to include everything in the \lib subfolder, get rid of the units in the base folder that you don't need, then rename and modify simplescriptplugin.pas to handle the menu setup, the messages to Notepad++, and opening the forms. Read this post for more clarification: http://sourceforge.net/forum/forum.php?thread_id=1889259&forum_id=482781 Note: If you plan to make a dockable form, Simple Script has some issues at the moment, so be careful about using it as an example of creating a form. I 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=482781 ------------------------------ Message: 6 Date: Fri, 04 Jan 2008 09:35:53 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.7.2 final release 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=4702329 By: nobody hey where is the function list. I upgraded from 4.6 now it is missing. :D anyway great work. ______________________________________________________________________ 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, 04 Jan 2008 09:52:37 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Create a link in an HTML file 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=4702353 By: franzemmanuel Thank you Fidvo, it works real good ! Have a beautiful year 2008 FranzEmmanuel ______________________________________________________________________ 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: Fri, 04 Jan 2008 10:17:59 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: No context menu on Vista 64 bit 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=4702398 By: perunaion >From what I've read because Vista is x64, it requires that the Explorer >extensions also be in x64. Since NPP is 32bit, it will only show up in 32bit programs who try to load the context menu. As I understand it, this is an issue that can really only be addressed by creating/updating the NPP extension to 64bit. -- Danny. ______________________________________________________________________ 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, 04 Jan 2008 10:22:15 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Clickable Link Setting, include a copy-url 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=4702404 By: perunaion The Clickable Link Setting in Preferences -> MISC, should include either an option, or by default, a right-click item to 'copy-url' to the clipboard. Although the click-able link will be displayed and can be clicked on (it doesn't seem to do anything on my machine, could just be me) it'd be nice to have an item on the context menu to allow one to copy the detected url to the clipboard. -- Danny. ______________________________________________________________________ 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: Fri, 04 Jan 2008 10:34:51 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Any way to default to a certain template? 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=4702418 By: fidvo To save some steps, you could add your templates to your Favorites in the Explorer 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=331754 ------------------------------ Message: 11 Date: Fri, 04 Jan 2008 10:38:35 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.7.2 final release 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=4702421 By: nobody The proxy issue still exists in this version too. Using the zipped bin files, manually creating the "updater" folder for the GUP, and entering the proxy info in the gupoptions.xml causes an error that it "could not resolve the proxy. Host not found." The proxy and port entered are correct (as used in IE and Firefox). ______________________________________________________________________ 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: Fri, 04 Jan 2008 12:05:00 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v4.7.2 final release 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=4702595 By: nobody Hi Don, Thanks for your hard work! I'm using v4.6 for a while and pretty satisfied with it. Just tried v4.7.2 and noticed an issue. With previous v4.6, I enabled NPP to remember all files for next time so that I don't both to re-open them one by one, but it looks like even an upgrade installation doesn't keep this file list. I didn't see any files re-opened in v4.7.2. And I tried to use my session file (with .session as extension) in v4.7.2, again nothing comes out. This feature works very well in v4.6. It's very easy to duplicate this problem. there might be a glitch when new version trying to load from file list. Thanks, Junjiang ______________________________________________________________________ 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 2005. 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 20 *************************************************