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 - Plugin Development] RE: Function navigation? (SourceForge.net) 2. [notepad-plus - Help] RE: Keyboard shortcuts list (SourceForge.net) 3. [notepad-plus - Help] RE: Keyboard shortcuts list (SourceForge.net) 4. [notepad-plus - Help] RE: Keyboard shortcuts list (SourceForge.net) 5. [notepad-plus - Help] RE: Keyboard shortcuts list (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: macro recorder\player buggy (SourceForge.net) 7. [notepad-plus - Help] RE: Syntax highlighting not updated after Save (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: How to remove highlighting of closed tags? (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: NppExec v. 0.2.4 has been released! (SourceForge.net) 10. [notepad-plus - Open Discussion] FeatureReq: Add D programing language support (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: How to remove highlighting of closed tags? (SourceForge.net) 12. [notepad-plus - Open Discussion] RE: macro recorder\player buggy (SourceForge.net) 13. [notepad-plus - Plugin Development] RE: NppExec v. 0.2.4 has been released! (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 14 Jul 2008 11:27:46 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Function navigation? 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=5094999 By: ccompletion Hi, CCompletion plugin offers the "go to identifier" functionality. You just click on the identifier (so that keyboard caret is somewhere in the word) and press F11 or F12, depending on which view you want to view the definition in. This has been further improved in the next version, which I plan to publish this week (since I see there's still some interest in my plugin ;). Among other fixes, like more logical F11 / F12 functionality, I have added history buffers for both views, so you can also go back instantly to the line where you triggered it from. Regards, Bostjan ______________________________________________________________________ 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: Mon, 14 Jul 2008 11:33:26 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Keyboard shortcuts list 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=5095005 By: fartinguncle Cool! Added to the wiki at http://notepad-plus.wiki.sourceforge.net/Keyboard+Shortcuts. ______________________________________________________________________ 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: Mon, 14 Jul 2008 11:34:22 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Keyboard shortcuts list 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=5095009 By: jackhab Sorry, the forum engine totally screwed up the nice formatted table. Try this: http://spreadsheets.google.com/ccc?key=pNqHTQj7u5thGWSbafQFESw&hl=en ______________________________________________________________________ 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: Mon, 14 Jul 2008 11:36:23 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Keyboard shortcuts list 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=5095014 By: jackhab Thanks, HappyDog. I forgot about the Wiki. ______________________________________________________________________ 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: Mon, 14 Jul 2008 11:48:34 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Keyboard shortcuts list 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=5095040 By: fartinguncle No probs. Shame Sourceforge uses such a crappy wiki engine - I was planning to do a nice sortable table, so you could sort by action or keystroke, but alas no. ______________________________________________________________________ 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: Mon, 14 Jul 2008 12:25:22 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: macro recorder\player buggy 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=5095117 By: bullock This new bug is a side-effect of a feature introduced in, I believe, version 4.9.x to ensure that the highlighted line after a search is visible in the window (the window is automatically scrolled, as needed, after a search). To correct the problem, I submitted one set of modifications to the v. 5.0 beta, but the modifications imposed some inelegance to the design interface of some classes in NP++, so Don declined those modifications (and I don't blame him). I submitted a second set of modifications that was, I think, more palatable in its changes to the interface. I have not heard anything more about that second set of modifications, so I don't know whether it was never received or whether is was also declined. Don or Harry, would you comment? Regards. Greg ______________________________________________________________________ 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: Mon, 14 Jul 2008 12:46:41 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax highlighting not updated after Save 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=5095161 By: donho Will be fixed in v5.0.1 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=331754 ------------------------------ Message: 8 Date: Mon, 14 Jul 2008 14:11:12 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How to remove highlighting of closed tags? 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=5095337 By: donho there're so few info that I can not help you. 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: 9 Date: Mon, 14 Jul 2008 14:24:46 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NppExec v. 0.2.4 has been released! 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=5095371 By: donho Ok, so it's intentional behaviour, but not a bug. However, the plugin will be included only if it doesn't change Notepad++ default behaviour. For the release 5.0.1, NppExec v0.2 RC will be included. If this behaviour is changed in the future NppExec version, then it'll be included in the Notepad++ future release. 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=482781 ------------------------------ Message: 10 Date: Mon, 14 Jul 2008 14:28:22 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] FeatureReq: Add D programing language support 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=5095377 By: nobody Scintilla component has support for D for some time now and a quick look into Notepad++ trunk says that all the needed changes are integrated into trunk. Could you please include D among other progamming languages in the next release, please? Basic coloring settings can be taken from C++ or C#. Don't forget about nested /+ +/ comments and .d file type association as well. Thank you very much! ______________________________________________________________________ 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: 11 Date: Mon, 14 Jul 2008 14:32:35 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How to remove highlighting of closed tags? 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=5095387 By: nobody I think he means that the darkened background of the current tag is not wanted. Use Settings->Style configuator... to adjust highlighting ______________________________________________________________________ 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: 12 Date: Mon, 14 Jul 2008 14:39:28 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: macro recorder\player buggy 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=5095397 By: donho > I submitted a second set of modifications that was, > I think, more palatable in its changes to the interface. > I have not heard anything more about that second set of modifications, > so I don't know whether it was never received or whether is was also declined. > Don or Harry, would you comment? Sorry for not replying you yet. I'm busy for the new v5.0.1 release. I'm not convinced that it's a good way to record some keystroke outside of Notepad_plus object. So the solution of recording F3 in FindReplaceDlg is not included in Notepad++ v5.0.1. I'll review the code to find a better way to capture these keystroke in macro recording. In the meantime, if you have another solution, please let me know. 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: 13 Date: Mon, 14 Jul 2008 15:08:18 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NppExec v. 0.2.4 has been released! 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=5095458 By: alexiljin This is not a plugin then, it's an annoyance. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 ------------------------------ _______________________________________________ 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 26, Issue 37 *************************************************