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: User Define Language - comment lines (SourceForge.net) 2. [notepad-plus - Help] RE: Running Python Scripts (SourceForge.net) 3. [notepad-plus - Help] RE: Save All Opened Files - Bug? (SourceForge.net) 4. [notepad-plus - Help] RE: executing macro automatically (SourceForge.net) 5. [notepad-plus - Help] RE: { in the "right" place? (SourceForge.net) 6. [notepad-plus - Help] RE: Match xml tags in User Define Dialog? (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Can't install any plugin (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Notepad++ v5.1 Official Release is available (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 30 Oct 2008 14:41:44 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Define Language - comment lines 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=5539915 By: airdrik It would be nice if the UDL dialog supported regular expressions, since most syntax highlighting definitions can be expressed using regular expressions. However, that is not the case. ______________________________________________________________________ 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: Thu, 30 Oct 2008 14:51:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Running Python Scripts 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=5539982 By: airdrik You do need a python interpreter to run the scripts, which you can download from python's website. A shortcut that I use, added to your <NPP settings directory>\shortcuts.xml, in the <UserDefinedCommands> group: <Command name="Run Current Document" Ctrl="yes" Alt="no" Shift="no" Key="116">"$(FULL_CURRENT_PATH)"</Command> This allows you to 'Run Current Documnet' bound to Ctrl F5. It relies on Windows associations to pick the right program to run the current document, but the python installer for Windows will automatically associate the python interpreter with all python files. ______________________________________________________________________ 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: 3 Date: Thu, 30 Oct 2008 14:57:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Save All Opened Files - 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=5540022 By: airdrik That seems like a bug, since if you change one file then switch to another, the "Save All" menu item is active, but not if you do the replace in all open documents and it does not change anything in the current document but it does in other documents, then the "Save All" menu item doesn't come active until you switch to another (even if it is unedited) document. ______________________________________________________________________ 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: Thu, 30 Oct 2008 15:06:49 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: executing macro automatically 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=5540073 By: airdrik Here seems like a case where command-line tools and scripting languages shine, since they don't require the starting up of a graphical interface to do at least as well the job you are having NP++ do. As for specifying a macro to execute on startup, I have no idea. Looking at the available command-line arguments, it is not possible. Perhaps a plugin could be made to automatically execute a script or a macro on documents that are opened (with an easy way of turning on/off the plugin), if such doesn't already exist. ______________________________________________________________________ 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: Thu, 30 Oct 2008 15:26:24 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: { in the "right" place? 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=5540186 By: airdrik Try plugins->NppAutoIndent->Block Indent, or Previous Line. Both of them allow that. The difference being that Block Indent ignores lines with only white-space in determining the previous indentation for alignment, while Previous Line uses the previous line, even if it is only whitespace. ______________________________________________________________________ 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: Thu, 30 Oct 2008 15:29:01 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Match xml tags in User Define Dialog? 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=5540199 By: airdrik The User define language system doesn't support regular expressions, unfortunately. I wonder if it is insufficient to just switch the language to XML? ______________________________________________________________________ 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: Thu, 30 Oct 2008 15:51:58 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Can't install any plugin 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=5540335 By: airdrik The new version of NP++ has actually two different versions: an ANSI version and a Unicode version. The Unicode is the default version, but some old plugins aren't compatible with it. The ANSI version is available for backwards compatibility, so all plugins work with it. The ANSI version is only available in the binary zip package. Eventually all plugins should be updated to be compatible with the Unicode version, but for now people who need the plugins that are ANSI-only need to use the ANSI version of NP++. ______________________________________________________________________ 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: Thu, 30 Oct 2008 16:06:13 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.1 Official Release is 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=5540410 By: airdrik I've installed the Unicode version, and I've found that it crashes frequently while doing normal editing. I'm not sure all what exactly the situations were in the various times where it has crashed. One situation was opening files when NP++ is already opened (using the context menu on another file from win explorer). Another was when trying some things with Block Indentation. As I encounter crashes, I'll post them here. ______________________________________________________________________ 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 the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ 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 29, Issue 67 *************************************************