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: Help!!Notepad++ Crashes very often!! (SourceForge.net) 2. [notepad-plus - Open Discussion] Helping develop Notepad++ (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE (SourceForge.net) 5. [notepad-plus - Help] Change collapsed line color (SourceForge.net) 6. [notepad-plus - Help] RE: Turn off 'wrap around' in find (SourceForge.net) 7. [notepad-plus - Help] RegExp regular expression match non greedy (SourceForge.net) 8. [notepad-plus - Help] RE: RegExp Search (SourceForge.net) 9. [notepad-plus - Help] Documentation comment (SourceForge.net) 10. [notepad-plus - Help] RE: Turn off 'wrap around' in find (SourceForge.net) 11. [notepad-plus - Help] Bugs in Find & Replace (SourceForge.net) 12. [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 04 Sep 2008 14:22:27 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! 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=5227893 By: ciw79 Ok, great - thanks for the explanation Don! If there is a link to download the newest binary, I would be happy to have it. Those files (copied across different customer servers) have been archived (with gzip) before. Depending on which application is used for decompression the date seems to be corrupted. E.g. one file is handled fine by WinZip while TugZip and gunzip are doing it wrong. - You see I'm messing around with Linux and Windows simultaneously. ;-) Thanks again! Regards, Chris ______________________________________________________________________ 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: Thu, 04 Sep 2008 14:52:55 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Helping develop 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=5227989 By: yniq I've downloaded the source code for Notepad++ and I'm thinking of making some small changes. Is there a way to submit code changes to the "official" developers for review and maybe include them in the official code and releases? Thanks! ______________________________________________________________________ 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: Thu, 04 Sep 2008 16:08:28 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE 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=5228268 By: mhuffman >> it should say Hello World No, it shouldn't. The command C:\Python25\python.exe in the Notepad++ Run menu should do exactly what the same command would do in the Windows->Start->Run menu, and exactly what it would do if entered in a Windows Console (command prompt): It should start the Python interactive shell because you did not provide the name of a Python source file. >From the screen shot it looks like hello.py is in the Python installation >directory, so your Run command should be: C:\Python25\python C:\Python25\hello.py ______________________________________________________________________ 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: Thu, 04 Sep 2008 16:19:29 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE 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=5228304 By: mhuffman >> as you can see my program isnt listed in the run menu. >> it wasnt listed in the shortcut mapper either. Are you editing shortcuts.xml with Notepad++? Recent versions of Notepad++ seem to lock the configuration files; any changes you make are not saved (and you don't get a warning). Make your edits to shortcuts.xml with a different editor (or a different copy/version of Notepad++). Better yet, don't try to edit shortcuts.xml at all; get your command working in the Run menu and save it. Then, if you want, go back and look at shortcuts.xml to see how it was saved and use that as a basis if you want to tinker with the xml file directly. ______________________________________________________________________ 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: Thu, 04 Sep 2008 17:00:03 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Change collapsed line color 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=5228462 By: andrew777 I cannot find where to change the color for collapsed/folded code "fold lines". The lines that displays in between the blocks of code. I have a darker background and the fold lines are pure white and very distracting. I looked up and down the Style Configurator, even in global styles, and nothing I change will change the color of the fold lines. Any ideas? ______________________________________________________________________ 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: Thu, 04 Sep 2008 17:51:44 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Turn off 'wrap around' in find 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=5228638 By: kjsmithtx Can this be done? If not, can it become a wishlist item? ______________________________________________________________________ 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, 04 Sep 2008 19:08:02 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RegExp regular expression match non greedy 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=5228913 By: fool4uanyway Suggested reading: "greedy and non-greedy reg ex" (Help forum) http://sourceforge.net/forum/forum.php?thread_id=1879138&forum_id=331754 ______________________________________________________________________ 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: Thu, 04 Sep 2008 19:20:01 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RegExp Search 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=5228954 By: fool4uanyway > But I need select only two tags: "<td> <p align="center">" > for replace them. Well, let me help you right-away, because this seems pretty simple anyway. You want a two-tag match, the second of which can vary. You only want to match up to the end of the second tag. Let's translate this into: you don't want more than one > greater-than sign from the second tag. This is your magic regex: <td> *<p[^>]*> <td>_____ is simply exactly the first tag *_______ is any number of space characters, including none _________ if there is at least one space character, use " +" <p_______ match the opening of the second tag [^>]_____ match any character that is not the > greater-than *________ match it any number of times, including none at all >________ match the closing greater-than sign of the second tag This [^>] is called non-greedy, because it will finish matching as soon as you want it to. "." will match _any_ character, including the > greater-than sign. ______________________________________________________________________ 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: Thu, 04 Sep 2008 19:20:55 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Documentation comment 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=5228957 By: deatzoseol Hello all! I have certain languages (HTML, Lua, PHP, ...) where I would want to differentiate between block comments (e.g. '/* some text */') and documentation comments (e.g. '/** some text */'). However, I see no way to add this to those languages... (I didn't find how C/C++ did this, maybe it's built-in?) Any help is greatly appreciated! ______________________________________________________________________ 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: Thu, 04 Sep 2008 19:55:05 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Turn off 'wrap around' in find 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=5229084 By: fool4uanyway "Feature Request: remember wrap search setting" http://sourceforge.net/forum/message.php?msg_id=4307745 Users that want or like wrapping _will_ be triggered if they can't find any occurence anymore by the message. They'll know they have to check the wrap option. Users that do not want or like wrapping currently are _not_ triggered in any way when the default wrapped search starts over again... and again... and again... It may take a while, each time, before you think of this, unnecessarily. ______________________________________________________________________ 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: Thu, 04 Sep 2008 22:13:15 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Bugs in Find & Replace 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=5229548 By: rt10k Bug 1: "Find" Term Limited to only 63 chars when you select text then press Ctrl+F or Ctrl+H. But, if you copy text longer than 63 characters and paste it into the "Find" Box it works just fine. Bug 2: __Sometimes__ when I do a text replacement it only replaces 1 occurance of what its supposed to replace, then if I press "Replace" again, without changing anything whatsoever, it does all of the rest of the replacements. I think this is only occurring on text replacements where the "Find" term is more than 63 characters long. Two small bugs in an otherwise EXCELLENT program. Thank you. ______________________________________________________________________ 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: Thu, 04 Sep 2008 22:49:15 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! 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=5229675 By: jedi001 Wow!! That is the problem!! The date on a couple of files was- Monday, December 01, 28881, 6:35:33 AM I have never seen this issue before. I am not really sure i f i created some of them or they were downloaded from the net. I will have to keep a close watch on the date created and hopefulyl if i find some possible program or method that causes the creation of such files with crazy dates i will update it here. Instead of using a File Date Changer for the current files it seems that doing a copy operation to another location or drive rectifies the date created to something reasonable. BY the way i am using Notepad++ v5.0.3 on windows XP SP3. ______________________________________________________________________ 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 28, Issue 8 ************************************************