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] CALLBACK to plugin by keystrokes? (SourceForge.net) 2. [notepad-plus - Help] RE: 5.4.4 Starts with Error Message (SourceForge.net) 3. [notepad-plus - Help] RE: Selection Highlighting (SourceForge.net) 4. [notepad-plus - Help] RE: Updating Npp & save configs (SourceForge.net) 5. [notepad-plus - Help] RE: plain text (SourceForge.net) 6. [notepad-plus - Help] RE: Notepad++ consistently crashing 5-6 times/day (SourceForge.net) 7. [notepad-plus - Help] RE: pls help-how to replace paragraph (SourceForge.net) 8. [notepad-plus - Translation] RE: Simplified Chinese Translation (SourceForge.net) 9. Notepad++ FTP Plugin: Long Paths (Jamie Savard) 10. [notepad-plus - Help] RE: "Get more plugins"? (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 15 Jul 2009 06:47:20 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] CALLBACK to plugin by keystrokes? To: nore...@sourceforge.net Message-ID: <7503456.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=7503456 By: pwner4once Hello, I am currently working on the last 'rested' QuickText plugin. However I was not sure how to implement some feature and need some help The goal is to have _Abc update itself. Meaning, if if one _Abc is changed, the rest should change too. int _Abc; public int Abc { get { return _Abc; } set { _Abc = value; } } I know a usual CALLBACK is registered through some kind of hotkey with scintilla. However I have seen autocomplete kicking in by typing first letter and etc. So is there any way that I can make this work? I am open to all ideas since I am not familiar with Notepad++ that well. :) Thanks all ______________________________________________________________________ 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: Wed, 15 Jul 2009 09:20:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 5.4.4 Starts with Error Message To: nore...@sourceforge.net Message-ID: <7503825.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=7503825 By: cchris Are you using v5.4.4? It supposedly fixes this, or some closely related issue. 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: Wed, 15 Jul 2009 09:23:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Selection Highlighting To: nore...@sourceforge.net Message-ID: <7503834.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=7503834 By: cchris Because Smart hihlighting is turned on. Turn it off in the Setings, if it bothers you. The higlighting does not imply you can replace everything at a keystroke. However you can always use Search/Replace to do that. 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: Wed, 15 Jul 2009 09:30:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Updating Npp & save configs To: nore...@sourceforge.net Message-ID: <7503854.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=7503854 By: cchris Please search this forum for "config" and "upgrade". The best thing is backing up your configuration, installins and then checkin the differences. In some rare cases, you'll have to merge the files - I'd recommend WinMerge to do that. The installer is not smart enough to perform this delicate art. 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: 5 Date: Wed, 15 Jul 2009 09:33:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: plain text To: nore...@sourceforge.net Message-ID: <7503862.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=7503862 By: cchris Where do the counts come from? 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: 6 Date: Wed, 15 Jul 2009 09:51:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ consistently crashing 5-6 times/day To: nore...@sourceforge.net Message-ID: <7503888.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=7503888 By: cchris On upgrading, installer declares that plugin xyz (mostlt FunctionList, HexEditor and Compare) are not compatible. They are, because they worked with the earlier version, and do work with the new one. The workaround I use is to rename each dll thus flagged as .dl. Then when installer is done, I rename them back. And the newer Notepad++ works fine with these dlls. The bug is that the installer wishes to delete plugins because they "are not compatible", even though they are for all practical purposes. This has happened since v5.1.3. Since I haven't installed 5.1.0, the bug could be around as early as that. 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: 7 Date: Wed, 15 Jul 2009 09:52:34 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: pls help-how to replace paragraph To: nore...@sourceforge.net Message-ID: <7503891.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=7503891 By: cchris Use the multiline Find/Replace from TextFX Quick submenu. 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: 8 Date: Wed, 15 Jul 2009 09:53:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Simplified Chinese Translation To: nore...@sourceforge.net Message-ID: <7503896.558...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7503896 By: schiffahr Hi guys! I found an error in the localization file -- chineseSimplified.xml:(version 5.4.4 Build time:Jul 5 2009) >From line 190 to line 209, the Items contains in TabBar. The parameter should be "order" not "oeder". If not, the translation will confuse users when they want to close the current tab. In English, it is "Close me", in Simplified Chinese, it is "??????". ______________________________________________________________________ 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: 9 Date: Wed, 15 Jul 2009 11:13:27 -0400 From: Jamie Savard <j.sav...@boxadmins.com> Subject: [Notepad-plus-plus] Notepad++ FTP Plugin: Long Paths To: notepad-plus-plus@lists.sourceforge.net Message-ID: <a782db30b313e579905742327018e...@boxadmins.com> Content-Type: text/plain; charset="UTF-8" Hey all, I have Notepad++ 5.4.4 installed on PortableApps. When I open a file that seems to have a long path on my web server... /public_html/scripta/MOMonitoring/classes/monito/class.monitoring_node.php Notepad++ opens ALL the files in my web server in tabs. I don't get it. I tried other files in the same folder, such as: /public_html/scripta/MOMonitoring/classes/monito/index.php That works fine. I go to other long paths and try long names and the same mechanism occurs... I'm not sure why. Does anyone have any idea? Thanks for your time! J ------------------------------ Message: 10 Date: Wed, 15 Jul 2009 09:54:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: "Get more plugins"? To: nore...@sourceforge.net Message-ID: <7503903.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=7503903 By: cchris I think the menu entry should point to the "files" page of the npp-plugins project rather. 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 ------------------------------ ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge ------------------------------ _______________________________________________ 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 38, Issue 53 *************************************************