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: Notepad++ crashes when I try to open a file (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: NppExec v0.2.5 release 2 (SourceForge.net) 3. [notepad-plus - Help] Notepad++ error (SourceForge.net) 4. [notepad-plus - Help] Gaa! Can't open a text file! (SourceForge.net) 5. [notepad-plus - Help] RE: OpenVMS DCL language comments (SourceForge.net) 6. [notepad-plus - Help] RE: auto replace (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: FunctionList: Mulitline function definition? (SourceForge.net) 8. [notepad-plus - Help] RE: Gaa! Can't open a text file! (SourceForge.net) 9. [notepad-plus - Open Discussion] Macros with Searches (SourceForge.net) 10. [notepad-plus - Help] RE: auto replace (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 16 Oct 2008 08:26:33 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ crashes when I try to open a file 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=5437332 By: harrybharry Can you take a look at the date of modification? If its past 1970 or beyond 20XX (atleast it has to be ridiculous), it can cause this crash. The 5.1 RC should have it fixed ______________________________________________________________________ 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, 16 Oct 2008 09:11:36 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NppExec v0.2.5 release 2 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=5437571 By: dv__ Please suggest the implementation of the pipe redirection '>' and '<'. You see, if you start cmd.exe and type, for example, "awk.exe >awk.txt", the the awk's output will be redirected to "awk.txt". However, if you type the same "awk.exe >awk.txt" in the NppExec's Console, it will call CreateProcess which will understand " >awk.txt" as a command line arguments and WILL NOT redirect the output to "awk.txt". Thus, we need our own implementation of the redirection mechanism. And this is not a thing which could be done quickly. Regarding the combo-box history for $(INPUT), here is what I think: you can call some script several times, but with different parameters as $(INPUT): some times it coud be $(FULL_CURRENT_PATH), sometimes it could be another full file path and so on. And sometimes you would like to use the same parameter as you use some time ago: $(FULL_CURRENT_PATH) again or some previously entered full file path. As your script does not know anything about the values you used, these values are stored as a history in combo-box of the $(INPUT) to allow you to select these values again in the drop-down list instead of typing them again. ______________________________________________________________________ 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: Thu, 16 Oct 2008 12:25:25 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ error 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=5438579 By: patrck744 I have version 5.0.3 and it's my 1st time using Notepad++. My problem is whenever I try to open files [.txt, .ini, .sfv, etc] using Notepad++ is tells me that there was an access violation error and then it crashes. What's the best way to fix that error? Screenshot: http://www.narutomania.com/forums/attachments/forum19/25033d12241587 87-help-.jpg ______________________________________________________________________ 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, 16 Oct 2008 13:18:07 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Gaa! Can't open a text file! 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=5438887 By: davidaman I know this sounds crazy, but N++ will not open any .txt files on my computer. INI, yes. XML, etc, yes. But not .TXT files! This just suddenly started yesterday. I've checked the file associations, etc., and can't find anything amiss. What am I doing wrong? TXT files will open right up in Win Notepad, but not Notepad++. Using WindowsXPs3, Notepad v. 5.0.3. Any suggestions? David ______________________________________________________________________ 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, 16 Oct 2008 13:35:53 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: OpenVMS DCL language 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=5438986 By: maurertodd Thank airdrik, Okay, DCL comments are working better. I did as airdrik suggested plus two additional things. - Checked "Treat Keyword as symbol" on "Comment & Number" tab. This solved the problem were !!! wouldn't be treated as a comment. - Made sure the "!" wasn't an operator on the "Operators" tab. - Added "$" as an operator. This made sure that the common occurrence of "$!" would be treated as a commnet. - As a matter of personal preference I changed the "Font Name" field on the "Comments & Numbers" tab to "Courier New". Todd ______________________________________________________________________ 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, 16 Oct 2008 14:00:41 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: auto 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=5439118 By: heravar Sure Ill run you through an example of creaing a snippet for ASP's Response.Write function We will make it that typing "rw" (withouth the quotes) and hitting Ctrl+Enter will transform it to Response.Write(), and setting the focus between the ( )s (And hitting Ctrl+Enter again will set the focus in the Next Line) Plugins Menu -> QuickText -> Options... Langs list -> ASP Tags list should be empty, thats all the tags you have defined so far Tag Name will be rw, as we said In substitution text, you type the following: Response.Write($) $ The different $ symbols mark where the focus will be when pressing Ctrl+Enter each time... Then you just click the Add button, and that's it Remember that for making it work you must have the ASP lang selected If you have the same version I do, you should have lots of examples already in the HTML lang Beware of the Add/Modify button, which can be treacherous, if you dont do it in the correct order (i've lost some snippets cause of that) ______________________________________________________________________ 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, 16 Oct 2008 14:04:58 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: FunctionList: Mulitline function definition? 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=5439141 By: npp_user I'm new to the SF forums, I just realised I'm posting in the wrong place. Sorry... ______________________________________________________________________ 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: Thu, 16 Oct 2008 14:08:30 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Gaa! Can't open a text file! 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=5439161 By: davidaman Never mind. I cannot open a TXT file in ANYTHING! Don't know what is going on. Please excuse. ______________________________________________________________________ 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: Thu, 16 Oct 2008 14:34:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macros with Searches 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=5439295 By: pastraga I tried to record a macro that includes search and replace but noted that they are not executed when I invoke it. Isn't "search and replace" supported in macros? ______________________________________________________________________ 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, 16 Oct 2008 12:46:50 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: auto 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=5438704 By: devilh can you explain to me the plugin's usage? it's documentation really isnt clear ______________________________________________________________________ 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 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 33 *************************************************