Send Notepad-plus-plus mailing list submissions to
        [email protected]

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 - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: please,      stop using Comic
      Sans! (SourceForge.net)
   3. [notepad-plus - Help] possible to make a left     margin?
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: BUG? CTRL+W in Hex Mode
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] BUG: CTRL+R      "replace
      requires selected text" (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)


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

Message: 1
Date: Sat, 11 Aug 2007 08:35:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4460027
By: nobody

Hi,

1. The find in files 4.2 RC bug:
It is a bug in Notepad++. Don fixed it and it commes with final version.

2. Underline bug: I fixed it. There was a redraw missing. Thanx for report. 
 
3. Regarding the type of filter: I will think about it.

4. Directory is filled and name/extension will be also automatic filled with
new version of Notepad++.
 
Best Regards
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: 2
Date: Sat, 11 Aug 2007 09:49:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        please, stop using Comic Sans!
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=4460102
By: nobody

Settings > Style Configurator > Language > Comments :  FIXED.

I doubt you're programming in all of those languages, so it should be an easy
fix to save your default comment style preferences.

I've been using notepad++ for a few months now, so by no means am I an expert
- but I do know this, Notepad++ is free and it rocks.  Instead of putting your
energy into complaining, use it to figure out what all the menu options do and
enjoy.

______________________________________________________________________
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, 11 Aug 2007 10:07:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] possible to make a
        left    margin?
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=4460120
By: nobody

After reviewing a dozen editors for PHP I was thrilled to find Notepad++ which
seems to do almost everything I'd like (just wish there were some build
in dark/reverse color schemes, though I found the ruby blue and might be able
to modify it a bit)

My last issue with it is how the text is slammed right up against the vertical
folding bar on the left. Is there any way to hack the config so there is a tiny
space before the text starts? I know this sounds completely trivial but it 
drives
my brain crazy for some reason. Since I can't make the folding bar completely
dark, it's always a white-ish blur against the first characters of each line.

Thanks for any help/ideas!


______________________________________________________________________
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: Sat, 11 Aug 2007 12:16:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG?
        CTRL+W in Hex Mode
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=4460236
By: nobody

That's another discussion. Use the key mapper if you want to change that for
yourself.

It seems the current NP++ file in Hex Mode doesn't get the first key pressed
after closing another file.


______________________________________________________________________
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: Sat, 11 Aug 2007 13:00:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] BUG:
        CTRL+R  "replace requires selected text"
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=4460282
By: nobody

When I apply the regular expression ^[^_]* and after a found match I hit 
"Replace
rest", NP++ starts buzzing, flickering "replace requires selecting text" on
the status bar of the Replace Dialog. NP++ uses all available CPU then, and
I have to terminate the program. Meanwhile, the buzzing will go on for some
more seconds. In windows Task Manager it is winlogon.exe then that consumes
all CPU time till that moment.

I have a filelist in which all files contain several underscors (_) in the 
filepath.
I already have deleted a selected column block to be left with only the first
part of all names, containing the last underscore. I don't think the regex is
the problem, is it?

What is going wrong here?


______________________________________________________________________
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: Sat, 11 Aug 2007 08:31:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4460020
By: nobody

Please tell me, what is your OS. I can't reproduce the crash! Does the crash
also happens when you switch into a folder with in notepad opened files?

Best Regards
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: 7
Date: Sat, 11 Aug 2007 08:32:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4460021
By: nobody

Hi, do you use another standard font? Did you changed the style of your XP?

Best Regards
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: 8
Date: Sun, 12 Aug 2007 04:29:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4460792
By: nobody

I got this font problems too!
I don't use another standard font.
And I use Royale theme on my Windows XP (this:
http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.
shtml)

______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 15, Issue 26
*************************************************

Reply via email to