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] RE: Please Fix: UTF Filename spprt in Window (SourceForge.net) 2. [notepad-plus - Translation] RE: English.xml Changes in v.4.5 (SourceForge.net) 3. [notepad-plus - Help] Making PHP highlighting work better (SourceForge.net) 4. [notepad-plus - Help] automatically save before executing command? (SourceForge.net) 5. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and "Save (SourceForge.net) 6. [notepad-plus - Open Discussion] Is there a general 'user manual' for NP++? (SourceForge.net) 7. [notepad-plus - Help] can't open this file (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: FTP_synchronize crash report here (SourceForge.net) 9. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and "Save (SourceForge.net) 10. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and "Save (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 31 Oct 2007 16:26:07 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Please Fix: UTF Filename spprt in Window 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=4599318 By: donho > Please fix it, I never can open unicode filenames containing chinese, korean or japanese characters for example... If you write the code, chances are bigger that it will get into Notepad++ faster. 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: 2 Date: Wed, 31 Oct 2007 16:33:42 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: English.xml Changes in v.4.5 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=4599326 By: donho I have no time to update each language xml file myself, so if you want to contribute, you are welcome to download the xml file, add the new entries then send it to me. 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: 3 Date: Wed, 31 Oct 2007 16:20:58 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Making PHP highlighting work better 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=4599310 By: dogooder I just downloaded Notepad++ 4.5 to try it out. I have been using a flavor of SciTE. So far I like what I see. It's missing a few things, but has some other nice things. I don't understand why it's not highlighting the PHP API keywords, like mysql_insert_id and htmlentities. I looked at the help and it isn't clear how to add this in. It says to open the %APPDATA%\Notepad++ directory and look at the file userDefineLang.xml, but that file is not there. Although I'm not defining a new language, I just want to fix/expand the existing PHP language. So, should I edit the "root" langs.xml file and add in all of the API keywords, as "instre2"? And then change the %APPDATA%\Notepad++\stylers.xml with a new style for that? Something like: <WordsStyle name="API" styleID="128" fgColor="AF00AF" bgColor="F8FFF8" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> The last styleID used was 127, so do I make this new one 128? And if I want to add another group of specialized keywords, do I do the same thing but call them "type1"? (and/or has anyone already done this, and if so, why isn't it part of the distribution?) ______________________________________________________________________ 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, 31 Oct 2007 17:25:17 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] automatically save before executing command? 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=4599364 By: nobody Hello there, I'm a ConTEXT user looking for an alternative, mainly because ConTEXT is lacking code folding. Notepad++ looks somewhat more powerful than ConTEXT, however I simply can't find whether it's possible to automatically save the current file before executing an external command. That would be really helpful. Unfortunately I can't find an option for that. It could also be done using a macro, but apparently macros can't execute external commands. So how would one do it? Using the forum search didn't bring me closer to the solution. And there are two or three other features in ConText that I find very useful and that I can't seem to find in Notepad++. Here are their descriptions from ConTEXT's help file [with additions of mine]: - Allow cursor after end of line If checked, it's possible to position the cursor beyond the end of line. [Spaces are silently added.] - Smart tabs If checked, tabs to the first non-blank character in the preceding line. [Allows creating columns for table-like text easily.] - Trim trailing spaces If checked, all blank characters at the end of lines will be deleted. [In "real time", i.e. pressing the end key will always take the cursor to the last "real" character in the line.] By searching the forum I learned the last feature does not exist, but I'm not sure about the other two. For my coding habits they would be really nice to have. Thomas W. ______________________________________________________________________ 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, 31 Oct 2007 17:27:19 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and "Save 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=4599366 By: ke3pup ok FIXED IT :) thanx to the comment made in the last post. here's what you do to fix it: Go into settings and check the "remember the last operation directory" first, Then go into File->Open and open something from a directory, a Text file or whatever file supported by Notepad++. Now if you choose File->Save As notepad++ no longer crashes ,File->Save also works on new documents. PS: at the time of crash File->Open was pointing to the default directory where Notepad++ is installed. ______________________________________________________________________ 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, 31 Oct 2007 17:39:10 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Is there a general 'user manual' for NP++? 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=4599370 By: nobody You know, how to set tabs, margins, fonts, etcetera.... Especially, printing environment parameters.... ______________________________________________________________________ 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: Wed, 31 Oct 2007 18:30:03 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] can't open this 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=4599430 By: nobody I don't why can't open this file,when open it,the windows will open the form,the Error will Close; I put the file content.File name is global.css . HTML { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } BODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } FORM { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } BODY { FONT-SIZE: 12px; FONT-FAMILY: arial,??; TEXT-ALIGN: left } DIV { FONT-SIZE: 12px; FONT-FAMILY: arial,??; TEXT-ALIGN: left } TH { FONT-SIZE: 12px; FONT-FAMILY: arial,??; TEXT-ALIGN: left } TD { FONT-SIZE: 12px; FONT-FAMILY: arial,??; TEXT-ALIGN: left } INPUT { FONT-SIZE: 12px } SELECT { FONT-SIZE: 12px } BUTTON { FONT-SIZE: 12px } A { COLOR: #044784; TEXT-DECORATION: underline } A:hover { COLOR: #009900; TEXT-DECORATION: none } H1 { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } H2 { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } H3 { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } .margin10_0 { MARGIN: 10px 0px } .fontSong { FONT-FAMILY: ?? } .fontGray { COLOR: #999999 } .fontRed { COLOR: #ff0000 } .fontOrange { COLOR: #ff6600 } #container { MARGIN: 0px auto; WIDTH: 970px } #header { MARGIN: 0px auto; WIDTH: 100% } #body { MARGIN: 10px 0px } .content { MARGIN: 0px auto; WIDTH: 900px } #footer { CLEAR: both; PADDING-RIGHT: 0px; BORDER-TOP: #929fab 1px solid; PADDING-LEFT: 200px; PADDING-BOTTOM: 20px; MARGIN: 0px auto; WIDTH: 770px; PADDING-TOP: 20px } #footer P { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 1px; PADDING-TOP: 0px } #navBar { PADDING-RIGHT: 0px; PADDING-LEFT: 10px; BACKGROUND: url(../images_v2/nav_back.gif) repeat-x; PADDING-BOTTOM: 0px; PADDING-TOP: 9px; BORDER-BOTTOM: #0b3f66 7px solid; HEIGHT: 29px } #navBar TABLE TD { PADDING-RIGHT: 0px; PADDING-LEFT: 2px; PADDING-BOTTOM: 0px; FONT: bold 14px ??; PADDING-TOP: 2px; LETTER-SPACING: 2px; HEIGHT: 27px; TEXT-ALIGN: center } #navBar TABLE TD A { COLOR: #003366; TEXT-DECORATION: none } #navBar TABLE TD A:hover { COLOR: #ff6600; TEXT-DECORATION: underline } .navButton1 { BACKGROUND: url(../images_v2/nav_small_0.gif) no-repeat center top } .navButton2 { BACKGROUND: url(../images_v2/nav_big_0.gif) no-repeat center top } .navNow1 { BACKGROUND: url(../images_v2/nav_small_1.gif) no-repeat center top; COLOR: #ffffff } .navNow2 { BACKGROUND: url(../images_v2/nav_big_1.gif) no-repeat center top; COLOR: #ffffff } #navSub { BORDER-RIGHT: #bfbfbf 1px solid; BORDER-TOP: #bfbfbf 1px solid; BACKGROUND: url(../images_v2/sub_nav_back.gif) repeat-x; MARGIN: 4px 0px; BORDER-LEFT: #bfbfbf 1px solid; BORDER-BOTTOM: #bfbfbf 1px solid } .navName { PADDING-RIGHT: 13px; PADDING-LEFT: 8px; FONT-WEIGHT: bold; BACKGROUND: url(../images_v2/sub_nav_arrow.gif) #8a8a8a no-repeat right center; PADDING-BOTTOM: 0px; COLOR: #ffffff; PADDING-TOP: 1px; WHITE-SPACE: nowrap; TEXT-ALIGN: center } .navName A { FONT-WEIGHT: bold; COLOR: #ffffff } .navName A:hover { COLOR: #ffffff } .navContent { PADDING-RIGHT: 14px; PADDING-LEFT: 14px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px } .subNow { FONT-WEIGHT: bold; COLOR: #f76331 } .tabs { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: url(../images_v2/tabs_back.gif) repeat-x 50% bottom; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 880px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 35px } .tabs LI { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 3px; MARGIN: 0px; WIDTH: 140px; PADDING-TOP: 7px; TEXT-ALIGN: center } .tabs LI.now { BORDER-RIGHT: #b7b7b7 1px solid; BORDER-TOP: #b7b7b7 1px solid; FONT-WEIGHT: bold; BACKGROUND: #ffffff; BORDER-LEFT: #b7b7b7 1px solid; COLOR: #f76331; BORDER-BOTTOM: #b7b7b7 0px solid; HEIGHT: 16px } .titleArea { PADDING-RIGHT: 0px; BACKGROUND-POSITION: left top; PADDING-LEFT: 80px; PADDING-BOTTOM: 0px; MARGIN: 20px 25px 5px; WIDTH: 600px; COLOR: #696969; PADDING-TOP: 5px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 70px } .titleArea H1 { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 16px; PADDING-BOTTOM: 0px; MARGIN: 5px 0px 10px; COLOR: #000000; PADDING-TOP: 0px } INPUT.focus { BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #009900; BACKGROUND: #f5feeb; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #009900; PADDING-BOTTOM: 2px; BORDER-TOP-COLOR: #009900; PADDING-TOP: 2px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #009900 } TEXTAREA.focus { BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #009900; BACKGROUND: #f5feeb; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #009900; PADDING-BOTTOM: 2px; BORDER-TOP-COLOR: #009900; PADDING-TOP: 2px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #009900 } .searchBtn { BORDER-RIGHT: #7596af 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #7596af 1px solid; PADDING-LEFT: 5px; BACKGROUND: url(../images_v2/search_btn.gif) repeat-x; PADDING-BOTTOM: 0px; BORDER-LEFT: #7596af 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #7596af 1px solid; HEIGHT: 22px } .submitBtn { BORDER-RIGHT: #a8948a 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #a8948a 1px solid; PADDING-LEFT: 5px; BACKGROUND: url(../images_v2/submit_btn.gif) repeat-x; PADDING-BOTTOM: 0px; BORDER-LEFT: #a8948a 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #a8948a 1px solid; HEIGHT: 22px } .tips { CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 40px; BACKGROUND: url(../images_v2/icon_info.gif) no-repeat left top; PADDING-BOTTOM: 0px; MARGIN: 20px auto; WIDTH: 550px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; HEIGHT: 30px } .caution { CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 40px; BACKGROUND: url(../images_v2/icon_caution.gif) no-repeat left top; PADDING-BOTTOM: 0px; MARGIN: 20px auto; WIDTH: 550px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; HEIGHT: 30px } .previous { CLEAR: both; BORDER-TOP: #cccccc 1px solid; MARGIN: 20px auto; WIDTH: 868px; PADDING-TOP: 26px; FONT-FAMILY: ??; TEXT-ALIGN: center } TEXTAREA { FONT-SIZE: 12px } .yellowtips_short { FLOAT: left; MARGIN: 10px; WIDTH: 320px } .grayLine { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; COLOR: #999999; PADDING-TOP: 0px } .fontGreen { COLOR: #009900 } ______________________________________________________________________ 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, 31 Oct 2007 18:56:49 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: FTP_synchronize crash report here 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=4599449 By: nobody On v4.5 of Notepad++, when i downloaded a file from the FTP and displayed it, if i try to add something in the file (a space, a character, a new line...) it crashes and close himself :( ______________________________________________________________________ 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: Wed, 31 Oct 2007 19:46:05 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and "Save 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=4599485 By: nobody I can't fix it, only saves existing documents, but can?t save new ones, I checked the option in Settings but Notepad++ still crashes in Save As, or Saving New Documents. And sorry for my english, it is not my native language. ______________________________________________________________________ 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, 31 Oct 2007 20:13:43 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and "Save 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=4599506 By: ke3pup ok this is ridiculous, after a reboot i'm back at square one! now it's crashing again on Save As ans Save for new documents! i can't fix it again either, doing what i did previously won't solve the problem! it's still pointing at notepad++ default installation directory and the "Remember previous working directory" has no effect either! will someone from notepad++ development shed some light on this issue? ______________________________________________________________________ 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.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 18, Issue 1 ************************************************