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 - Open Discussion] How do you post a reply? (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: SecurePad (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: SecurePad (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Notepad++ v5.1.4 just come out (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: SecurePad (SourceForge.net) 6. [notepad-plus - Help] RE: Copy/paste of text with NUL characters (SourceForge.net) 7. [notepad-plus - Help] Windows 7 + Change Windows = Error and Crash (SourceForge.net) 8. [notepad-plus - Help] use notepad++ to tail log files (SourceForge.net) 9. [notepad-plus - Help] Delete File Search and Replace History (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: auto-indentation (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 14 Jan 2009 12:53:01 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How do you post a reply? To: nore...@sourceforge.net Message-ID: <6110947.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=6110947 By: michelmerlin Thx Allen Zhu for the info. BTW, how do you post a *Reply*? I only found how to post it as a new message - which disrupts the thread (my apologies for this). Versailles, Wed 14 Jan 2009 13:53:00 +0100 ______________________________________________________________________ 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: Wed, 14 Jan 2009 11:49:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: SecurePad To: nore...@sourceforge.net Message-ID: <6110042.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=6110042 By: arrandor Found it, looks like the ANSI version is only available as a zip file that you drop into a directory of your choice. I'll try dropping that into my existing Notepad++ directory to see if that works. Thanks 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: Wed, 14 Jan 2009 11:48:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: SecurePad To: nore...@sourceforge.net Message-ID: <6110019.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=6110019 By: janschreiber It's in the zip version: https://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072&r elease_id=653152. Unzip the ansi subfolder and remove the file doLocalConf.xml, this should make sure your old settings are kept. ______________________________________________________________________ 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: Wed, 14 Jan 2009 11:52:39 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.1.4 just come out To: nore...@sourceforge.net Message-ID: <6110085.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=6110085 By: donho > The ANSI version (and all the older versions, obviously) must never call the function. The current Notepad++ ANSI implementation is : if isUnicode() function retrieved, then call it and check it's not Unicode plugin. Otherwise it's ignored for the sake of backward compatibility. This function should be called in both mode (in ANSI mode if it is present) to guarantee the Notepad++'s stability. > Since Scintilla is ANSI-only, a simple plugin must only > provide a few strings in Unicode for the Notepad++ itself. The problem here is : plugins should deal with Notepad++ but not with Scintilla. > This solution is fully backwards compatible The current implementation is fully backwards compatible. > It should really be the setUnicode() to switch a plugin to the Unicode mode. > and does not REQUIRE one to maintain two binary distributions of a simple plugin. > Instead one can store two string constants in the source, and that's it. It's a very interesting idea to provide string dynamically. I'll think about it. 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=331753 ------------------------------ Message: 5 Date: Wed, 14 Jan 2009 11:38:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: SecurePad To: nore...@sourceforge.net Message-ID: <6109877.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=6109877 By: arrandor Nice one, thanks. I couldn't find a separate ANSI version, am I right in assuming this is a selectable option in the install? ______________________________________________________________________ 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: Wed, 14 Jan 2009 12:29:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Copy/paste of text with NUL characters To: nore...@sourceforge.net Message-ID: <6110650.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=6110650 By: erik_tilt Thanks, but I couldn't make it work. I have turned on TextFX Viz Settings Capture Keyboard Ctrl-C,X,V, restarted Notepad++, but copy-paste still truncates at the first NUL character. What more settings do I need to change? ______________________________________________________________________ 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: Wed, 14 Jan 2009 12:41:48 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Windows 7 + Change Windows = Error and Crash To: nore...@sourceforge.net Message-ID: <6110854.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=6110854 By: lalondan Hello! I am trying the Windows 7 beta. I installed Notepad++ on it and I use the FTP and Explorer plugins. But I usually put both Explorer and FTP on the left side of the screen. But on this version, when I try to either put the FTP on the left or the Explorer on the right, I get an access violation error and the whole application crashes. Does anyone know how to get rid of this error? Thank 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=331754 ------------------------------ Message: 8 Date: Wed, 14 Jan 2009 13:24:56 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] use notepad++ to tail log files To: nore...@sourceforge.net Message-ID: <6111293.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=6111293 By: sigitm Hi, how can I use notepad++ to tail log files? Now when I open a log file, and this gets modified, I have to manually reload it from the File menu. Instead I'd like the file to be automatically reloaded every time it changes, and with the cursor always at the end, just like with the tail unix command. Thanks, Sigi ______________________________________________________________________ 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: Wed, 14 Jan 2009 13:51:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Delete File Search and Replace History To: nore...@sourceforge.net Message-ID: <6111568.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=6111568 By: boater_rich Hi My file search history and replace history list is getting rather long, how can I delete it. Plus I edit lots of different things so the saved history rapidly becomes irrelevant to whatever I am working on. Cheers Rich ______________________________________________________________________ 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: Wed, 14 Jan 2009 14:39:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: auto-indentation To: nore...@sourceforge.net Message-ID: <6112019.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=6112019 By: lmsrampage ? IfWinActive, % - Notepad++ and regexmatch(WinGetTitle, ".+\xml - Notepad++") ? But it doesn't work. Di you know why ? ? Well, WinGetTitle used this way always yields NOTHING (""). You must specify a variable to keep the winTitle and after that use this variable in RegExMatch function. ? If I've got you right, the hotstring should be fired only if Npp is active and the current document is *.xml. If so the NeedleRegEx is typed badly. I mean what about if we have extension like *.XML or if document's title is for example "blabla.xml - Notepad++.lms". IMHO we need only the end of the document title to be a match. Possible solution: :*b0:<ta:: ; b0 instructs Autohotkey to disable automatic backspacing ; this command is needed because the hotstring is fired ; always when you type "<ta" and will autoreplace "<ta" with ; nothing if there's no match IfWinActive, ahk_class Notepad++ { WinGetTitle, NppTitle if RegExMatch(NppTitle, "i)\.xml - Notepad\+\+$") sendinput, ble width="100`%" cellpadding="0" style="border-collapse:collapse;">`n`t<tr>`n`t<td>`n`n</td>`n{backspace}</tr>`n{ backspace}</table>{up 3}`t } ; You can also use #IfWinActive directive to enable the hotstring ; only when Npp is active... return LMS_RampagE ______________________________________________________________________ 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: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ------------------------------ _______________________________________________ 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 32, Issue 29 *************************************************