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: LanguageHelp plug update 1v31 (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 (SourceForge.net) 3. [notepad-plus - Help] How do I do this? (SourceForge.net) 4. [notepad-plus - Help] RE: 5.4.5 Random Crashing (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Searching inside CHM files (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: RunMe plugin update 1v30 (SourceForge.net) 8. [notepad-plus - Plugin Development] XML Plugin (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: RunMe plugin update 1v30 (SourceForge.net) 10. [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 (SourceForge.net) 11. [notepad-plus - Help] RE: How do I do this? (SourceForge.net) 12. [notepad-plus - Help] How do I do? What exactly do you want to do?! (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 04 Sep 2009 09:58:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 To: nore...@sourceforge.net Message-ID: <7608853.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=7608853 By: dv__ When I try to use .pdf help file, the plugin says "No Acrobat PDF viewer installed". This is true, because I use FoxitReader to view .pdf file and it is my system default program which opens .pdf files when I press Enter on such files. So I see no problem to open .pdf file in my preferred viewer. Why the plugin does not? Do you use specific program name in your ShellExecute() call? I believe, it should be just: ShellExecute( NULL, _T("open"), help_file_to_open, NULL, NULL, SW_SHOWNORMAL ); ______________________________________________________________________ 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, 04 Sep 2009 12:19:23 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 To: nore...@sourceforge.net Message-ID: <7609044.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=7609044 By: fstellari CHM, HLP, PDF do not use the ShellExecute command but library calls for the help and acrobat. The reason is that in that way I can search for a word and not just open the file. What I could possibly do is that when there is "No Acrobat PDF viewer installed" I back that up with a shellexecute command. Would that do what you want? Regards, Franco ______________________________________________________________________ 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: Fri, 04 Sep 2009 14:24:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] How do I do this? To: nore...@sourceforge.net Message-ID: <7609276.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=7609276 By: abc1232 Suppose and have a block of line in the np++ editor and want to delete everything start from certain column, how do I do that? Thanks ahead... e.g. I want to delete everything left of E for every line. ABCDEFGHIJKLMNOP ABCDEFGHIJKLMNOP ABCDEFGHIJKLMNOP ABCDEFGHIJKLMNOP ______________________________________________________________________ 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, 04 Sep 2009 14:47:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 5.4.5 Random Crashing To: nore...@sourceforge.net Message-ID: <7609334.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=7609334 By: gonville I have had a similar crash and have managed to capture the notepad++.exe.hdmp file (26Mb). Is that any use to you? There was also a mdmp file but I couldn't capture it because it was locked by the Windows Crash Utility. Thx. Gonville ______________________________________________________________________ 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: Fri, 04 Sep 2009 15:13:19 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 To: nore...@sourceforge.net Message-ID: <7609378.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=7609378 By: dv__ OK, now I see why it works this way. Well, it seems to be better to use ShellExecute() instead of error message when you can't execute required library call. It would not allow to search for current term, but at least would allow to open a whole help 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=482781 ------------------------------ Message: 6 Date: Fri, 04 Sep 2009 16:05:31 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Searching inside CHM files To: nore...@sourceforge.net Message-ID: <7609479.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=7609479 By: djn2 Of course you're right. Editing the INI file is straight obvious once one thinks of it, but somehow I'd never get it by myself. Works spotlessly. I'll keep waiting for the 'Top of context' option - I've seen the way you've done it in RunMe and it's very intuitive indeed. If I may make one more suggestion: is there any particular reason for the menu positions (context, plugin submenu, help) to be mutually exclusive? I'm fine with right-clicking, but somebody might want it in more that one place. Thank you again for your effort (and patience). ______________________________________________________________________ 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: 7 Date: Fri, 04 Sep 2009 16:19:18 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: RunMe plugin update 1v30 To: nore...@sourceforge.net Message-ID: <7609510.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=7609510 By: andys01 I would like to run a different explorer (Xplorer2) when I select "Explore file location" Is there a way to do this? ______________________________________________________________________ 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, 04 Sep 2009 18:02:33 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] XML Plugin To: nore...@sourceforge.net Message-ID: <7609691.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=7609691 By: qck1 For the XML plug-in Right now cannot format (pretty print {I would rename it format}) fragments of XML that are valid, but not as a complete XML document (ie do not contain a single root level element). It should still be possible for format these fragments. ______________________________________________________________________ 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: 9 Date: Fri, 04 Sep 2009 18:50:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: RunMe plugin update 1v30 To: nore...@sourceforge.net Message-ID: <7609787.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=7609787 By: fstellari Not at the moment. Why can't you use the standard "Run" menu for your purpose? Regards, Franco ______________________________________________________________________ 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: 10 Date: Fri, 04 Sep 2009 18:55:23 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: LanguageHelp plug update 1v31 To: nore...@sourceforge.net Message-ID: <7609794.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=7609794 By: fstellari How would you search for a term opening a PDF with FoxitReader? I don't know the program so if you explain how it could be done I could you an option for example to use Foxi instead of Acrobat. ______________________________________________________________________ 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: 11 Date: Fri, 04 Sep 2009 20:20:54 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I do this? To: nore...@sourceforge.net Message-ID: <7609905.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=7609905 By: glenntravis Short of replacing 'ABCD' with nothing (I know that is not what you intended), or using the macro functions (not sure that would do it either), I do not think it can be done. Never seen any editor that could without some kind of macro. ______________________________________________________________________ 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: 12 Date: Fri, 04 Sep 2009 22:03:48 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] How do I do? What exactly do you want to do?! To: nore...@sourceforge.net Message-ID: <7610039.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=7610039 By: fool4uanyway Perhaps you could be a little more specific, so any answer could be more accurate. I suggest you read about (search the forums for) regular expressions, possibly in combination with words like delete and start (of) line. In your example case, possible solutions are: 1. Block selection and deletion. Select all lines you want to delete the first four characters of (although your descriptions says "delete everything start FROM certain column"). Move cursor to the first line, press and hold down Shift, move cursor to the last line, press CursorRight three times, then press and hold down Alt (and still Shift), press CursorRight one more time. Now you have selected the first four columns on all desired lines. Press Delete to delete this columnar selection. 2. Delete the first four characters on each (selected) line by a "simple" regular expression. Select all lines the normal way, no block selection, do not use Shift. Press Ctrl+R to open the Text FX Advanced Find/Replace Dialog. In the Find Field, enter: ^.... Leave the Replace Field blank. Mark the Regular Expr checkbox on the right side. Mark the 1 per line checkbox on the right side. Find and Replace (Rest) all occurrences. It can't be done this way using the normal Ctrl+H Replace Dialog, because it will recursively remove the first four characters of each processed line. So you will only be left with the last 3, 2 or 1 characters of each line. This is a shortcoming in the regular expression engine. As soon as it did process the ^ start of a line, it should never accept the remainders of it as the "start" again (unless, of course, the Recurse Repl checkbox in the Ctrl+R Dialog is checked). 3. Delete all non-matching characters from the start of a line Using the following regular expression you can delete all characters until the first E on each line. Find Field: ^[^E]+ 4. You may find more specific examples by searching the forums. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ------------------------------ _______________________________________________ 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 40, Issue 14 *************************************************