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 - Open Discussion] Language display bug in release 5.1 (SourceForge.net) 2. [notepad-plus - Help] RE: { in the "right" place? (SourceForge.net) 3. [notepad-plus - Help] Match xml tags in User Define Dialog? (SourceForge.net) 4. [notepad-plus - Help] RE: Match xml tags in User Define Dialog? (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Notepad++ v5.1 Official Release is available (SourceForge.net) 6. [notepad-plus - Help] RE: setting in ftp connection (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: Will plugins be updated for version 5.1?? (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: Ruler for Notepad++ (SourceForge.net) 9. [notepad-plus - Help] Notepad++ shuts off (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 30 Oct 2008 02:56:14 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Language display bug in release 5.1 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=5535587 By: madkoala 5.1 release of notepad++ seems to have bug in language display. I'm korean user and using Windows XP SP3 whose locale is Korea, Korean. But, notepad 5.1 displays all menu in Chinese. So, I downgraded to 5.0.3 and it works well. This needs to be checked. ______________________________________________________________________ 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: 2 Date: Thu, 30 Oct 2008 06:15:00 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: { in the "right" place? 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=5536562 By: marcovo Thanks, that was what I was searching for I couldn't come up the word "indent", sorry for that I meant actually this: if () ___{ ___bla(); ___} but auto indent for that isn't needed for me, I want to type it myself Many many thanks Marco ______________________________________________________________________ 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: Thu, 30 Oct 2008 08:15:29 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Match xml tags in User Define Dialog? 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=5537279 By: warrentang Hi everybody I am trying to create a user defined language for the httpd.conf file(Apache). Here is a sample of the file: # This is a commment line # From httpd.conf for Apache <Directory "D:/PHP/Samples"/> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> # viewed by Web clients. <FilesMatch "^\.ht"> Order allow,deny Deny from all Satisfy All </FilesMatch> The problem is how to match the begin and end XML tag. What I want to achieve is: 1. Match all different tags(Directory, FilesMatch, etc.). 2. Match the whole tag (e.g. <Directory "D:/PHP/Samples"/> ). Can you help me? Thanks in advance. Regards Warren ______________________________________________________________________ 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: Thu, 30 Oct 2008 08:41:19 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Match xml tags in User Define Dialog? 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=5537425 By: warrentang In the View -> User Define Dialog I try to use <Directory to match the Folder Open, and to math the Folder Close I use </Directory> but this won't achieve the two goals I am after. I have also read the following article but it lacks the details: http://notepad-plus.sourceforge.net/uk/UserLanguageDefineSystem-HOWTO.php Is this possible to match regular expressions? ______________________________________________________________________ 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: Thu, 30 Oct 2008 10:08:13 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.1 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=5537966 By: gmacri Thanks Fabio (countdown) for your post on plugins and unicode. I found other suggestion for v5.1: 1) From the menu help I can access the help file (.chm) I downloaded from the web page. An idea that is suggest is there must be an access to it. 2) The word wrap limit line: depends of the font the visual limit. For example adjusted to 100 characters with Tahoma font, but the limit is not in 100 characters, but with font new Courier it is. 3) I Think Notepad++ is needing a ruler in the top of the page as in others text editors. This would be a good update. I know that the plugin TextFX I can insert a ruler, but is not the same thing. Best regards. ______________________________________________________________________ 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: Thu, 30 Oct 2008 11:01:41 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: setting in ftp connection 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=5538296 By: harrybharry You have to rightclick on the file and choose save as, then it will ask if you want to open the file. The FTP plugin is meant to be able to FTP files that are open in Notepad++, hence it automatically tries to do 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=331754 ------------------------------ Message: 7 Date: Thu, 30 Oct 2008 11:46:39 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Will plugins be updated for version 5.1?? 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=5538590 By: dv__ NppExec 0.3 beta1 (Unicode) will be released in the November, I think. This version contains a lot of new features, and everything must be tested. If somebody is interested in preliminary testing, please contact me (e-mail in NppExec -> Help/About...) or write your request in NppExec's forum in the "npp-plugins" ("Notepad++ Plugins") project. ______________________________________________________________________ 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: 8 Date: Thu, 30 Oct 2008 12:32:12 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Ruler 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=5538919 By: maurertodd I'd be interested in this 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=482781 ------------------------------ Message: 9 Date: Thu, 30 Oct 2008 14:01:31 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ shuts off 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=5539613 By: ideepak3m Hi Is anybody experiencing a similar problem? I have installed notepad++ and it was working fine until I installed google desktop software on the same system, and now notepad++ shuts off (closes) without any notice without saving the work. I like both notepad++ and google desktop and I would prefer to have both of running at the same time on the same computer. Amy help with this regard is highly appreciated. Dee Pak ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- 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 29, Issue 66 *************************************************