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] Support for Rails files -mix of html and ruby (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: Suggestion: press one button to compile (SourceForge.net) 3. [notepad-plus - Help] RE: Change cursor style? (SourceForge.net) 4. [notepad-plus - Help] RE: Change cursor style? (SourceForge.net) 5. [notepad-plus - Help] RE: Change cursor style? (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: Need input on the future of Simple Script (SourceForge.net) 7. [notepad-plus - Open Discussion] Toolbar icon bug (SourceForge.net) 8. [notepad-plus - Help] RE: Globally Remove HTML Comments (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: MultiClipboard 1.3.1 (SourceForge.net) 10. [notepad-plus - Help] Help in orthography (SourceForge.net) 11. [notepad-plus - Plugin Development] RE: Need input on the future of Simple Script (SourceForge.net) 12. [notepad-plus - Plugin Development] RE: New Explorer Plugin v1.6.2 released (SourceForge.net) 13. [notepad-plus - Help] RE: Help in orthography (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 19 Jan 2008 12:53:26 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Support for Rails files -mix of html and ruby 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=4731105 By: lorriman Hi folks, I was wondering if support for rhtml files is planned? It is a mix of html and ruby, rather like php. It is basically html, and one embeds ruby with opening with <% or <%= and <%=h, and then closing with %> or -%>. The only restriction I know of is that if you start a comment (with #) one must close on the next line. I believe it is as simple as that. All us Ruby on Rails developers would be very grateful. I use notepad++ even despite the lack of syntax highlighting. thanks, Greg ______________________________________________________________________ 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: Sat, 19 Jan 2008 17:02:52 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Suggestion: press one button to compile 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=4731312 By: nobody Hi: 1. Plugins => NppExec => Save all files on execute 2. Ctrl-F6 to save all and run the current batch file. Best wishes Idris ______________________________________________________________________ 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: 3 Date: Sat, 19 Jan 2008 17:42:55 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Change cursor style? 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=4731341 By: nobody Sorry about the bounce, but I have the same exact problem, and it's driving me nuts. It's not just cosmetic, because I can't insert a character between two others anymore. Instead it will always replace the selected one. This makes Notepad++ unusable to me. :( Help, please? Philippe ______________________________________________________________________ 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: 4 Date: Sat, 19 Jan 2008 18:53:48 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Change cursor style? 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=4731378 By: nobody Push the Insert button; it toggles between insert and overwrite mode. Has nothing to do with Npp per~se. Best wishes Idris ______________________________________________________________________ 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: 5 Date: Sat, 19 Jan 2008 19:23:26 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Change cursor style? 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=4731397 By: nobody Thank you very much! Philippe ______________________________________________________________________ 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, 20 Jan 2008 01:20:25 -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=4731571 By: nobody (1) Tiny changes: + make the description area and the tree view resizable + if we could somehow parse the source code (even as simply as the function-list plugin does) your simple script GUI controls are a way of displaying class methods and variables with a documentation snippet as well! (2) Major feature: + is there some way for it to trap keyboard entries of characters like '.' or phrases like '->'? This will ensure that we can write simple-script to make custom "intellisense" or intelligent auto-complete help pop-up etc. I would have written the code, but for the fact that I am not well-versed with C++ If anything like this is already there, kindly point it out. A BIG Thanks !! (to both Don and you) ______________________________________________________________________ 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: Sun, 20 Jan 2008 01:32:29 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Toolbar icon bug 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=4731588 By: nobody It happened to me a couple of times trying to save an edited file: accidentally right-clicked and then left-clicked (with mouse right button still pressed), the save icon remains down freezing the editor (I can still add code to the file but unable to do anything else). ______________________________________________________________________ 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: Sun, 20 Jan 2008 02:17:18 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Globally Remove HTML Comments 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=4731617 By: nobody What about if u write some code that is not open-source, maybe then u would like to remove all the comments ______________________________________________________________________ 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: Sun, 20 Jan 2008 02:20:57 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: MultiClipboard 1.3.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=4731618 By: nobody 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=482781 ------------------------------ Message: 10 Date: Sun, 20 Jan 2008 05:46:57 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Help in orthography 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=4731762 By: nobody I want to use Notepad++ not for programming, only for checking my misspells I need Russia language But after instaling this software I began to write in Russia with mistakes and it's not determined. What can I do to correct it? Maybe I have to install Russia vocabulary? ______________________________________________________________________ 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: Sun, 20 Jan 2008 06:55:20 -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=4731812 By: fidvo > make the description area and the tree view resizable I suppose I could do that. > if we could somehow parse the source code (even as simply as the function-list plugin does) your simple script GUI controls are a way of displaying class methods and variables with a documentation snippet as well! I'm not sure I understand what you're asking for here. > is there some way for it to trap keyboard entries of characters like '.' or phrases like '->'? I wish I knew how to do it, because I had some other ideas for plugins that would use this. > I would have written the code, but for the fact that I am not well-versed with C++ It's actually written in Delphi rather than C++, but if you don't know Delphi either, that's a moot point. Thanks for the suggestions. ______________________________________________________________________ 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: Sun, 20 Jan 2008 08:27:20 -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=4731891 By: nobody I ca see tooltips. besides who needs them? Click on the button to see what it does, it's not gonna format your computer ______________________________________________________________________ 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: Sun, 20 Jan 2008 08:35:46 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help in orthography 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=4731899 By: fidvo Although Notepad++ includes the Spell Checker plugin by default, it doesn't include any dictionaries. You'll need to download the Russian aspell dictionary from here: http://aspell.net/win32/ ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- 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 87 *************************************************