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: File Association in Windows (SourceForge.net) 2. [notepad-plus - Help] RE: ToolBarIcons.xml (SourceForge.net) 3. [notepad-plus - Help] RE: How to count no of lines in all open tabs? (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Support for older version of notepad ++ (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: work without tab (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Support for older version of notepad ++ (SourceForge.net) 7. [notepad-plus - Help] php style color problem of //<![CDATA[ (SourceForge.net) 8. [notepad-plus - Open Discussion] Future Compare feature (SourceForge.net) 9. [notepad-plus - Help] Keybinding for TextFX menu items (SourceForge.net) 10. [notepad-plus - Help] stylers.xml, Please help me (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 09 Jun 2009 14:46:31 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File Association in Windows To: nore...@sourceforge.net Message-ID: <7434376.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=7434376 By: anakondrak I had the same problem as you. I don't know if there is a quick way to solve this but anyway, here is how I solved it. Basically what you need to do is to create new entries in the registry for the different file types and then you associate these files with the new values. Run regedit, export HKEY_CLASSES_ROOT\Notepad++_file and edit the .reg file according to your preferences. See the example below. This was the original .reg file Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Notepad++_file] @="Notepad++ Document" "EditFlags"=hex:00,00,00,00 [HKEY_CLASSES_ROOT\Notepad++_file\DefaultIcon] @="\"C:\\Program Files\\Notepad++\\notepad++.exe\",0" [HKEY_CLASSES_ROOT\Notepad++_file\shell] [HKEY_CLASSES_ROOT\Notepad++_file\shell\Edit] @="&Edit" [HKEY_CLASSES_ROOT\Notepad++_file\shell\Edit\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\msohtmed.exe\" %1" [HKEY_CLASSES_ROOT\Notepad++_file\shell\open] [HKEY_CLASSES_ROOT\Notepad++_file\shell\open\command] @="\"C:\\Program Files\\Notepad++\\notepad++.exe\" \"%1\"" [HKEY_CLASSES_ROOT\Notepad++_file\shell\Print] @="&Print" [HKEY_CLASSES_ROOT\Notepad++_file\shell\Print\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\msohtmed.exe\" /p %1" [HKEY_CLASSES_ROOT\Notepad++_file\ShellEx] [HKEY_CLASSES_ROOT\Notepad++_file\ShellEx\IconHandler] @="{42042206-2D85-11D3-8CFF-005004838597}" I replaced "Notepad++_file" with "Notepad++_php" and "Notepad++ Document" with "PHP". The new file looked like this: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Notepad++_php] @="PHP" "EditFlags"=hex:00,00,00,00 [HKEY_CLASSES_ROOT\Notepad++_php\DefaultIcon] @="\"C:\\Program Files\\Notepad++\\notepad++.exe\",0" [HKEY_CLASSES_ROOT\Notepad++_php\shell] [HKEY_CLASSES_ROOT\Notepad++_php\shell\Edit] @="&Edit" [HKEY_CLASSES_ROOT\Notepad++_php\shell\Edit\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\msohtmed.exe\" %1" [HKEY_CLASSES_ROOT\Notepad++_php\shell\open] [HKEY_CLASSES_ROOT\Notepad++_php\shell\open\command] @="\"C:\\Program Files\\Notepad++\\notepad++.exe\" \"%1\"" [HKEY_CLASSES_ROOT\Notepad++_php\shell\Print] @="&Print" [HKEY_CLASSES_ROOT\Notepad++_php\shell\Print\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\msohtmed.exe\" /p %1" [HKEY_CLASSES_ROOT\Notepad++_php\ShellEx] [HKEY_CLASSES_ROOT\Notepad++_php\ShellEx\IconHandler] @="{42042206-2D85-11D3-8CFF-005004838597}" I then merged the new file into the registry. After the merge I had 2 keys in the registry, the original one ([HKEY_CLASSES_ROOT\Notepad++_file]) and the new one ([HKEY_CLASSES_ROOT\Notepad++_php]). The next step was to associate the .php files with the new file type that I had created. I used a freeware application named FileTypesMan which can be downloaded from this location: http://www.nirsoft.net/utils/file_types_manager.html ______________________________________________________________________ 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: Tue, 09 Jun 2009 14:54:15 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ToolBarIcons.xml To: nore...@sourceforge.net Message-ID: <7434390.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=7434390 By: cchris Whil I am not sure of what you are comparing, my first guess is that it depends on whether you use the Classic vs XP Windows theme. 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: 3 Date: Tue, 09 Jun 2009 15:00:19 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to count no of lines in all open tabs? To: nore...@sourceforge.net Message-ID: <7434401.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=7434401 By: cchris I'm not sure there is a simple way to do that, since several tabs may relate to the same file, and you must avoid counting the lines twice. Also, do blank/comment lines count? What if some opened document does not contain code? Does int n1; int n2; count for 2 lines, while int n1, n2; counts for 1? Net result: that could be an idea for a plugin writer. But the specification at this point is woefully incomplete. 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: 4 Date: Tue, 09 Jun 2009 15:30:25 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Support for older version of notepad ++ To: nore...@sourceforge.net Message-ID: <7434458.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=7434458 By: cchris The basic policy as I understand it is: if there is an issue, then first upgrade (cost=0.00), and then see if problem persists. If so, then welcome back with a current issue. If ANSI vs Unicode is an issue, download the latest 7-zipped package rather than the installer, and then choose the ansi folder from the archive. You can check the developer list of the project, and then search the forums for their posts. That's the most reliable idea you can get from their involvement vs available time trade offs. If you consider donho as a "vendor", perhaps do you want to donate to the project? :-) 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: 5 Date: Tue, 09 Jun 2009 16:48:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: work without tab To: nore...@sourceforge.net Message-ID: <7434588.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=7434588 By: buttfucktruck THANK YOU SO MUCH :D i love you 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: 6 Date: Tue, 09 Jun 2009 17:28:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Support for older version of notepad ++ To: nore...@sourceforge.net Message-ID: <7434657.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=7434657 By: donho coundown: > If you want a bug fix or a new feature, the answer is certainly > that you should get the latest version (5.4.3, at the moment). Chris : > The basic policy as I understand it is: if there is an issue, then first > upgrade (cost=0.00), > and then see if problem persists. If so, then welcome back with a current issue. I confirm the above statements. Unlike a commercial project, the maintenance of open source project is usually linear (ie. the old versions are not maintained, the bug fixes and new features are included in the newest version). The reason is obvious - The old versions maintenance takes time for the developers (they code and manage the project with their vacant time) and the update cost is 0 for the end user. 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: 7 Date: Tue, 09 Jun 2009 18:45:53 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] php style color problem of //<![CDATA[ To: nore...@sourceforge.net Message-ID: <7434767.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=7434767 By: bilmiyorum as you can see in this picture: http://i42.tinypic.com/oky2ie.gif when i add //<![CDATA[ tag to my echo"here"; php style colours gone. ______________________________________________________________________ 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: Tue, 09 Jun 2009 19:13:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Future Compare feature To: nore...@sourceforge.net Message-ID: <7434795.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=7434795 By: jsleroy A screen shot to show what is being developed and would be available in future release of Compare. http://s694.photobucket.com/albums/vv301/meluko/?action=view¤t=Untitled.jp g Best regards, Jean-S?bastien ______________________________________________________________________ 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: Tue, 09 Jun 2009 19:16:43 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Keybinding for TextFX menu items To: nore...@sourceforge.net Message-ID: <7434800.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=7434800 By: nhsilber A coworker and I have been puzzling over this, trying to figure out how to invoke the following menu item from a keystroke: TextFX -> TextFX HTML Tidy -> Tidy: Reindent XML We do a lot of XML/XSL/XSL:FO editing and are constantly using this function. It would be a real time-saver if we could hook this up to a keystroke. Unfortunately, the TextFX menu items don't appear to be visible and configurable from the Shortcut Mapper (Notepad++ v5.4.3). I have installed the XML Tools plugin which is visible on the plugins tab of the Shortcut mapper. However, we've seen some problems with this corrupting XML when using the Pretty Print feature. The TextFX/HTML Tidy reindent seems a little more robust. Any tips/thoughts? Best regards, Nick ______________________________________________________________________ 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: Tue, 09 Jun 2009 19:36:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] stylers.xml, Please help me To: nore...@sourceforge.net Message-ID: <7434827.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=7434827 By: royshoa Hello, I'm trying to edit the stylers.xml and langs.xml because I like to add a some functions style to ASP with another colors. I open the stylers.xml and add this line: <WordsStyle name="WORD2" styleID="88" fgColor="0000FF" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" /> Then i open the langs.xml and add this line: <Keywords name="instre2">some functions</Keywords> To finish i I delete stylers.xml from %APPDATA%\Notepad++ Results: The FUNTIONS is a menupoint but doesn't work. (when i type them its dose not change the color. I dont know what to do, are some one can help me ? Thanks, Roy Shoa. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ------------------------------ _______________________________________________ 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 37, Issue 26 *************************************************