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 - Help] RE: Help deletin dupe words/lines and sorting (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: Hex Editor v0.9 released !!!! (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Tags match highlight (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: Hex Editor v0.9 released !!!! (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: major UI issue regarding RTL (SourceForge.net) 6. [notepad-plus - Help] RE: RunExec CreateProcess() failed (SourceForge.net) 7. [notepad-plus - Translation] RE: Updated Notepad++ v5 translation model (SourceForge.net) 8. [notepad-plus - Help] Use TextFX in macros? (SourceForge.net) 9. [notepad-plus - Open Discussion] Notepad++ v5 Official Release is available (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Tags match highlight (SourceForge.net) 11. [notepad-plus - Open Discussion] User Define Language Problem (SourceForge.net) 12. [notepad-plus - Help] Making NFO file show as Normal Text (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 05 Jul 2008 18:28:00 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help deletin dupe words/lines and sorting 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=5075869 By: fool4uanyway > Thanks a whole bunch (I can see you went through a lot of work to do it). You're welcome. (I only had to re-write and adapt the previous instruction. It wasn't that hard.) I forgot to mention the Simple Script Plug-In also has two functions to remove duplicate lines: DeleteDupes() and DeleteDupesCase(). >>DeleteDupes(): Deletes any line that is identical to a previous line. This results in a list of only distinct rows. Use this in combination with sort() to get a sorted list with no duplicate entries. The matching on this is case-insensitive. So for example, "bird" matches to "BIRD". For case-sensitive matching, use deletedupescase() instead. >>DeleteDupesCase(): Deletes any line that is identical to a previous line, with case-sensitive matching. This results in a list of only distinct rows. Use this in combination with sort() or sortcase() to get a sorted list with no duplicate entries. The matching on this is case-sensitive. So for example, "bird" is no the same as "BIRD". For case-insensitive matching, use deletedupes() instead. ______________________________________________________________________ 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: Sat, 05 Jul 2008 19:23:16 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Hex Editor v0.9 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=5075938 By: dv__ Great! Thank you! However, Go To Offset does not work. Incremental Search does not work also. Notepad++ 4.9.2. ______________________________________________________________________ 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: Sat, 05 Jul 2008 19:24:09 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tags match highlight 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=5075940 By: nobody If you are using html, when you click the opening tag, the closing tag for it will high lite. ______________________________________________________________________ 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: Sat, 05 Jul 2008 19:27:18 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Hex Editor v0.9 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=5075947 By: dv__ Or maybe I just don't understand what does Go To Offset mean? What is the difference between Go To Address and Go To Offset? Maybe it must have different name according to its meaning? ______________________________________________________________________ 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: 5 Date: Sat, 05 Jul 2008 19:53:52 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: major UI issue regarding RTL 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=5075969 By: nobody Yes, this is a major issue for me too. :( ______________________________________________________________________ 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: Sat, 05 Jul 2008 19:56:56 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RunExec CreateProcess() failed 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=5075975 By: dv__ I think you get "CreateProcess() failed" because your bat-file can not be found. Try to 1) specify a full path to your bat-file 2) or place the bat-file into Notepad++'s folder (not to Notepad++\plugins folder) and specify "$(NPP_DIRECTORY)\Execute.bat" instead of just "Execute.bat" ______________________________________________________________________ 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: Sat, 05 Jul 2008 22:43:08 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Updated Notepad++ v5 translation model 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=5076199 By: donho Didn't get your translation. 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=558104 ------------------------------ Message: 8 Date: Sat, 05 Jul 2008 22:52:36 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Use TextFX in macros? 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=5076212 By: kenjacobs I want to use the CTRL-SHFT-B command (Mark to Matching Brace) command of the TextFX plugin in a macro to find sets of lines to replace, but I'm having trouble ... My text looks like this Stuff I want to keep { some stuff I want to delete } Stuff I want to keep I can search for the brace {, hit CTRL-SHIFT-B, then the DEL key, and get just what I want. Once. But I want to do it 100s of times. I can't seem to get it to work in a macro. The TextFX command simple seems to be ignored in my record macro, so the brace { gets deleted, but nothing else. Can anyone help? Also, is there a difference between TextFX's "Mark to Matching Brace" and "Mark Lines to Matching Brace"? I don't see the difference. Also, there is no shortcut for "Mark Lines to Matching Brace". Is there some way to add it? Thanks ... ______________________________________________________________________ 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: Sun, 06 Jul 2008 00:15:08 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad++ v5 Official Release is available 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=5076292 By: donho Notepad++ is version 5 now : https://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072&r elease_id=611464 In order to make v5 deserve its version number, Harry and I work hard for this release. These are main features added in v5 : * The performance of Notepad++ v5 is improved - especially on exit. * Function parameters calltip hint : in a modern IDE, it always comes together with auto-completion. In this version of Notepad++ calltip feature is implemented as extension of auto-completion. All the api files for auto-completion are now under xml format(with extension .xml). Calltip is available for all the supported languages - you just need to add them(the php.xml is complete). Here is the tutorial for this now functionality : http://notepad-plus.wiki.sourceforge.net/Create_AutoComplete * Tags match highlight : it will be adored by html/xml guys. The colours can be configured in Styler Configurator dialog. Check Preference dialog to disable this feature (through I don't know why you want to do that). * Enhancement of adding item in context menu : All the plugin commands can be added into context menu. Furthermore adding context menu items in contextMenu.xml is easier in this version. Note that for the sake of backward compatibility, id attribute will still work on the future release. Here you can find context menu howto : http://notepad-plus.sourceforge.net/uk/contextMenu-HOWTO.php A lot of other new features are added in v5 : bookmarked lines cut/copy/paste/delete operations, more items (caret, tab bar) are configurable, rename/delete current edited file...etc. I let you discover them yourself. Notepad++ v5 fixed bugs and added features (from v4.9.2) : 1. Improve Notepad++ performance - on startup and on exit. 2. Add Calltip capacity. 3. Add HTML/XML tag match highlighting. 4. All the menu commands can be added in context menu, including plugins' commands, macros and user defined commands. 5. Add bookmarked lines operations : delete all marked lines, copy all marked lines into clipboard, cut all marked lines into clipboard, paste from clipboard to replace all marked lines content. 6. Add rename and delete current document features. 7. Fix crash bug : Open files with date pre-1970. 8. Fix clone mode bug : now the actions done in one view will be synchronized in the cloned view. 9. Add tooltips in document tab to display the full file name path. 10. Change hide lines behaviour : Hide lines now saved during switches. 11. Change file history list behaviour : Most recent closed file is on the top. Add number on list. 12. Caret width and blink rate are customizable. 13. Add asterisk in title bar if file is dirty. 14. The bookmarks' look & feel are improved. 15. Add "Select all" and "copy" context menu items in Find in files results window. 16. Fix goto line with command line bug. 17. Improve smart highlight / mark all / incremental search highlight all visibility 18. Tabbar's coulours is configurable via Stylers Configurator(Active tab Text, Inactive tab text, Inactive tab background, Active tab focused indicator and Active tab unfocused indicator). 19. Add the smart highlight file size limit - 1.5 MB in order to improve the performance. 20. Add exception handling (dumping filedata). 21. Fix go to line command line bug. 22. Enhance Find in files and Find in all opened files features' performance. 23. Fix dialog off screen problem under multi-monitor environment. 24. Add 2 plugin message for v5 : NPPM_GETFULLPATHFROMBUFFERID and NPPM_GETPOSFROMBUFFERID. Included plugins : 1. TexFX v0.24a 2. NppExec v0.2 RC3.2 3. Spell Checker v1.3.1 4. MIME Tools v1.4 5. FTP_synchronize v0.9.6 6. NppExport v0.2.7.3 7. Compare plugin v1.5.1 8. Light Explorer v1.5 9. Doc Monitor v2.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=331753 ------------------------------ Message: 10 Date: Sun, 06 Jul 2008 01:32:24 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tags match highlight 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=5076376 By: nobody Doesn't work by me... ______________________________________________________________________ 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: Sun, 06 Jul 2008 01:48:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] User Define Language Problem 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=5076400 By: rfdes I am new to Notepad++ so I'm learning. When I use the USER DEFINED language tool to set up a custom syntax highlight configuration, I cannot seem to get the font to work. I'm using Vista, so I don't know if that has any effect. At the moment I am using NPP 5.0. Am I doing something wrong? Thanks for any help... Jim ______________________________________________________________________ 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: Sun, 06 Jul 2008 02:26:46 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Making NFO file show as Normal Text 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=5076437 By: konijnpluis Is it really needed to start messing up the .XML files for it to show .NFO files as nroaml text ? Why doesn't this program remember what Language we choose for a specific extension ? And, why doesn't this program remember search strings in between sessions ? ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- 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 12 *************************************************