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: Feature      Request:
      RegularExpression cheatsheet (SourceForge.net)
   2. [notepad-plus - Help] How to delete all but       certain lines
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] PHP Keyword      change
      (SourceForge.net)
   4. [notepad-plus - Help] RE: How to delete all but   certain lines
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] A serious bug! (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Move/Copy    Text between
      Views (SourceForge.net)
   7. [notepad-plus - Help] Having a problem with DLL   msvcr80.dll
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] Thanks, Don HO (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: [Request]    Selective File
      Status Detection (SourceForge.net)
  10. [notepad-plus - Help] RE: Having a problem with   DLL
      msvcr80.dll FINAL (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: PHP  Keyword change
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Thanks,      Don HO
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Thu, 07 Feb 2008 14:35:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: RegularExpression cheatsheet
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=4765736
By: nobody

There is a small list of often used regex parts in the upper right corner of
the advanced Find/Replace dialog (CTRL+R), saying "Select Regex".


______________________________________________________________________
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, 07 Feb 2008 17:31:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to delete all
        but     certain lines
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=4765942
By: xx456

I'm wondering how to delete all but lines containing a certain word (for 
example,
the equivalent of doing this to a file:  grep word file > newFile).  In other
words, how to delete all lines that DO NOT contain a certain word.

It looked like TextFX Viz would do it -- for example, I tried using TextFX Viz
as follows:
 
1) Create a window with this: 

ABC 
DEF 
ABCDEF 
 
2) Select ABC and then ctrl-C to copy it to clipboard 
3) TextFX Viz->Hide all lines containing clipboard text (this should hide the
line containing 'DEF')
4) TextFX Vix->Delete Invisible Selection 
 
I presume step 4 should delete the line DEF but it doesn't. (What is 'invisible
selection'?)
 
(How does one show all lines with TextFX Viz? I switch from and then back to
the window to do that --when I do it, the line with DEF is back).

Any suggestions for how to delete all lines NOT containing a certain text 
string,
using TextFX or otherwise?
 
I'm using Notepad++ version 4.7.5

______________________________________________________________________
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, 07 Feb 2008 18:25:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] PHP
        Keyword change
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=4765985
By: nobody

Just a small update, with PHP 5 there's at least one keyword not included in
the language file, which is instanceof. Until it comes with n++, open up your
lang.xml file, ctrl + f to find "php", and directly underneath that a few lines
is the <keywords> xml tag. Add " instanceof" to the end of the list and reload
n++. I'm sure there are others, but no real way to keep track unless we users
help you out.

______________________________________________________________________
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, 07 Feb 2008 19:37:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to delete
        all but certain lines
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=4766047
By: fidvo

Didn't you post the same question in the the below thread?

http://sourceforge.net/forum/forum.php?thread_id=1705727&forum_id=331753

There are several suggestions there already.  I prefer the Simple Script method,
but I'm a little biased because I wrote the Simple Script plugin.

You'll need to download the Simple Script plugin to get it to work.  Then you
just need to use the following one-line script:

CutLinesWithout("ABC")


______________________________________________________________________
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, 07 Feb 2008 21:26:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] A
        serious bug!
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=4766130
By: pshute

I tested it and found the same thing in v4.2.2, but only if I do it with drag
and drop.  If I use control+c to copy, select the other view, then control+v
to paste, then it works fine.

A fairly serious bug, and I'm surprised no one has come across it before.  
Perhaps
very few people use multi-view and drag and drop.

A colleague recently tried Notepad++ and ditched it after losing many hours
work under circumstances I couldn't understand.  I suspect this may be what
happened to him.

Can anyone else confirm or explain this behaviour?


______________________________________________________________________
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, 07 Feb 2008 21:55:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Move/Copy       Text between Views
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=4766156
By: pshute

I just checked, and this has been reported before.  Bug tracker id 1589033,
reported in 2006.  Does anyone feel this is important enough to be fixed?

______________________________________________________________________
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: Thu, 07 Feb 2008 23:09:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Having a problem
        with DLL        msvcr80.dll
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=4766227
By: nobody

Each time when I want to start Notepad++ I receive the following error message
regarding msvcr80.dll:

 "The application has failed to start because MSVCR80.dll was not found.
Re-installing the application may fix this problem."

Well believe me I tried a lot of things including deinstall and install again
of Notepad++. Also using the latest version of Notepad++ now which is 4.7.5.

For some reason there is a problem with this dll. As far as I can see this dll
lives in the following two folders on my hard drive:
- c:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0d
e06acd\msvcr80.dll   01-12-2006
- c:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6
b128700\msvcr80.dll  23-09-2005

The first one is the one dated 01-12-2006 which is currently being used. The
size of both files are equals only the dates are different. I tried copying
across the 23-09-2005 on top of the 01-12-2006, but this didn't succeed because
the 01-12-2006 is currently in use.

Also copying the dll to the \Windows\System32\ directory or to Notepad++ folder
itself didn't help.

So please guys, does somebody have the solution to this frustrating problem?

Thanks,
Hugo

______________________________________________________________________
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, 07 Feb 2008 23:20:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Thanks,
        Don HO
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=4766245
By: nobody

Don HO, thanks for making the best text editor!

______________________________________________________________________
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: Thu, 07 Feb 2008 23:49:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Request]       Selective File Status Detection
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=4766269
By: nobody

Hi, i've got the same request. When viewing log-files, i'd like to disable this
function of status detection. Moreover, it would be nice, if the file is read
and unlocked afterwards, like Windows' Notepad does.
Best 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=331753



------------------------------

Message: 10
Date: Fri, 08 Feb 2008 00:16:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Having a
        problem with    DLL msvcr80.dll FINAL
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=4766300
By: nobody

Is there a reason to post this message three times?

If you wanted to add something, why not do in in the same thread?

Now, if anyone answers, where will it be? You even run the "risk" of getting
the same, similar or completely different answers in any of the threads.

Flooding the forum is also a frustrating. Why do you do it?


______________________________________________________________________
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: Fri, 08 Feb 2008 00:22:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: PHP
        Keyword change
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=4766311
By: nobody

Yes, there _are_ others. A search for "php+5" finds 6 previous messages, this
one being the most recent:

"Endless Discussion: PHP 5 syntax highlighting"
http://sourceforge.net/forum/forum.php?thread_id=1751065&forum_id=331753


______________________________________________________________________
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: 12
Date: Fri, 08 Feb 2008 00:25:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Thanks, Don HO
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=4766317
By: nobody

G... he wanted it to be a code editor...


______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

------------------------------

_______________________________________________
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 21, Issue 25
*************************************************

Reply via email to