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: Wishlist     for 4.1
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] Lost focus       when switched
      between applications (SourceForge.net)
   3. [notepad-plus - Open Discussion] Regular  expression
      search/replace (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Lost focus   when switched
      between applicat (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Wishlist     for 4.1
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Regular      expression
      search/replace (SourceForge.net)
   7. [notepad-plus - Help] BUG - switching to other
      applications/windows (SourceForge.net)
   8. [notepad-plus - Open Discussion] BUG -    switching to other
      windows applications (SourceForge.net)


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

Message: 1
Date: Tue, 13 Feb 2007 12:39:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Wishlist        for 4.1
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=4156452
By: steakhacher

It could be very interesting to be able to copy syntax highlighting when you
copy code into clipboard so it could be easier to add some code example in a
word document.

______________________________________________________________________
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, 13 Feb 2007 13:02:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Lost
        focus   when switched between applications
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=4156475
By: nobody

This seems to be a great piece of software. However, I do have a problem. When
I edit a text in Notepad++, and I switch to other application and back to 
Notepad++,
the focus is lost and I have to click into the edit window to be able to edit
the text again. It is very annoying. What can I do against 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=331753



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

Message: 3
Date: Tue, 13 Feb 2007 13:02:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Regular
        expression search/replace
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=4156477
By: nobody

The regular expression search replace in Notepad++ has some quirks. For
example:

search for: "\r\n" or "\r" or "\n"

does not work.

How about adding a button next to the "Find what:" and "Replace with:" input
fields that is enabled when "Regular expression" is checked which allows the
user to select valid regular expressions. For example:

+--------------------------------------------+
|Any Character                     .         |
|Beginning Of Line                 ^         |
|End of line                       $         |
|Character class                   []        |
|Negated character class           [^]       |
|Define a group                    ()        |
|Match left or right expression    |         |
---------------------------------------------+
|Preceding expression zero or more  *        |
|Preceding expression once or more  +        |
|Preceding expression zero or once  ?        |
|--------------------------------------------|
|Newline                            \n       |
|Tab                                \t       |
|Backspace                          \b       |
|Carriage return                    \r       |
|form feed                          \f       |
|Hex digit                          \x       |
|Escape meta character              \        |
|--------------------------------------------|
|Alpha numeric character class   [a-zA-Z0-9] |
+--------------------------------------------+

when the user select one of the above expressions the expression would be 
appended
to the input field. Notepad++ could even append the unprintable character users
currently have to select from the document being edited to represent newline
and carriage return...

BTW: is the the right palace 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: 4
Date: Tue, 13 Feb 2007 13:03:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Lost
        focus   when switched between applicat
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=4156480
By: nobody

Oh, I forgot to write that I use a version 4.0.2 in XP. Sorry!

______________________________________________________________________
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: 5
Date: Tue, 13 Feb 2007 13:06:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Wishlist        for 4.1
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=4156485
By: nobody

Hi!

1.
I actually would prefer it if the components of the 'Edit Components' Tab is
configurable in the 'Global Styles' at language level. So 'Display line numbers'
is not related to View, but to Language. Word wrap is typically something i'd
like to define at language level as well.

2.
Menu structure and toolbar fully customable with XLM 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=331753



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

Message: 6
Date: Tue, 13 Feb 2007 13:09:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Regular expression search/replace
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=4156489
By: nobody

I second that suggestion. 
I would also prefer longer textboxes, some of these expressions can develop
into long strings.

______________________________________________________________________
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, 13 Feb 2007 14:01:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] BUG - switching to
        other   applications/windows
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=4156571
By: nobody

I've noticed that with Notepad++ v. 4+ I have to manually minimize the 
application
to switch to other open windows (like Firefox).  No longer can I click on the
window buttons in the status bar or use Alt-Tab.  Has anyone else seen this?
If so, is there a solution in place for this bug?

______________________________________________________________________
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: Tue, 13 Feb 2007 14:26:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] BUG -
        switching to other windows applications
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=4156611
By: nobody


I've noticed that with Notepad++ v. 4+ I have to manually minimize the 
application
to switch to other open windows (like Firefox). No longer can I click on the
window buttons in the status bar or use Alt-Tab. Has anyone else seen this?
If so, is there a solution in place for this bug?

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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

Reply via email to