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 - Help] RE: Language associations..xml, asp.net (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Clickable links (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Clickable links (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Clickable links (SourceForge.net) 5. [notepad-plus - Help] HTML help (SourceForge.net) 6. [notepad-plus - Help] RE: HTML help (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Bug, Horizontal scroll bar keeps smallest (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: File association (SourceForge.net) 9. [notepad-plus - Help] RE: Spell-Checker plug-in available (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: [FEATURE-WANTED] Ctrl-PgUp/Down switch ta (SourceForge.net) 11. [notepad-plus - Plugin Development] RE: bad link (SourceForge.net) 12. [notepad-plus - Plugin Development] RE: Simple scripting plugin in development (SourceForge.net) 13. [notepad-plus - Open Discussion] RE: Bug, Horizontal scroll bar keeps smallest (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sun, 18 Nov 2007 21:48:35 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Language associations..xml, asp.net 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=4630513 By: nobody An other question about the associations: How do you remove the association? If I do it from the file assocition dialog the explorer still shows the file type as Notepad++ and some other applications do have a problem with this. Even if I unnstall the Notepad++, the associations remains. Thanks JHe ______________________________________________________________________ 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: 2 Date: Sun, 18 Nov 2007 21:51:08 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Clickable links 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=4630517 By: vds2212 Thank you for you answer. I'll try to know more about scintilla in order to be able to make you some propositions :-) ______________________________________________________________________ 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: Sun, 18 Nov 2007 22:10:37 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Clickable links 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=4630535 By: vds2212 Could we imagine to let the user choose the regular expression that you use to parse the file and extract the url to open? If the string contains a protocol (http://, ftp://, file://) notepad++ could use that protocol to open the file. If the string do not contains any protocol notepad++ will use a default file:// protocol. I'm thinking about using "([a-z\.:]+[/\\].*)" that should match: "http://myhost.com/myscript.js" "file://C:/myfolder/myscript.js" "./myfolder/myscript.js" "C:\myfolder\myscript.js" But not: "hello" "tom:" " This is a sentence." Basically the string that contains a '/' or a '\' will be candidate for path. Tell me what you think about my proposition. Vivian. ______________________________________________________________________ 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: Sun, 18 Nov 2007 22:15:10 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Clickable links 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=4630540 By: vds2212 Post Script: My first version of the regular expression was not correct. I have tested the following one on scite which should then a better candidate: "([a-z\.:]+[/\\].*)" Vivian. ______________________________________________________________________ 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: Sun, 18 Nov 2007 23:18:44 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] HTML help 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=4630587 By: scr621 Hi all, I'm extremely new to this & have what may seem as a dumb question! Is it possible to create a clickable link 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=331754 ------------------------------ Message: 6 Date: Sun, 18 Nov 2007 23:32:22 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: HTML help 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=4630610 By: scr621 Ignore this I found my answer on another page!! ______________________________________________________________________ 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: 7 Date: Mon, 19 Nov 2007 00:31:20 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug, Horizontal scroll bar keeps smallest 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=4630665 By: harrybharry >If only it had ftp support, I could use it at work! It has? http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=245189 ______________________________________________________________________ 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: Mon, 19 Nov 2007 00:39:24 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File association 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=4630680 By: nobody At http://dougknox.com/xp/file_assoc.htm is .reg file to restore original file association for .bat files. Otherwise I like Notepad++, but removing of old file associations is not acceptable. ______________________________________________________________________ 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: Mon, 19 Nov 2007 00:52:27 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Spell-Checker plug-in available 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=4630701 By: scr621 I downloaded the plug-in but do not know how to within Notepad++ I followed the instructions below, but what do I do to get it to work within Notepad?? Latest Version: GNU Aspell-0.50.3 (win32) Full installer (Released Dec 22, 2002) Precompiled dictionaries: Installation: Install Aspell first, then run the wordlist setup. ______________________________________________________________________ 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: Mon, 19 Nov 2007 01:42:27 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: [FEATURE-WANTED] Ctrl-PgUp/Down switch ta 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=4630764 By: steve_boissiere I recently had a look at the NP++ code with a view to adding some commands. I also wanted to have them unmapped by default, since they were basically an alternative to existing commands. Unfortunately the way the commands are implemented right now seems to make this impossible. From what I could see every command has to have a menu entry, which is not really what you want when you have alternative forms of the same command. I'd love to be proved wrong about this 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 ------------------------------ Message: 11 Date: Mon, 19 Nov 2007 02:00:37 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: bad link 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=4630787 By: nobody About ctags.tmp files: you can define project directory and only one file will be generated. But I like the idea of automatic deletition of ctags.tmp files so I'll probably add it in the next version. 1. This was already implemented, but later removed. I'll reenable it. The newest unreleased version I'm using at home has it enabled, anyway ;) Just didn't release it yet. 2. You are probably refering to lack of 'X' button. ESC is the standard way to close any dialog. The problem is somewhat funny: if I add the 'X' button, I get a default windows icon, which looks ugly. And I didn't want to bother with the icon. Regards, Bostjan ______________________________________________________________________ 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: 12 Date: Mon, 19 Nov 2007 02:43:57 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Simple scripting plugin in development 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=4630847 By: dv__ About scripting functions. Please look at the AWK (or GAWK) - it has VERY usefull functions and functionality such as gsub(), index(), split(), sprintf(), substr(), $0 ($1, $2, ...) and so on. It would be great if you implement such features in your 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: 13 Date: Mon, 19 Nov 2007 05:57:18 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug, Horizontal scroll bar keeps smallest 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=4631125 By: harrybharry I figured out a way (not neccessarily the best) to quickly resize the scrollbar depending only on the text that is currently visible (ie the visible lines). When you type or scroll, afterwards the scrollbar will change to what will be visible. It seems alot faster than looping through the entire file and getting the maximum length when the files get large (Notepad_plus.cpp for example ;). It now behaves like Visual Studio. Don, do you think its worthwhile if I would upload a patch or something so you can integrate it? It's small if it goes in directly but requires more effort if you make it a setting. Or atleast fix the current implementation where you use the letter 'P', it seems to fail with stylers and zooming ;) ______________________________________________________________________ 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 18, Issue 53 *************************************************