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] RE: Macro (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: NEW FEATURES (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Vertical scrolling below last line imposs (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: "DonHo" should be fired (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Is support for unicode filename in the pl (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: Need input on the future of Simple Script (SourceForge.net) 7. [notepad-plus - Help] Spell Checker (portable) (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Vertical scrolling below last line imposs (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: "DonHo" should be fired (SourceForge.net) 10. [notepad-plus - Open Discussion] Conditional hiding of tab bar (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: Conditional hiding of tab bar (SourceForge.net) 12. [notepad-plus - Open Discussion] RE: Macro (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 10 Jan 2008 12:43:37 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Macro 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=4714742 By: nobody The requester also wants to delete the tags themselves. Is this optional in the function you mention? Or should this be done by additionally deleting the string consisting of both tags? ______________________________________________________________________ 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: Thu, 10 Jan 2008 12:45:41 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NEW FEATURES 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=4714743 By: nobody I SUGGEST YOU READ THE FORUM FIRST TO FIND IF THERE'S ANYTHING ABOUT THE THINGS YOU REQUEST. You could search for style + background color. You could search for macro + delete. ______________________________________________________________________ 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: Thu, 10 Jan 2008 12:47:06 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Vertical scrolling below last line imposs 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=4714746 By: nobody Scintilla natively supports scrolling one page below the last line, although in Notepad++ this is turned off (the scrollbar probably adjusts to that automatically). It may be a small help to select the very last line, but it makes ensuring your file has a newline at the end more difficult. As always, it probably ends up being a personal preference if it being turned on or off (if you read in the forums you see many (heated) discussions about things being not the way they should be or being changed into something not as it should be, with a few replies stating it exactly IS as it should be). An option may be, well, an option, but having too many options doesn't make life much easier, is error prone and maybe confusing. On a side note, there always the Feature Requests tracker, I think that works more effectively that posting it in the forums as it allows the maintainer to very clearly state if it is going to be denied or if it is considered. Also, if you log in you get this nice automated email if anything changes about the request :). -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: 4 Date: Thu, 10 Jan 2008 12:49:39 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: "DonHo" should be fired 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=4714750 By: nobody *Better yet, you seem to know exactly what to do, so create your own bug-free app from scratch. Although from your SF profile, it seems that you're involved in an entire zero projects, so I'll stick with my success here.* https://sourceforge.net/forum/message.php?msg_id=4609182 He is a "master/professional C programmer", sure he can create his own bug-free text editor to beat notepad++! Wait and see :) ______________________________________________________________________ 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, 10 Jan 2008 12:55:53 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Is support for unicode filename in the pl 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=4714758 By: nobody The problem with Unicode filenames is that Notepad++ is designed to run under non Unicode (eg Windows 98) OS'es as well. This means a lot of work has to be done in order to make the application work reliable in both environments (ANSI and Unicode). If you want to change Notepad++ behavior with file loading, check out Notepad_plus.cpp and Parameters.cpp. First file does the actual loading, the second is more concerned with sessions and history. Theres also all the controls that display the filename or make use of the filename so it goes pretty deep. You also have to keep compatibility with plugins, they expect filenames to be ANSI. -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: 6 Date: Thu, 10 Jan 2008 12:56:49 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Need input on the future of Simple Script 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=4714761 By: fidvo This would actually more appropriately fall into the Code Snippet category than the Template category, since you would want it to operate on the selected text instead of creating a new document. I think I understand what you're saying. I would need a new function. We'll call it "enclose" for now (it's just the first thing I thought of, because we're Enclosing the text in other text). It would take a single string as a parameter. The function to do what the above poster wants would then be something like the following: enclose("<a href=\q<%Text%>\q><%Text%></a>") It would take the full text and stuff it in anywhere it encounters "<%Text%>", then replace the document (in this case, just a small piece of selected text) with the result. The name of the function and the syntax are open for discussion. ______________________________________________________________________ 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: Thu, 10 Jan 2008 13:07:55 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Spell Checker (portable) 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=4714783 By: nobody Is there some way to make Spell Checker plugin work without installations? I'm using Notepad++ as portable software. Search gives me no results (in a way of portability). 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=331754 ------------------------------ Message: 8 Date: Thu, 10 Jan 2008 13:27:51 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Vertical scrolling below last line imposs 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=4714811 By: nobody I notice scrolling beyond the last line is also possible in the diff tool that comes with Tortoise SVN. This does not adjust the size of the scrollbar, so it will still reflect the size of the window pane relative to the file, but then, of course, it doesn't correctly reflect the position in it (it doesn't move anymore). ______________________________________________________________________ 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, 10 Jan 2008 13:31:58 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: "DonHo" should be fired 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=4714815 By: nobody I guess it will be in the W8N version of C. ______________________________________________________________________ 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: Thu, 10 Jan 2008 13:34:14 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Conditional hiding of tab bar 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=4714818 By: nobody I was looking around for an option to only show the tab bar when I have two or more files open, but I couldn't find any. I noticed you added a "-notabbar" command line option, but for that I would have to decide ahead of time whether or not I would open only one file. ______________________________________________________________________ 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: Thu, 10 Jan 2008 13:39:34 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Conditional hiding of tab bar 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=4714826 By: nobody It might have been helpful if you had replied to an earlier message/discussion about this. This would bring the subject back in focus, including its history. ______________________________________________________________________ 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: Thu, 10 Jan 2008 13:43:28 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Macro 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=4714833 By: fidvo The deletebetweentags function works on a character basis rather than a line basis. It was designed for the purpose of stripping out HTML tags. By using offsets, you can have it include or exclude the text of the tags themselves. Unfortunately, it's not working correctly at the moment, so I need to fix it. I'll have it fixed by the 1.1 version. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ------------------------------ _______________________________________________ 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 52 *************************************************