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] Find and remove (SourceForge.net)
   2. [notepad-plus - Help] RE: Calltips not working (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: User Defined Language
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Unicode   version of
      OpenCTags (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Find and     remove
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] Sort The Text    in the Lines
      (A-Z) (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: FTP,      open by typing
      relative path? (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Unicode   version of
      OpenCTags (SourceForge.net)
   9. [notepad-plus - Open Discussion] notepad++ 5.2    crash with F12
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Suggestion   : reg exp in
      integrated Help (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: notepad++    5.2 crash with
      F12 (SourceForge.net)


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

Message: 1
Date: Tue, 17 Feb 2009 08:02:12 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Find and
        remove
To: nore...@sourceforge.net
Message-ID: <6446316.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=6446316
By: laasunde1978

Hello, 

Here is what I would like to accomplish, say I have the following file:

[Tue Feb 17 07:58:01 2009] : CHECK true
[Tue Feb 17 07:58:02 2009] : This line contains useful info...
[Tue Feb 17 07:58:03 2009] : COUNT 77
[Tue Feb 17 07:58:04 2009] : LOOP
[Tue Feb 17 07:58:05 2009] : This line contains useful info...
[Tue Feb 17 07:58:06 2009]
[Tue Feb 17 07:58:06 2009] : COUNT 76

I would like to remove all lines that contain 'COUNT' and 'CHECK' and 'LOOP'.
Is this possible in notepad++? The file in question has more than 2000 lines,
so it would take a bit of time doing it manually.

Also, any way of deleting line 6 which does not really contain any data? I 
suppose
the length of the line would be the criteria, sort of if length is less than
26 then delete the file. Not the most robust algorithm. Open for suggestions.

______________________________________________________________________
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: Tue, 17 Feb 2009 08:17:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Calltips not
        working
To: nore...@sourceforge.net
Message-ID: <6446410.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=6446410
By: duc_de_belfort

I have the same problem, calltips do not show up.
I have enabled Auto-completion/Function completion and Function parameters hint
on input on the Preferences/Backup/Auto-completion tab.

What could be wrong or missing?
Any help 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: 3
Date: Tue, 17 Feb 2009 09:42:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: User
        Defined Language
To: nore...@sourceforge.net
Message-ID: <6446962.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=6446962
By: spannow

Thanks for the answers
I found it now.
:D


______________________________________________________________________
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: Tue, 17 Feb 2009 10:01:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Unicode version of OpenCTags
To: nore...@sourceforge.net
Message-ID: <6447073.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=6447073
By: romeojuncu

Hi,
I solved this problem in the 1.2.1 version.

Thanks for your interest.

______________________________________________________________________
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: Tue, 17 Feb 2009 10:22:33 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
        and     remove
To: nore...@sourceforge.net
Message-ID: <6447183.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=6447183
By: janschreiber

In the Find dialog, check "Mark line", then click "Find All". Then choose 
"Delete
bookmarked lines" from the Search menu.
As to your second question, a regEx search for something like \]$ might do the
trick.

______________________________________________________________________
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: Tue, 17 Feb 2009 11:20:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Sort The
        Text    in the Lines (A-Z)
To: nore...@sourceforge.net
Message-ID: <6447580.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=6447580
By: leecherman

Can you add an option to Sort The Text in the Lines....
Like Sort it by Alpha (Name) From A-Z


______________________________________________________________________
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: Tue, 17 Feb 2009 11:23:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP,    open by typing relative path?
To: nore...@sourceforge.net
Message-ID: <6447592.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=6447592
By: born2code

Yes, i agree with Huufarted. Traversing to diff folders using treeview is a
pain. count me in if anybodys plans to do the changes

______________________________________________________________________
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: Tue, 17 Feb 2009 11:33:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Unicode version of OpenCTags
To: nore...@sourceforge.net
Message-ID: <6447679.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=6447679
By: banita

work great! its very useful plugin. 

______________________________________________________________________
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: Tue, 17 Feb 2009 12:26:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        notepad++ 5.2   crash with F12
To: nore...@sourceforge.net
Message-ID: <6448015.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=6448015
By: mmtsuchi

Hi, thanks for great work (again :-) )

I have windows XP SP2

When I press F12, notepad closes immediatly. No crash report.

______________________________________________________________________
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: Tue, 17 Feb 2009 12:33:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Suggestion      : reg exp in integrated Help
To: nore...@sourceforge.net
Message-ID: <6448046.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=6448046
By: mmtsuchi

Why not include regular expressions examples in the integrated help file ?
And / or a tool tip in replace dialog ?

______________________________________________________________________
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: 11
Date: Tue, 17 Feb 2009 12:36:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        notepad++       5.2 crash with F12
To: nore...@sourceforge.net
Message-ID: <6448060.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=6448060
By: donho

Does it happen all the time whith F12 key?

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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 33, Issue 39
*************************************************

Reply via email to