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: Shortcuts (SourceForge.net) 2. [notepad-plus - Open Discussion] in *.aspx and *.jsp not selected language (SourceForge.net) 3. [notepad-plus - Open Discussion] REQ: "Keep non-existing File" (SourceForge.net) 4. [notepad-plus - Help] RE: Error when opening program (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Notepad++ v5.0.1 comes out (SourceForge.net) 6. [notepad-plus - Help] 5.0.1 Bug with Javascript Strings (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Textmate Themes for Notepad++ (SourceForge.net) 8. [notepad-plus - Help] How to disable Reload dialog spamming? (SourceForge.net) 9. [notepad-plus - Help] Vista problems... (SourceForge.net) 10. [notepad-plus - Plugin Development] Request: Form objects plugin (SourceForge.net) 11. [notepad-plus - Help] Function List and 5.0 (SourceForge.net) 12. [notepad-plus - Help] Changing Format to UTF-8 (SourceForge.net) 13. [notepad-plus - Open Discussion] RE: FR: restrict N++ to smart users only PLEA (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 16 Jul 2008 14:02:22 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Shortcuts 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=5100362 By: vatsanv Just figured it out, took some deep looking. My goal was the same - to sync up few of the Eclipse shortcuts with Notepad++'s. Anyways, I use v4.9.2 and under Settings -> Shortcut Mapper, look in the 'Scintilla commands' tab. Not sure if its 16 (SCI_SELECTIONDUPLICATE) or 94 (SCI_LINEDUPLICATE) you'll need to modify to achieve what you want. HTH. ______________________________________________________________________ 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: Wed, 16 Jul 2008 14:35:07 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] in *.aspx and *.jsp not selected language 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=5100424 By: nobody Hello For the files with extension *.aspx and *.jsp not selected language by default. ______________________________________________________________________ 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: Wed, 16 Jul 2008 16:13:01 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] REQ: "Keep non-existing File" 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=5100673 By: mapsedge It would be nice if the "Keep non-existing File" dialog had a "Don't ask again" checkbox. I switch from source code to "view source" source code many many times in a session, and it would be nice to have the option of losing that interruption. Again, well done! ______________________________________________________________________ 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: Wed, 16 Jul 2008 15:36:37 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Error when opening program 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=5100588 By: doogie88 Thank you, is now working. ______________________________________________________________________ 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, 16 Jul 2008 16:18:36 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.0.1 comes out 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=5100689 By: mapsedge >4. Fix Notepad++ launch problem under WINE. Saw that last night after installing Ubuntu Studio on my sandbox PC. Hooray! That puts me one step closer to switching my work pc to Linux. Good on ya. ______________________________________________________________________ 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: Wed, 16 Jul 2008 16:21:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] 5.0.1 Bug with Javascript Strings 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=5100694 By: boxjuice Steps to reproduce: 1. Open Notepad++ 5.0.1 2. Type the following text: <script> var buffer = '<a><b>test</b></a>'; </script> 3. Save the file as anything .html 4. Attempt to press the space bar AFTER the "<a", thus making the text read: <script> var buffer = '<a ><b>test</b></a>'; </script> 5. Notepad++ will close immediately without any error message. Conditions: 1. Seems to happen only after the document is freshly saved (i.e. Not dirty). 2. Seems to happen only with the <a> tag while inside a Javascript string. 3. Seems to happen only with Syntax Highlighting turned on (and set to HTML). Workaround: Dirty the document by typing a character and deleting it elsewhere in the document. Do not save the document until after you've made the changes to the Javascript string. ______________________________________________________________________ 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, 16 Jul 2008 17:16:27 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Textmate Themes for Notepad++ 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=5100816 By: nobody I would love to be able to use this for the sunburst theme. But I am unable to copy the information in the tmTheme file into the box, as it has unknown chacters in it. Is there a certain way I have to open the tmTheme file? I also get the following error Framework Runtime Error An error occurred processing the page you requested. Please see the details below for more information. Error while parsing XML data: An invalid character was found in text content. Object required: 'Session(...)' @ /app/models/tmTheme2nppStylerModel.asp, line 329 ______________________________________________________________________ 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: Wed, 16 Jul 2008 18:03:50 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] How to disable Reload dialog spamming? 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=5100913 By: mrbenconrad I tend to look at actively changing syslog files with notepad++. Every 10-15 seconds I get prompted to 'Reload'. How can I turn the Reload feature off? Ben ______________________________________________________________________ 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: Wed, 16 Jul 2008 18:12:27 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Vista problems... 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=5100930 By: wakeup12 I am using npp5.0 on Vista. I am having problems while using it. After made a "Find in Files" search i cant open new files to edit with notepad++. I have to restart notepad when this happens... ______________________________________________________________________ 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: Wed, 16 Jul 2008 18:15:35 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Request: Form objects plugin 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=5100939 By: wakeup12 Hello, is it possible to add "Form Objects Plugin for HTML" into notepad++. We will have to type all the tags by hand. For ex a plugin that adds a input text: <input type='text' value='sdkjasjd'> like 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=482781 ------------------------------ Message: 11 Date: Wed, 16 Jul 2008 18:17:53 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Function List and 5.0 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=5100943 By: mellery OK, so the installer for 5.0 disables the function list plugin (says it's not compatible). I can't live without this functionality - is there any equivalent functionality in NPP or another plugin? ______________________________________________________________________ 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: Wed, 16 Jul 2008 18:27:09 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Changing Format to UTF-8 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=5100965 By: warebear1975 I have found that for some reason Notepad++ 5 defaulted to Encode in ANSI. Well this removes any language formats until you change and change back to that language. (i.e. css to html then back to css to gain proper formatting.) I went into the config.xml file and changed the appropriate setting as per the comments in the config file. This did not work. <!-- New Document default settings : format = 0/1/2 -> win/unix/mac encoding = 0/1/2/3/4/5 -> ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOM defaultLang = 0/1/2/.. --> <GUIConfig name="NewDocDefaultSettings" format="0" encoding="1" lang="0" /> According to the comment "encoding='3'" should have been my encoding to change it to default new documents as UTF8...as you can see I pasted this from my new config file. "encoding='1'" worked and placed it as UTF8. Not sure how to report this as a bug so posting here. Other than that...I love the new features of 5 and have been using Notepad++ since version 2.0 and loving it for all my HTML coding needs. ______________________________________________________________________ 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: 13 Date: Wed, 16 Jul 2008 19:52:02 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: FR: restrict N++ to smart users only PLEA 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=5101131 By: nobody Do you think "they" are going to search for "smart users only PLEASE!!" and find this brilliant help message??? ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ 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 45 *************************************************