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 notepad-plus-plus-requ...@lists.sourceforge.net You can reach the person managing the list at notepad-plus-plus-ow...@lists.sourceforge.net 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 - Plugin Development] RE: insert plugin, a web edition... (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: RegEx syntax highlighting (SourceForge.net) 3. [notepad-plus - Help] RE: 2 bugs and 1 freeze (my first try with NPP) (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: Update plugin messages in Npp v5 (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: Update plugin messages in Npp v5 (SourceForge.net) 6. [notepad-plus - Help] RE: Convert paragraph to one line (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: Update plugin messages in Npp v5 (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: RegEx syntax highlighting (SourceForge.net) 9. [notepad-plus - Help] RE: Scheme Syntax Highlighting (SourceForge.net) 10. [notepad-plus - Help] RE: Does NP++ offer block (=column mode) operns? (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: RegEx syntax highlighting (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 03 Apr 2009 02:01:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: insert plugin, a web edition... To: nore...@sourceforge.net Message-ID: <7056991.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7056991 By: alexiljin WebEdit 1.3.2.1 is released. This is a minor update release. Added sample tags to the WebEdit.ini (based on contribution by Jonas Flint AKA jive). Minor update to documentation. No functionality changes. A direct download link (87 Kb): http://jaist.dl.sourceforge.net/sourceforge/npp-plugins/WebEdit.1.3.2.1.zip For a list of SourceForge mirrors visit this page: https://sourceforge.net/project/showfiles.php?group_id=189927&package_id=280848& release_id=673074 ______________________________________________________________________ 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: 2 Date: Fri, 03 Apr 2009 05:46:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: RegEx syntax highlighting To: nore...@sourceforge.net Message-ID: <7058538.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7058538 By: wazar Good day. I think, that it is a good idea, the implementation of user-defined languages using regular expressions. Make it make sense for example: the user writes in a separate list of rules for the language file for example, in the style css. . RegExp ( rule: /\/\.\// color: #cc00cc; size: 12; weight: normal; font: Arial; style: normal; closable: yes; ) . RegExp.MetaSymbol ( rule: / \ \ [\d\w]/ color: #ff00cc; size: 12; weight: bold; font: Arial; style: normal; closable: no; ) Closable parameter sets - can turn an object, if it is stretched for a few lines. ______________________________________________________________________ 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, 02 Apr 2009 17:39:06 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 2 bugs and 1 freeze (my first try with NPP) To: nore...@sourceforge.net Message-ID: <7052838.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7052838 By: sacharja Hm no admin/developer here? Will this be fixed in the next version (whenever this may be released)? ______________________________________________________________________ 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: Fri, 03 Apr 2009 10:53:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Update plugin messages in Npp v5 To: nore...@sourceforge.net Message-ID: <7060742.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7060742 By: donho > That's why, IMO, it would be beneficial to have the NPPN_FILEBEFOREOPEN > actually fire before the load so that plugins could also utilize a > _isFaileOpening flag of their own. And, if a plugin utilizes such a flag, > then it would also have to have a NPPN_FILEOPENFAILED, > so that the flag could be reset in the case of a BUFFER_INVALID. Hmm... you're right about it. In the next release, NPPN_FILEBEFOREOPEN will be triggered before MainFileManager->loadFile(longFileName), and NPPN_FILEOPENFAILED will be added. Don ______________________________________________________________________ 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: 5 Date: Fri, 03 Apr 2009 11:01:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Update plugin messages in Npp v5 To: nore...@sourceforge.net Message-ID: <7060942.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7060942 By: donho > If you change the sequence it my crash the HexEditor plugin or it doesn't work anymore correctly. It shouldn't. Or there's a logical problem in your code. OTOH, the crash should not happen to the plugins in any case. After observing on the forums, I don't think HexEditor is stable enough to not be excluded in the future release. Don ______________________________________________________________________ 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, 03 Apr 2009 14:50:33 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Convert paragraph to one line To: nore...@sourceforge.net Message-ID: <7062745.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7062745 By: cliff2 Thank you for your help. Unfortunately, I need the function to be implemented as a macro. Cliff ______________________________________________________________________ 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: Fri, 03 Apr 2009 14:53:01 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Update plugin messages in Npp v5 To: nore...@sourceforge.net Message-ID: <7062759.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7062759 By: aathell Thank you once again Don! It is a pleasure working with a developer who is open to suggestions like this. :) almostautomated ______________________________________________________________________ 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: 8 Date: Fri, 03 Apr 2009 15:25:07 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: RegEx syntax highlighting To: nore...@sourceforge.net Message-ID: <7063061.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7063061 By: mokolon Should something like that be atttempted, for Gods sake wrap the regex in a gui builder of some kind. A great many otherwise competent people regard regex as dark magic. I myself love the power they give, but don't count myself an expert by any stretch. Such a feature would also allow you to "define" an IF-ELSE-ENDIF set as "one" fold-able block of code. It'd also be nice if it could be used to define alternative [{( characters to be BEGIN ... END so you could use the find/highlight matching to show code blocks in languages that use other than single characters. ______________________________________________________________________ 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: Fri, 03 Apr 2009 15:28:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Scheme Syntax Highlighting To: nore...@sourceforge.net Message-ID: <7063077.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7063077 By: ffaat I used an older version and the scheme hightlighting worked fine. I recently upgraded to the latest and it no longer works. I seems something got broken... -Rob A> ______________________________________________________________________ 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: Fri, 03 Apr 2009 15:48:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Does NP++ offer block (=column mode) operns? To: nore...@sourceforge.net Message-ID: <7063197.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7063197 By: mokolon Thomas, It does offer some column-mode functionality. In my opinion, the functionality offered in N++ is not quite as mature as some of the other aspects. But the developers are always looking to make improvements - and at least some column-mode functionality is on the radar. Holding down the Alt key while click-dragging or Alt=Shift using the arrow keys will create a column selection. Currently, (until the next version) you are limited to a "block" that extends to the right only so far as the end-of-line on the last line of your block. Even if there are longer lines in your selection. Adding blanks to the end of the last line you wish to work on is one work-around. Regular expressions to do the work instead of using column-editing is another. Anyway, once you do have a block selection, what you can do with it is somewhat "different" than I've seen in other editors. You can easily clear it by pressing delete or backspace, but if you want to replace the text with other text, you'll need to open the column-editor (mapped to Alt C in mine, reachable under the Edit menu). Simply typing without the benefit of the column editor in my opinion acts rather strangely - filling the entire selection with the last character typed. -Bill ______________________________________________________________________ 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, 03 Apr 2009 16:04:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: RegEx syntax highlighting To: nore...@sourceforge.net Message-ID: <7063432.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7063432 By: aathell "For those of us that can't, we can only make polite suggestions and hope that those of us that can take them up. " How about giving it a try, report what was tried and the results? Or how about what specs would constitute a successful implementation, and perhaps other projects that already have the desired capabilities? I'd really like to see such an animal and would be willing to [b]join[/b] forces with others to make it a reality. almostautomated ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 35, Issue 5 ************************************************