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 - Help] RE: How to change clickable link color? (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: CSS highlighting in <style> tags (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: [drawing] - Plugin for Notepad++ (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Syntax highlighting script for MediaWiki (SourceForge.net) 5. [notepad-plus - Open Discussion] find feature question (SourceForge.net) 6. [notepad-plus - Help] find feature question (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Fold margin (SourceForge.net) 8. [notepad-plus - Open Discussion] Vibrant Ink theme not updating (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Vibrant Ink theme not updating (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Fold margin (SourceForge.net) 11. [notepad-plus - Help] RE: find feature question (SourceForge.net) 12. [notepad-plus - Open Discussion] RE: Syntax highlighting script for MediaWiki (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 24 Aug 2009 14:27:25 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to change clickable link color? To: nore...@sourceforge.net Message-ID: <7580498.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=7580498 By: cchris Follow-up: The ollowing macro definition will set the foregound colour for hovered clickable links to green:<Macro name="colorAHSgreen" Ctrl="Yes" Alt="Yes" Shift="No" Key="101"> <Action type="0" message="2410" wParam="1" lParam="65280" sParam=""/> </Macro> Changing 2410 to 2411 will similarly adjust the background colour. Remember that colours are in BGR format: most significant bits are for blue, middle ones for green and lesat significant ones for red. CChris ______________________________________________________________________ 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: Mon, 24 Aug 2009 14:37:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: CSS highlighting in <style> tags To: nore...@sourceforge.net Message-ID: <7580524.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=7580524 By: leeoniya2 i think Scintilla is an 8 bit lexer. meaning each character can be one of 128 styles and the parsers cannot be nested or combined. so even the HTML multihighligher is limited to 128 style defs in a single doc...i'm not sure how many are currently exhausted but it's probably very close since it needs to highlight a ton of nested languages like js, css, php. once again, having never looked at the source i think thats the issue....i remember inquiring about the same thing some time ago on some forum. Leon ______________________________________________________________________ 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: Mon, 24 Aug 2009 15:36:02 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: [drawing] - Plugin for Notepad++ To: nore...@sourceforge.net Message-ID: <7580632.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=7580632 By: cchris You don't need to know any C. As long as your preferred language can talk to C code and can produce a dll, it is ok. There are plugins written in Oberon (Pascal-like) and PureBasic. You can check http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title =Plugin_Development for details, or look at the code for simple plugins for inspiration - but indeed most of them are in C++. CChris ______________________________________________________________________ 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: Mon, 24 Aug 2009 17:13:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Syntax highlighting script for MediaWiki To: nore...@sourceforge.net Message-ID: <7580800.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=7580800 By: jeremyrudd I don't understand what to do. Is it easy for me, or for the authors of NP++ to add the lexer? I've added a small bit of support for MediaWiki using the UDL support, but there are problems. I need a better external lexer. ______________________________________________________________________ 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: Mon, 24 Aug 2009 18:34:49 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] find feature question To: nore...@sourceforge.net Message-ID: <7580935.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=7580935 By: frec so i am currently trying to figure out how to use the find feature.. the problem is that notepad++ won't ignore the whitespaces in front of the lines. i could use the "ignore whitespace" feature in dreamweaver to get the search result that i needed. is there any similar feature in notepad++ that does 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: 6 Date: Mon, 24 Aug 2009 18:35:33 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] find feature question To: nore...@sourceforge.net Message-ID: <7580937.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=7580937 By: frec so i am currently trying to figure out how to use the find feature.. the problem is that notepad++ won't ignore the whitespaces in front of the lines. i could use the "ignore whitespace" feature in dreamweaver to get the search result that i needed. is there any similar feature in notepad++ that does 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: Mon, 24 Aug 2009 19:13:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Fold margin To: nore...@sourceforge.net Message-ID: <7581003.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=7581003 By: andrejanubis Thank you very much, but the link is not working! Can you please send me an example of LexSQL.cxx to andrej.anu...@inbox.com ______________________________________________________________________ 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: Mon, 24 Aug 2009 20:25:16 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Vibrant Ink theme not updating To: nore...@sourceforge.net Message-ID: <7581147.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=7581147 By: spoiledham I just tried installing the Vibrant Ink theme but Notepad++ is still showing the same style as before. I extracted the XML file, made a backup of the existing stylers.xml, and then pasted the new stylers.xml into the Notepad++ directory. I restarted the program but nothing has changed - any ideas why? ______________________________________________________________________ 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, 24 Aug 2009 22:28:38 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Vibrant Ink theme not updating To: nore...@sourceforge.net Message-ID: <7581367.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=7581367 By: cchris Because Notepad++ has to find your theme file in the themes\ subfolder in order to load it. CChris ______________________________________________________________________ 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: Mon, 24 Aug 2009 22:25:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Fold margin To: nore...@sourceforge.net Message-ID: <7581354.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=7581354 By: cchris Damn... here is the link: http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Compiling_Not epad%2B%2B. As for the lexer file, it is in the <source dir>\scintilla\src\ subfolder.. Still need a copy? CChris ______________________________________________________________________ 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, 24 Aug 2009 22:18:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find feature question To: nore...@sourceforge.net Message-ID: <7581342.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=7581342 By: cchris yes, use regular expressions. A whitespace character is represented by \s, so the following all lines starting with "foo", no matter the indentation: ^\s*foo CChris ______________________________________________________________________ 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: Mon, 24 Aug 2009 22:21:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Syntax highlighting script for MediaWiki To: nore...@sourceforge.net Message-ID: <7581346.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=7581346 By: cchris If an internal lexer is available, it is quite easy to add. Then, if you have the Visual Studio compiler, you can regenerate Scilexer.dll, and there you go. Creating an external lexer is less straightforwrd perhaps, but you can have it do many related things, since it is both a plugin and a lexer. CChris ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ 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 39, Issue 41 *************************************************