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: Display fonts (SourceForge.net)
   2. [notepad-plus - Help] User Defined Lang   "function" keyword
      (SourceForge.net)
   3. [notepad-plus - Help] RE: help crln with reg ex? (SourceForge.net)
   4. [notepad-plus - Help] Regular Expressions in      Notepad ++
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Regular Expressions     in Notepad ++
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Regular Expressions     in Notepad ++
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Find in Files can't
      handle ö, ä, ü (ANSI) (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: mousewheel   tab support!
      (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: BIG       UNICODE PLUGIN
      UPDATE (SourceForge.net)


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

Message: 1
Date: Mon, 24 Nov 2008 23:33:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Display 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=5709142
By: airdrik

A shortcut for zoom is ctrl+ Scroll wheel.

______________________________________________________________________
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: Mon, 24 Nov 2008 23:40:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Defined Lang
        "function" keyword
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=5709170
By: fysiks

I'm trying to get functions (without spaces) to highlight correctly.  Example:

functionname("stringarg1", 3, "stringarg2")

I need "functionname" to be highlighted so I use that as a keyword.  But it
won't work correctly.  When not using prefix mode I get no highlighting.  When
I do use prefix mode it highlights:

functionname("stringarg1",

The functionality that I need is displayed in some of the supported languages
like C++.  If I have "if" it will highlight with a paranthases or a space next
to 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: 3
Date: Tue, 25 Nov 2008 01:57:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: help crln with
        reg ex?
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=5709759
By: ulao

yeah... so I here...

editpad pro !! Worked ;)


______________________________________________________________________
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: 4
Date: Tue, 25 Nov 2008 02:27:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 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=5709899
By: mrgeorge22301

When performing a Find in Notepad++. there is a checkbox that has the words
"regular expression" next to it.

I got all excited thinking I might be able to do a search using a regular 
expression,
only to find that the search engine only finds literals, even with that checkbox
checked.

WTF? 

OK, I'm asking for help. I want to find the word "alert" where, in the same
code line, there is a questionmark.

It could be "alert(?);" or alert(blah blah ?) ;
or "alert(blah) blah ?;

I just don't know. 

With over 10,000 lines of code to search through, it sure would be great if
I could use regular expressions.

Is there a Notepad specific tutorial anywhere? 

______________________________________________________________________
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: Tue, 25 Nov 2008 02:40:09 +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=5709940
By: mrgeorge22301

I found my answer here:
http://blog.tibbylickle.com/2008/01/27/regular-expressions-in-notepad/

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: 6
Date: Tue, 25 Nov 2008 03:50:37 +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=5710213
By: fysiks

If you copy and paste from the above mentioned blog, remember to delete and
replace the quotation marks with new ones.  Some of the quotation marks (the
fancy ones) are not the same character.

______________________________________________________________________
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: Tue, 25 Nov 2008 05:27:37 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Open Discussion] RE: Find in Files can't
        handle ö, ä, ü (ANSI)
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=5710596
By: mcloo

Sorry, but am i he only one having these problems?

______________________________________________________________________
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: 8
Date: Tue, 25 Nov 2008 05:35:56 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        mousewheel      tab support!
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=5710630
By: mcloo

and the tabcontrol still does not scroll back automatically if you close many
files, while still having files open, always only one files shows up until you
push the scroll buttons...
but that's another story

mouse wheel feature:
when scrolling the mouse wheel while the cursor is positioned over the tabbar
the documents should switch. scrolling up --> next document to the right, 
scrolling
down --> next document to the left

______________________________________________________________________
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: Tue, 25 Nov 2008 05:36:30 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        BIG     UNICODE PLUGIN UPDATE
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=5710634
By: isochronous

Thank you thank you thank you!  The lack of a file explorer plugin was the only
thing keeping me from switching over to unicode, and the hex editor update is
just icing on the cake!

Just for the record, I'm running the latest installable on Vista x64 and have
no trouble with the file explorer plugin, even on repeated closings and
re-launchings.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 64
*************************************************

Reply via email to