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: Feature req: Visually outlining nested blocks (SourceForge.net) 2. [notepad-plus - Plugin Development] Easy Color Picker 1.0 (UNICODE) released (SourceForge.net) 3. [notepad-plus - Plugin Development] Download Links (SourceForge.net) 4. [notepad-plus - Help] RE: Compiling Java with Notepad++ (SourceForge.net) 5. [notepad-plus - Help] RE: Compiling Java with Notepad++ (SourceForge.net) 6. [notepad-plus - Open Discussion] Dockable Search / Replace (SourceForge.net) 7. [notepad-plus - Help] RE: Crash with Hex Editor (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: Hex Editor 0.9.2 released (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 09 Dec 2008 09:16:40 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature req: Visually outlining nested blocks 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=5781085 By: amadawn I think that the idea is great. However, the boxes shown in your drawing may be overkill (they would be too distracting for me). I have seen similar features in other editors (in particular in Visual Studio with some plugin whose name I cannot remember). The way it worked was that there were "smart indentation guides", each with a different color. These "smart indentation guides" where lines shown at each indentation level, and the line corresponding to the current indentation level was thicker, so you always knew where you were. This was a really great feature and one that I wish I had since I tried it (but I do not use Visual Studio any more). In a sense, these "smart indentation guides" where very similar to the "fold" marks in notepad++, but had an important difference. The notepad++ folds are all shown in a single line, to the left of the text. So, if you have an "if" block inside a "for" loop, you get two folds, one below the other, but you do not get a sense that the "if" block is inside the "for" loop. In that plugin the folds were similar to the Windows Explorer folder pane, which shows you a "tree" of folders, each of which you can "fold" by clicking on the "+" icon. It is kind of hard to explain, but once you see it makes a lot of sense. Amadawn ______________________________________________________________________ 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, 09 Dec 2008 11:01:29 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Easy Color Picker 1.0 (UNICODE) 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=5781689 By: nasmon Hi folks, in desperate need of a color picker for the unicode version, I developed one which let's you handle easily HTML, Delphi hex, integer, Visual Basic, C++ and RGB-triples. You can download its binaries (dll with documentation) here: http://schlemmerkino.de/colorpicker/Easy ColorPicker_v1_0_bin.7z The source code for Delphi is found there: http://schlemmerkino.de/colorpicker/Easy ColorPicker_v1_0_src.7z The color picker is text sensitive, meaning: if you select a valid color value in np++, this color will be the current color in the color dialog. By this you can easily check, which color the selected text corresponds to. In the options dialog you can slect which format should be used: HTML, Delphi hex, integer, VB, C++, RGB. You can also choose, whether custom colors are being saved (ini-file) or not, to make it easier for you using one specific palette of colors for a project. This is the first final release (version 1.0) of Easy Color Picker. I would appreciate it a lot, if anybody could tell me how to create a project on Source Forge for this plugin and/or update the Npp-website, where still the ansi version of the old color picker is found as download on the plugin-site. Any comments and suggestions are highly welcome :-D Have fun, Simon ______________________________________________________________________ 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: Tue, 09 Dec 2008 11:04:19 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Download 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=5781715 By: nasmon ups, error in the dl link. Here the correct ones: dll: http://schlemmerkino.de/colorpicker/EasyColorPicker_v1_0_bin.7z source: http://schlemmerkino.de/colorpicker/EasyColorPicker_v1_0_src.7z Best regards, Simon ______________________________________________________________________ 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: 4 Date: Tue, 09 Dec 2008 11:29:07 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Compiling Java with Notepad++ 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=5781902 By: dv__ How can I not be such ass if the same questions are repeated again and again? Do you expect I should call that article like the following: "Compiling C, compiling C++, compiling Pascal, compiling Delphi, compiling Java, compiling PHP, compiling Python, compiling Ruby etc etc."??? And I'm absolutely sure that somebody's favourite programming/scripting language is not listed here. You know, "compiling sources" is "compiling sources", nothing more, nothing less. What do you do when "compiling Java"? - You are compiling source files of your Java program. What do you do when "compiling C++"? - You are compiling source files of your C++ program. So, should I continue? ______________________________________________________________________ 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: Tue, 09 Dec 2008 14:48:43 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Compiling Java with Notepad++ 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=5783064 By: bblackmoor "So, should I continue?" Please don't. ______________________________________________________________________ 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: Tue, 09 Dec 2008 15:29:13 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Dockable Search / Replace 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=5783238 By: peter_007 I like in some situations a dockable search / replace window. Is it planned in leter releases ? ______________________________________________________________________ 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, 09 Dec 2008 18:03:56 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash with Hex Editor 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=5784183 By: garycoast In the Plugin Development forum it appears this topic (Hex Editor, and probably .9.1, crashing) is discussed and there now exists Hex Editor .9.2 which may be the fix. ______________________________________________________________________ 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: Tue, 09 Dec 2008 19:18:29 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Hex Editor 0.9.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=5784607 By: m-a-r-k Confirm now OK with existing N++ config file and old hexeditor config file. Thanks Jens Mark ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ ------------------------------ _______________________________________________ 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 31, Issue 18 *************************************************