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: Please       implement the
      pipe | in regex find (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    5.0.2 crashes
      when I try enter "\" (SourceForge.net)
   3. [notepad-plus - Help] RE: Runnning Ruby by        Console
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: New       Release: DBGP
      Plugin (SourceForge.net)
   5. [notepad-plus - Help] how to use astyle in        notepad++
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Regular      expression
      (SourceForge.net)
   7. [notepad-plus - Help] Changing shortcuts (SourceForge.net)
   8. [notepad-plus - Open Discussion] Notepad++        v5.0.3 new release
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: NEW ICON     MUST
      BE!!!!!!!!!!!! (SourceForge.net)
  10. [notepad-plus - Help] disabling automatic <br/> (SourceForge.net)
  11. [notepad-plus - Open Discussion] Notepad++ just   shoiwng up in
      Task Manager (SourceForge.net)
  12. [notepad-plus - Open Discussion] [Future  Feature Request]
      NPPN_BufferChangeLan (SourceForge.net)
  13. [notepad-plus - Help] #if 0 as remark (SourceForge.net)


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

Message: 1
Date: Sat, 02 Aug 2008 16:40:15 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Please  implement the pipe | in regex 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=5140947
By: nobody

That is because now with the find highlighting feature recently introduced you
can use Notepad++ to read debugs and traces as you can highlight while
you search.

It would be very useful to have the option to find more than one pattern 
everytime
so you can even save your search for future use. This is where the pipe | of
regex becomes useful.

The workaround is doing multiple searches not ticking the "Purge for each 
search"
option in the Find dialog. With the pipe you could do this kind of search in
just one time.

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: 2
Date: Sat, 02 Aug 2008 17:22:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       5.0.2 crashes when I try enter "\"
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=5140998
By: donho

I can not reproduce the crash.

How do you update your Notepad++?
>From which version?

What is the language applied for your inc files?

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



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

Message: 3
Date: Sat, 02 Aug 2008 20:27:35 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Runnning Ruby
        by      Console
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=5141240
By: dv__

Running PHP script from Notepad++
https://sourceforge.net/forum/forum.php?thread_id=2102596&forum_id=672146

How to talk with console and its child process
https://sourceforge.net/forum/forum.php?thread_id=2145894&forum_id=672146

A trick - running simple C-programs from N++
https://sourceforge.net/forum/forum.php?thread_id=1707502&forum_id=672146

(How to) Apply external tool to selected text [requires NppExec 0.2.4 or
higher]
https://sourceforge.net/forum/forum.php?thread_id=2109641&forum_id=672146
! please pay attention to the problem in NppExec 0.2.4:
https://sourceforge.net/forum/message.php?msg_id=5081090


______________________________________________________________________
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: Sun, 03 Aug 2008 06:29:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Release: DBGP Plugin
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=5141982
By: shinha

Hi,
I'm facing a issue. What notepad++ message return all line which was marked(ctrl
+ F2) in page?

Thanks,
ShinHa

______________________________________________________________________
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: Sun, 03 Aug 2008 07:56:20 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to use astyle
        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=5142095
By: alexandnpu

i've found notepad++ is a very convenient tool for my c++ programming. but i
find that its code formatting function does not meet my needs. so i want to
add astyle to notepad++. so is there anyone who can give me some details about
applying astyle in notepad++? thank you a lot!

______________________________________________________________________
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: Sun, 03 Aug 2008 14:46:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Regular expression
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=5142663
By: nobody

There's is a way to change the regular expression's engine inside notepad++

______________________________________________________________________
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: Sun, 03 Aug 2008 15:14:56 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Changing shortcuts
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=5142710
By: odalrick

Is it possible to change the shortcut for deleting the entire line to Ctrl-D
instead of Ctrl-L?

______________________________________________________________________
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: Sun, 03 Aug 2008 16:13:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++       v5.0.3 new release
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=5142817
By: donho

Notepad++ v5.0.3 in which a crash issue (find in files which contains a very
long line) is fixed just came out.

Here are v5.0.3 fixed bugs and added features (from v5.0.2) :

1. Fix crash bug while processing find in all opened files/find in files in
a file contains a very long line.
2. Fix the display problem in found results dialog while processing find in
all opened files/find in files in a file contains a very long line.
3. Fix not remembering the history file setting "Don't check at launch time"
option bug.

Please let me know if you find any critical bug in this release.

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



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

Message: 9
Date: Sun, 03 Aug 2008 18:41:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NEW
        ICON    MUST BE!!!!!!!!!!!!
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=5143079
By: morisc

Hi all: I know this is an old thread but the topic is probably still current.
Does someone know where the set of icons used in the screenshots on the 
Notepad++
site comes from? Example screenshot:
http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_VibrantInk.png

______________________________________________________________________
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: Sun, 03 Aug 2008 19:59:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] disabling automatic
        <br/>
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=5143212
By: tasoss_

Hello and nice to meet you.
When i use html or xml and i press enter a <br/> is inserted automatically.
How can i disable this?
Thank you 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



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

Message: 11
Date: Sun, 03 Aug 2008 20:56:22 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ just  shoiwng up in Task Manager
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=5143326
By: streetwolf

Ever since v5.01 when I invoke NP++ it shows as running in Task Manager but
it never appears on screen.

Doesn't happen all the time but enough times that I had to make another program
my default.

Anyone have any ideas on this one?  I did an uninstall/reinstall to no avail.

One more thing. I notice that every now and then when I start up NP++ a small
window of some sort would flash real quickly always on the left side of my 
screen.
This goes back to to 4.x versions.  Any idea what this is?

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: 12
Date: Mon, 04 Aug 2008 00:15:20 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [Future
        Feature Request] NPPN_BufferChangeLan
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=5143624
By: aathell

After unsuccessfully trying for hours upon hours to get a INDIC_ROUNDBOX 
indicator
to go away when the user selects a new language (using default build messages)
and checking on the Scintilla interest group to see if there was an 'accepted'
method I propose that the current Buffer doNotify routine should be reflected
in the Notepad_plus_msgs NPPN output.

The goal would be to beNotified of a buffer language change prior to the buffer
actually switching to the new language lexer so that cleanup routines would
have an chance to be processed.

Indicators are extremely powerful, and IMO, vastly underused within lexers when
compared to fixed style changes.  Granted the styles are truly fixed as they
could be adjusted while lexing, you can look at the interest level of tag
highlighting, smart highlighting and the like to see that indicators are useful.

Hopefully some people can add their two-cents worth to this before a request
is made to see if I am truly out of my mind, or if this is a good, and doable,
idea.

Thanks,
Thell

______________________________________________________________________
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: 13
Date: Mon, 04 Aug 2008 07:26:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] #if 0 as remark
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=5144219
By: avner_gr

hello,

is there any option to define in the N++ that #if 0 block will be in another
color?

10X

______________________________________________________________________
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 27, Issue 3
************************************************

Reply via email to