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 - Translation] RE: New dutch translation (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Ugly search-results in v5.2 (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: A context menu bug in Notepad++ v5.1.4 (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: A context menu bug in Notepad++ v5.1.4 (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: indent auto-wrapped lines (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: indent auto-wrapped lines (SourceForge.net) 7. [notepad-plus - Translation] RE: New strings in version 5.2 (SourceForge.net) 8. [notepad-plus - Translation] RE: New strings in version 5.2 (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: TextFX Characters - Cascading menu ? (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Convenience (SourceForge.net) 11. [notepad-plus - Help] BUG: Notepad++ 5.0.3 and multiple monitors (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 09 Feb 2009 15:57:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: New dutch translation To: nore...@sourceforge.net Message-ID: <6383568.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=6383568 By: famlam I changed it for 5.2 Changes: NEW: 1660 1686 6420 47008 DELETED: 1623 Download: http://solidfiles.com/d/IAxU Can this one become added in a new version of notepad++??? The previous I submitted wasn't added. Currently there is an very old translation in the installer! So would you please add it??? Kind regards, Sander ______________________________________________________________________ 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: 2 Date: Mon, 09 Feb 2009 16:02:19 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Ugly search-results in v5.2 To: nore...@sourceforge.net Message-ID: <6383600.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=6383600 By: yniq Hi, Regarding (1) and (2) please see me message here: https://sourceforge.net/forum/message.php?msg_id=6377406 I think this is the problem. (3) Currently not. But previous searches are automatically collapsed. You can clear all results using the new command from the pop-up menu. (right click the results) (4) The filters field is editable - you can put whatever you want there. It is also saved in the combo-box history. ______________________________________________________________________ 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, 09 Feb 2009 16:12:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: A context menu bug in Notepad++ v5.1.4 To: nore...@sourceforge.net Message-ID: <6383665.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=6383665 By: imgen I investigated this issue myself and found a solution: added a line _pluginsManager.setMenu(_mainMenuHandle, NULL); befor the line pNppParam->reloadContextMenuFromXmlTree(_mainMenuHandle); in reloadLang method of Notepad_plus class in Notepad_plus.cpp root cause: cause that the main menu is renewed, but the plugin menu isn't, and reloadContextMenuFromXmlTree need mainMenuHandle to look up the context menu items. ______________________________________________________________________ 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: Mon, 09 Feb 2009 16:17:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: A context menu bug in Notepad++ v5.1.4 To: nore...@sourceforge.net Message-ID: <6383688.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=6383688 By: imgen sorry, solution doesn't wolk. it has serious side effects. ______________________________________________________________________ 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, 09 Feb 2009 16:19:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: indent auto-wrapped lines To: nore...@sourceforge.net Message-ID: <6383709.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=6383709 By: x-btc-wx_26p > any code written that relies on this behavior would look terribly broken and out of alignment if opened in another text editor. No idea why you're saying that, it's no different than inserting tabs manually. The files created in Textpad with this look just fine in any editor and I can't see any reason why they wouldn't. ______________________________________________________________________ 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, 09 Feb 2009 16:23:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: indent auto-wrapped lines To: nore...@sourceforge.net Message-ID: <6383727.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=6383727 By: x-btc-wx_26p addition to my previous post: there's no actual spaces/tabs inserted in the wrapped part of line 1, it's just the presentation that's changed here's another screenshot from Textpad with Visible spaces enabled: http://img110.imageshack.us/img110/1891/clipboardimagebk0.png ______________________________________________________________________ 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, 09 Feb 2009 16:33:06 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: New strings in version 5.2 To: nore...@sourceforge.net Message-ID: <6383961.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=6383961 By: muntealb Thanks for sharing your discovery. There is a new string present in the english.xml file for 5.2: <Item id = "44009" name = "Post-it"/> It's for a setting to view only the content of the file, without seeing the tab bar. There is also a new string with the text "Localization", but I don't know which "Item id" it has. ______________________________________________________________________ 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: Mon, 09 Feb 2009 16:38:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: New strings in version 5.2 To: nore...@sourceforge.net Message-ID: <6384013.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=6384013 By: famlam The Post-it -item already existed in 5.1.4... I couldn't find the 'Localization' string (not in English.xml). But indeed it is not translated. So I think Don forgot to add it to the strings. ______________________________________________________________________ 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: Mon, 09 Feb 2009 13:07:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: TextFX Characters - Cascading menu ? To: nore...@sourceforge.net Message-ID: <6382199.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=6382199 By: zeewolf16 I had the same situation. I have found it is caused by NppDocShare.dll plugin. Delete it, and use nppNetNote.dll (successor). ______________________________________________________________________ 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, 09 Feb 2009 17:04:07 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Convenience To: nore...@sourceforge.net Message-ID: <6384193.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=6384193 By: donho > If there is demand - I suppose it's worth considering making this behavior optional. It might worth to do a survey to define this behaviour. But it won't be optional because the clutter is what I want to avoid. 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: 11 Date: Mon, 09 Feb 2009 17:23:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] BUG: Notepad++ 5.0.3 and multiple monitors To: nore...@sourceforge.net Message-ID: <6384341.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=6384341 By: stessarin Hi I found a possible bug. Scenario: laptop with a external monitor in 'extended desktop' mode. Notepad++ is working on eternal monitor. Now I shut down and when restart the external monitor is not pluged. When opening Notepad++ hangs and sometimes crashes. hope this could help. regards, Stefano ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com ------------------------------ _______________________________________________ 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 33, Issue 23 *************************************************