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: TextFX / WebEdit functions in context menu? (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Bug report: Notepad++ + ClearType = Slooow (SourceForge.net) 3. [notepad-plus - Open Discussion] monospaced fonts not quite monospaced (SourceForge.net) 4. [notepad-plus - Open Discussion] about New Document (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: auto-indentation (SourceForge.net) 6. [notepad-plus - Help] RE: use notepad++ to tail log files (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: auto-indentation (SourceForge.net) 8. [notepad-plus - Help] RE: use notepad++ to tail log files (SourceForge.net) 9. [notepad-plus - Help] RE: use notepad++ to tail log files (SourceForge.net) 10. [notepad-plus - Help] RE: NPP: Auto Indent plugin question (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 14 Jan 2009 14:45:46 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: TextFX / WebEdit functions in context menu? To: nore...@sourceforge.net Message-ID: <6112093.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=6112093 By: hujhax Er... make that "Unwrap Text", not "Wrap". Anyway, it still doesn't work. ______________________________________________________________________ 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: Wed, 14 Jan 2009 14:58:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug report: Notepad++ + ClearType = Slooow To: nore...@sourceforge.net Message-ID: <6112203.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=6112203 By: hujhax Yeah, I'm sure Microsoft will get right on 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=331753 ------------------------------ Message: 3 Date: Wed, 14 Jan 2009 15:12:15 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] monospaced fonts not quite monospaced To: nore...@sourceforge.net Message-ID: <6112416.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=6112416 By: hujhax I'm not 100% sure this is a bug, but it sure seems like it.... 1. Go to Settings->Styler Configurator. 2. Set Global Styles->Default Style->Font Name to "Courier". 3. Open a "Normal Text" file. At this point, you should get text like this: http://twitpic.com/12r56 The spaces are as wide as characters, as they should be. Now... 4. Go to Settings->Styler Configurator. 5. Set Global Styles->Default Style->Font Name to "Times New Roman". 6. Set C++->DEFAULT->Font Name to "Courier" 7. Open a C++ file. At this point, you get default text like this: http://twitpic.com/12r59 The spaces are *not* the same width as the characters, which isn't how a monospace font is supposed to work. Is this intended behavior? (I'm using ANSI 5.1.4 on WinXP SP3, FWIW.) ______________________________________________________________________ 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: 4 Date: Wed, 14 Jan 2009 15:56:19 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] about New Document To: nore...@sourceforge.net Message-ID: <6112901.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=6112901 By: hypor it seems that the configure of "new document" is related to opening file rather than creating a file. the document's default encoding will be the same as chosen in the "new document",and not what it should be. i think this configure should only affect the action of creating a file ______________________________________________________________________ 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 16:26:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: auto-indentation To: nore...@sourceforge.net Message-ID: <6113235.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=6113235 By: mathmax I change the script to : :*b0:>>:: IfWinActive, ahk_class Notepad++ { WinGetTitle, NppTitle if RegExMatch(NppTitle, "i)\.xml - Notepad\+\+$") { >`n`n{backspace}{up 1}`t } } return but it doesn't work. The message is : This line doesn't contains a recognize action. Do you know why ? Why do you use i) in the regular expression ? ______________________________________________________________________ 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: 6 Date: Wed, 14 Jan 2009 17:20:55 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: use notepad++ to tail log files To: nore...@sourceforge.net Message-ID: <6113697.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=6113697 By: gadrin >From the Command Line arguments section of the CHM help file. -n: This option locvates the specified line number upon opening u want after opening. E.g., notepad++ -n150 E:\notepad++\PowerEditor\src\Notepad_plus.cpp What I did was specify -n300000 on a file that was less than 100 lines and it puts it and the last line. Not sure about the reloading, I don't see anything in the Command Line arguments that allow that. You might have to experiment with other commands to see if you can rig something -- or it might not be possible. However if you're interested. You can simply close the current version of the file, then create a command (using the above command line) and it should load the same file back into the running version of Notepad++ and place the cursor at the end of the line. You might even be able to run a .bat file (if you're on Windows) to handle the TAIL.exe chop-chop and then load the file. You can specify that the current session be saved, meaning that the files now open in Notepad++ will be there the next time you boot. I do that currently. SETTINGS > PREFERENCES > MISC > Remeber current session. Hope that helps. > ______________________________________________________________________ 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 17:35:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: auto-indentation To: nore...@sourceforge.net Message-ID: <6113826.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=6113826 By: lmsrampage It doesn't work because the hotstring ':*b0:>>::' is acting as a hotkey and when you type '>>' instead of typing the hotstring it executes the code under itself :*b0:>>:: ifWinActive, ahk_class Notepad++ { WinGetTitle, NppTitle if RegExMatch(NppTitle, "i)\.xml - Notepad\+\+$") { ; at that position Autohotkey expects some command ;but gets only a string ; You should use something like sendinput ; it is the same as :*b0:>>::>`n`n{backspace}{up 1}`t ; but is executed in if statement SendInput, >`n`n{backspace}{up 1}`t ;{right 3} } } return ? Why do you use i) in the regular expression ? I used it because the 'i' flag stands for Case-insensitive matching. I mean if you don't type "i)" in a "\.xml - Notepad\+\+$" , when you open document with extension *.XML it won't be a match and the hotstirng won't fire. IMO it should work with lower/upper/mixed letters in the extension. Cheers, 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 ------------------------------ Message: 8 Date: Wed, 14 Jan 2009 17:37:21 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: use notepad++ to tail log files To: nore...@sourceforge.net Message-ID: <6113847.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=6113847 By: abc-x Are you looking for Preference -> Misc -> File-Status-Auto-Detection -> Scroll to the last line after update hth ______________________________________________________________________ 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 17:51:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: use notepad++ to tail log files To: nore...@sourceforge.net Message-ID: <6113998.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=6113998 By: sleve http://www.baremetalsoft.com/ Sometimes it pays to use a dedicated tool. Color-coded Tail gui. BareTail and BareGrep are two of the finest freeware tools available. Their pro versions are even better. ______________________________________________________________________ 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 18:02:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NPP: Auto Indent plugin question To: nore...@sourceforge.net Message-ID: <6114120.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=6114120 By: sleve You set it here Prefs / MISC / Auto-Indent When there is a check in there, it is active. The amount you indented the last line is how far the new line will automatically indent. So let's say you write three lines without any indent. There will be no auto-indent. But on the fourth line, you indent the start of the line by 2 tabs. When you hit enter at the end of the line, the new line will be indented by 2 tabs. If on that line you indent by one more tab, for a total of 3 tabs, then the following line will be indented by 3 tabs. You can erase the tabs, if you no longer want that level of indent. This is a standard feature of all programmers editors. ______________________________________________________________________ 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: 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 *************************************************