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: Is support   for unicode
      filename in the plan? (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: JSP  highlighting
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.3 is
      released (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.3 is
      released (SourceForge.net)
   5. [notepad-plus - Help] REgEx in search /replace    sub menu
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] English.xml is   updated?
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.3 is
      released (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.3 is
      released (SourceForge.net)
   9. [notepad-plus - Open Discussion] Need help to     read the source
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE:      English.xml is updated?
      (SourceForge.net)
  11. [notepad-plus - Help] RE: REgEx in search /replace sub menu
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] debugger not     stopping
      (SourceForge.net)


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

Message: 1
Date: Mon, 07 Jan 2008 00:29:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Is
        support for unicode filename in the plan?
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=4707030
By: nobody

Did you perhaps search for any messages on the forum about that?


______________________________________________________________________
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: Mon, 07 Jan 2008 00:31:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: JSP
        highlighting
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=4707033
By: nobody

I believe there is nothing we "should"...


______________________________________________________________________
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: Mon, 07 Jan 2008 00:46:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.3 is 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=4707048
By: nobody

Because of performance reasons. If oyu want the scrollbar as long as the longest
line, you have to style the _entire_ document to know how long each line exactly
is, and then loop through all the lines requesting line size, keeping track
of the longest. Also, when something changes you have to make sure the scrollbar
keeps the correct length. What if he longest line were to become shorter, or
worse, what if the styler changes? This can be a matter of seconds, the current
implementation is barely noticable, even with really large files with over 1000
lines.
Also, (this may be more of a personal pref.) I dont like it when I have a few
short lines in the view and some very long one way up or down and still have
to be pixel precice when I want to scroll something in the view. I'd rather
have a small scrollbar only when actually necessary.

The wrap thing is a bug, Don uncommented some line that was kind of dangerous,
recommenting should fix it back to the old behaviour ;).

-Harry

______________________________________________________________________
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: Mon, 07 Jan 2008 01:22:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.3 is 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=4707105
By: nobody

Why don't make the horizontal sroll bar empty (I mean the part in the middle
of the scroll bar) when it is not needed, but making it as long as the files
length?

______________________________________________________________________
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: Mon, 07 Jan 2008 02:36:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] REgEx in search
        /replace        sub 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=4707213
By: nobody

hi,

I would like to supress all spaces in hexa dump.
for example: 1E 2E => 1E2E

With Search string ".[0-F]_" I can find the string 1E_ (nb: here '_' mean
space)

How could I get THE string 1E to put it into Replace field ??

I've tried :
Search field: (.[0-F]+) as RegEx convention
Replace field: $1 

but the result is $12E !!
idem with ($1) -> ($1)2E

It seems that capturing parentheses don't work.

Any ideas ?
thank for your help
Christian

______________________________________________________________________
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: Mon, 07 Jan 2008 02:48:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        English.xml is  updated?
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=4707235
By: nobody

Ever that the a new version of Notepad++ is released, I don't know if it is
updated ( in a first time ). The section Translation of the forum rarely is
updated, too. For example : what is new in version 4.7.3 ? The english.xml now
is updated? I think that is interesting have a comment saying what version of
the Notepad++ the translation correspond.

<!-- Notepad++ Translation Version : 4.7.3 -->

______________________________________________________________________
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: Mon, 07 Jan 2008 02:51:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.3 is 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=4707239
By: nobody

> ... the current implementation is barely noticable...

A scrollbar that keep dis- and re-appearing surely is noticeable. It is
_annoying_.

> I dont like it when I have a few short lines in the view and some very long
one way up
> or down and still have to be pixel precice when I want to scroll something
in the view.

This is like saying: if my file only contains a few lines, I want my font to
be bigger, because it will fit on one screen.

If you have short lines, I guess it won't matter much to you, because you won't
have a long way to scroll. You don't have to be pixel precise. Just click next
to the scroll bar itself in its space.

What really _is_ annoying, is that when I scroll through my file using PageUp
and PageDown, I end up at a different horizontal position than where I started
from.

If updating the scroll bar size is causing a performance problem then I suggest
to set it to fit the longest line as soon as a file is loaded and update it
when the file is scrolled vertically, or even only when the file is scrolled
horizontally or even only when the user double clicks the scroll bar or 
something
like that.

I don't think there is any good reason to change behavior to something worse
(like now), because in _some_ cases this might be convenient.


______________________________________________________________________
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: Mon, 07 Jan 2008 02:34:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.3 is 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=4707206
By: donho

> The wrap thing is a bug, Don uncommented some line that was kind
of dangerous,
> recommenting should fix it back to the old behaviour ;). 

For me, the horizontal scroll bar is displayed even in wrap mode, but no flicker
when I scroll.
However, it's a bug.
Could you point me out where I uncommented ?

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: Mon, 07 Jan 2008 03:13:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Need
        help to read the source
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=4707257
By: nobody

I'm a newbiew to program and would like to modify some function of the Notepad++
a bit or to implement some simple feature, but after i downloaded the source
code, i found it a bit difficult to read. i can't found the part of code i 
intend
to concentrate to.
Can the admin clue me in how to read the codes?

______________________________________________________________________
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: Mon, 07 Jan 2008 03:35:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        English.xml is updated?
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=4707286
By: nobody

Quote!

______________________________________________________________________
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: 11
Date: Mon, 07 Jan 2008 03:55:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: REgEx in search
        /replace sub 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=4707320
By: nobody

You have to put a backslash before the number of the "copy this part".

Find field:
([0-9A-Fa-f][0-9A-Fa-f])_
Replace field:
\1

That is, if all hex numbers contain two hexadecimal characters, followed by
a space character (_ above).


______________________________________________________________________
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: 12
Date: Mon, 07 Jan 2008 04:56:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] debugger
        not     stopping
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=4707400
By: captainp

Hi there,
I followed the instructions on
http://www.ourwikicommunity.com/wiki/How_to_Setup_BDGp_debugger_in_Notepad%2B%2B
_to_Debug_PHP
and I found that in order to get the extension loaded, I also had to add the
line:
extension=php_xdebug-2.0.2-5.2.5.dll
to my php.ini file.

Now, I can see the notepad++ icon flash and I can see the DBG messages:
Accept: 127.0.0.1
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<init xmlns="urn:debugger_protocol_v1" 
xmlns:xdebug="http://xdebug.org/dbgp/xdebug";
fileuri="file:///C:/wamp/www/debugTest.php" language="PHP" 
protocol_version="1.0"
appid="7424" idekey="jim"><engine
version="2.0.2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[C
opyright (c) 2002-2007 by Derick Rethans]]></copyright></init>
Send: feature_set -i 1 -n max_depth -v 3
Send: feature_set -i 2 -n max_children -v 15
Send: breakpoint_set -i 3 -t line -f file:///C:\wamp\www\debugTest.php -n 2
-s enabled -h 0 -o >=
Send: breakpoint_list -i 4
Send: step_into -i 5
----
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="feature_set" 
transaction_id="1"
feature="max_depth" success="1"></response>
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="feature_set" 
transaction_id="2"
feature="max_children" success="1"></response>
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="breakpoint_set"
transaction_id="3" state="enabled" id="74240004"></response>
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="breakpoint_list"
transaction_id="4"><breakpoint type="line"
filename="file:///C:/wamp/www/debugTest.php" lineno="2" state="enabled" 
hit_count="0"
hit_condition="&gt;=" hit_value="0" id="74240004"></breakpoint></response>
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="step_into" 
transaction_id="5"
status="stopped" reason="ok"></response>
Send: run -i 6
----
Disconnect: 127.0.0.1

But the exdecution doesn't stop at the breakpoints?

Any 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=331753



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
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 20, Issue 33
*************************************************

Reply via email to