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 - Open Discussion] PHP Heredocs syntax highlighting (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Two questions/issues -- FTP bugs (SourceForge.net) 3. [notepad-plus - Open Discussion] userDefineLang.xml crashes Notepad++ (SourceForge.net) 4. [notepad-plus - Plugin Development] dotfiles in ftp_syncronize (SourceForge.net) 5. [notepad-plus - Plugin Development] default transfermode in ftp_syncronize (SourceForge.net) 6. [notepad-plus - Help] Marking words and lines (SourceForge.net) 7. [notepad-plus - Help] RE: Cannot register file types with Notepad++ (SourceForge.net) 8. [notepad-plus - Open Discussion] Old open/save screens (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Two questions/issues (SourceForge.net) 10. [notepad-plus - Help] RE: Marking words and lines (SourceForge.net) 11. [notepad-plus - Help] RE: About Bookmark navigation (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 10 Apr 2009 18:14:54 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] PHP Heredocs syntax highlighting To: nore...@sourceforge.net Message-ID: <7134044.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=7134044 By: omnilord Is there any way to highlight heredocs/nowdocs with a specific syntax that could be configurable, say "heredoc_highlight_lang="html" or something and have heredocs highlight as such? The following example should highlight the heredocs with html, not as a string: <?php $html = <<<END <html> <head> <title>Heredocs</title> </head> <body> This should highlight as html, not as a string. </body> </html> print $html; ?> ______________________________________________________________________ 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: Fri, 10 Apr 2009 19:06:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Two questions/issues -- FTP bugs To: nore...@sourceforge.net Message-ID: <7134221.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=7134221 By: globe199 Thanks for the reply, though I'm not sure either of those things really help me. I don't get why the Folder Margin Style can't just be turned off. I'm not sure I understand what you're saying for the second point. Anyway, I've discovered a couple other things; they're related to the FTP plugin. Some strange things can happen with FTP. If you've disconnected from the server (intentionally or otherwise), you can still "save" files. You hit Ctrl+S and N++ acts like it saved the file, but obviously it doesn't, since you aren't connected. What should happen here is that it should automatically reconnect and save the file. That's frustrating. At the very least there should be an error, something like "Not connected to any server." The other thing is this...if you're connected to Site A but you've got a file from Site B still open and you save that file, basically the above behaviour will happen. This is even more misleading. Futhermore, the FTP file browser dialog is very buggy. Sometimes it will not see subfolders when trying to open a file or save a new file. ______________________________________________________________________ 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: Fri, 10 Apr 2009 19:23:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] userDefineLang.xml crashes Notepad++ To: nore...@sourceforge.net Message-ID: <7134239.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=7134239 By: jeng02 I have a userDefineLang.xml file for Powershell .ps1 files. I tried editing it "by hand," but now it crashes Notepad version 4.8 and up (to 5.3) whenever I open a .ps1 files that uses the user defined format. My questions are: 1) Would anyone like to try to reproduce this? Contact me and I'll send you the offending userDefineLang.xml for you to try 2) If someone can reproduce this, to whom can I report a bug? I'd love to help make Notepad++ fail in a nicer way than crashing. Long live Notepad++!! ______________________________________________________________________ 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: Fri, 10 Apr 2009 19:51:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] dotfiles in ftp_syncronize To: nore...@sourceforge.net Message-ID: <7134276.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=7134276 By: shopfe hi guys, is there a way to view dotfiles in directory tree by this tool? i doesn't think so. its a little bit annoying to rename the .htaccess or other .files for editing. also - dotfolders are not visible. In the most cases it is possible to setup this attitude in the ftp-prg - but not in this plug in. I think this problem do annoying other user - so this should be a reason to add this function, i would be very impressed. Thank you Sebastian ______________________________________________________________________ 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: 5 Date: Fri, 10 Apr 2009 20:10:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] default transfermode in ftp_syncronize To: nore...@sourceforge.net Message-ID: <7134317.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=7134317 By: shopfe Hi guys, i added my profiles to the plug in and saw that the default transfer mode for up and download of ftp-files is set to binary. This is wrong and in the most case its really danger. when a normal xml script is uploaded in binary mode, then a complete config of a server tool can be destructed, i.e. normaly this should be setted to "auto" by default. thank you, again sebastian ______________________________________________________________________ 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: 6 Date: Fri, 10 Apr 2009 21:28:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Marking words and lines To: nore...@sourceforge.net Message-ID: <7134587.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=7134587 By: pointfour I'm new to NPP. I've found the single-key commands to mark the current word and the current line, as found in other editors like TED Notepad and Crimson Editor, to be very convenient. But I can't find such commands in NPP, nor can I see basic commands to do such in the Shortcut Mapper. Have I missed them, or is NPP stuck with basic Windows Shift-Cursor commands only? TIA... ______________________________________________________________________ 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: Sat, 11 Apr 2009 06:15:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Cannot register file types with Notepad++ To: nore...@sourceforge.net Message-ID: <7138039.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=7138039 By: i_cenov Thanks. Now it is OK. Initially, I installed Notepad++ in c:\Program Files\Notepad++ . Then I associated .txt, .c, .h and other files to Notepad++. And some time after, I decided to move Notepad++ to d:\Program Files\Notepad++. There were several places, not only that, you pointed to, where the patch was c:\... . I changed these to d:\... and now it works. Ivan ______________________________________________________________________ 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: Sat, 11 Apr 2009 09:02:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Old open/save screens To: nore...@sourceforge.net Message-ID: <7139333.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=7139333 By: a2h Please can we please use the XP/Vista/7 open/save screens when they are available because browsing using the classic interface is horrible. ______________________________________________________________________ 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: 9 Date: Sat, 11 Apr 2009 12:10:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Two questions/issues To: nore...@sourceforge.net Message-ID: <7140807.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=7140807 By: cchris > I don't get why the Folder Margin > Style can't just be turned off. Probably because Scintilla considers folding as a central feature. However, it would be probably good that N++ doesn't reset the margin when the active tab changes. If it doesn't and Scintilla does it instead, then it is probably not feasible. Now on to the second point. There is a Language menu which enables you to choose which highlighting to use on the fly. When viewing say a CSS section in your PHP file, what happened is that the file was associated with the PHP lexer on load. Using the menu, you can change that to CSS, Javascript or whatever, and then revert. The language you last used for a file is remembered in the session file it is open ino. 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=331753 ------------------------------ Message: 10 Date: Sat, 11 Apr 2009 12:27:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Marking words and lines To: nore...@sourceforge.net Message-ID: <7140933.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=7140933 By: cchris Because these are mouse commands, not keyboard commands: Mark word by double clicking it. Mark line by triple clicking it. If you want a macro to perform these actions from the keyboard, you can use <Ctrl-Right><Ctrl-Left><Ctrl-Shift-Right> and <Home><Home><Shif-End> respectively. Or is it someting else you are ooking for? 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: 11 Date: Sat, 11 Apr 2009 12:41:40 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: About Bookmark navigation To: nore...@sourceforge.net Message-ID: <7141007.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=7141007 By: cchris But you may have many more bookmarks than 10, specially when using "Bookmark lines" from the search dialog box. Then, how would I know which bookmark is #26, and how would you Ctrl-Shift to it? Now, if you want to add to the current un-numbered bookmarks a limited set of numbered (or otherwise individualised) bookmarks, then a plugin could probably do it. 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 ------------------------------ ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-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 35, Issue 17 *************************************************