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: Regular Expressions     in Notepad ++
      (SourceForge.net)
   2. [notepad-plus - Help] Corecting Mistakes in Run   Menu
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] Explorer      patch v1.8.1
      released (SourceForge.net)
   4. [notepad-plus - Help] Run menu and command line   options
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: how to       setup block
      comments (SourceForge.net)
   6. [notepad-plus - Help] Buggy Fonts (SourceForge.net)
   7. [notepad-plus - Help] RE: functions window not    availlable
      (SourceForge.net)
   8. [notepad-plus - Help] RE: help for fews words     in a line
      (SourceForge.net)
   9. [notepad-plus - Help] notepad++ v5.1.1 -  Compare two files?
      (SourceForge.net)


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

Message: 1
Date: Tue, 25 Nov 2008 21:48:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular
        Expressions     in 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=5714775
By: mrgeorge22301

I want to do a search in notepad++ for "alert" in any case, where any number
of any characters follow, then a "?" and then any number of any characters.

How do I put that in a regular expression? 

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=331754



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

Message: 2
Date: Tue, 25 Nov 2008 23:28:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Corecting Mistakes
        in Run  Menu
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=5715215
By: hrh1818

I made a mistake in adding an item to the "Run" menu.  I tried to eliminate
the bad item by deleting its line in the "Application 
Data\Notepad++\shortcuts.xml
file.  I saved the change, shut down Notepad++ and restarted Notepad++.  To
my surprise the bad menu item was still there.  What should I be doing to delete
a bad menu item?    This is with Windows XP.

Howard

______________________________________________________________________
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, 25 Nov 2008 23:33:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Explorer        patch v1.8.1 released
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=5715233
By: jenslorenz

 
Hello user, 
 
here the latest patch of my Explorer plugin. It fixes some annoying exceptions.
 
------------------------------------------------------------------------------------
08/11/25 v1.8.1 : 
------------------------------------------------------------------------------------
    Fix: Explorer crash on Add to 'favorites...' if drive selected 
[NPP-P-B-2345171]
    Fix: Favorites crash if a Group were created on previous Npp session

Here the link:
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=223667&r
elease_id=642984
 
 
Have fun 
Jens

______________________________________________________________________
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: 4
Date: Tue, 25 Nov 2008 23:53:20 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Run menu and
        command line    options
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=5715311
By: hrh1818

How do you pass command line options to a program when adding an item to the
Run menu? For example the following line works as expected.
 scad3 "$(Full_Current_path)"  But scad3 -b "$(FULL_CURRENT_PATH)"  doesn't.
-b is the command line option and $(FULL_CURRENT_PATH)" is the file name I want
to pass to the scad3 program.

Howard

______________________________________________________________________
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, 26 Nov 2008 00:42:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: how
        to      setup block comments
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=5715525
By: kodzillar

Can only seem to see the stream commenting working.. block commenting/ toggling
nope

what about the option to be able to just text cursor position within a stream
comment.. rmb .. an option to remove the comments out from the surrounding code,
would be quicker to have it remove the out both sides of commenting 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: 6
Date: Wed, 26 Nov 2008 03:27:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Buggy Fonts
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=5716149
By: zackvixacd

Hello. Does anyone knows how to fix that?
I am using Wine on Ubuntu 8.10. Notepad++ was working fine until today, It 
displays
this weird font. I tried uninstalling and reinstalling it, but it is still 
displays
that weird font, which is all uppercase...

http://i86.photobucket.com/albums/k117/Zancool/changelog-Notepad.png

Thanks for the help

______________________________________________________________________
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: Wed, 26 Nov 2008 06:17:03 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: functions
        window not      availlable
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=5716749
By: cosmicendeavor

Hi, Airdrik

Thanx, at least I know now what's wrong. Any idea more or less when it will
be available again? In the meantime, I'll just stick to the older version. That
plugin is extremely helpful (even better than bookmarks) when you have to 
navigate
large source code files.

______________________________________________________________________
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, 26 Nov 2008 08:26:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: help for fews
        words   in a line
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=5717221
By: elricou

realy than you all

______________________________________________________________________
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: Wed, 26 Nov 2008 09:23:08 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] notepad++ v5.1.1 -
        Compare two files?
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=5717454
By: macarr-o

Hi

I need to compare two files. I remember I did it sometimes with old versions
of notepad++ but I can't find the option now. Any help with this issue?

Thanks in advance.

______________________________________________________________________
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 30, Issue 68
*************************************************

Reply via email to