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 - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Open Explorer window to
      current file? (SourceForge.net)
   5. [notepad-plus - Open Discussion] Thanks! (SourceForge.net)
   6. [notepad-plus - Translation] RE: English.xml      v.4.6 changes
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Assign shortcut to      Word Wrap?
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Simple    scripting
      plugin in development (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Compare      Plugin 1.5
      released (SourceForge.net)
  10. [notepad-plus - Open Discussion] Context menus    not working
      (SourceForge.net)
  11. [notepad-plus - Plugin Development]       LanguageHelp plugin
      update (SourceForge.net)


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

Message: 1
Date: Thu, 29 Nov 2007 05:12:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4649742
By: nobody

also tried LOCAL: E:\xampp\htdocs\, REMOTE: E:/xampp/htdocs/, still nothing
happened:
--------------------------------------------------------------------------------
--------------------
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:///E:/xampp/htdocs/test.php" language="PHP" protocol_version="1.0"
appid="3516" idekey="A"><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: source -i 1 -f file:///E:/xampp/htdocs/test.php
Send: feature_set -i 2 -n max_depth -v 3
Send: feature_set -i 3 -n max_children -v 15
Send: breakpoint_set -i 4 -t line -f file:///E:/xampp/htdocs/test.php -n 2 -s
enabled -h 0 -o >=
Send: breakpoint_set -i 5 -t line -f file:///E:/xampp/htdocs/test.php -n 4 -s
enabled -h 0 -o >=
Send: breakpoint_list -i 6
Send: step_into -i 7
----
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="source" transaction_id="1"
encoding="base64"><![CDATA[PD8NCmZvciAoJGk9MDskaTwxMDskaSsrKQ0Kew0KCWVjaG8gJGkuI
jxicj4iOw0KfQ0KPz4NCg==]]></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_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="3"
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="4" state="enabled" id="35160005"></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="5" state="enabled" id="35160006"></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="6"><breakpoint type="line"
filename="file:///E:/xampp/htdocs/test.php" lineno="2" state="enabled" 
hit_count="0"
hit_condition="&gt;=" hit_value="0" id="35160005"></breakpoint><breakpoint
type="line" filename="file:///E:/xampp/htdocs/test.php" lineno="4" 
state="enabled"
hit_count="0" hit_condition="&gt;=" hit_value="0"
id="35160006"></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="7"
status="stopped" reason="ok"></response>
Send: run -i 8
----
Disconnect: 127.0.0.1

______________________________________________________________________
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: Thu, 29 Nov 2007 05:15:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4649747
By: nobody

Just like before, Remote & Local Path are set to "E:/xampp/htdocs/", error 
message
is shown, and break point is reset:
--------------------------------------------------------------------------------
--------------------
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:///E:/xampp/htdocs/test.php" language="PHP" protocol_version="1.0"
appid="3516"><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: source -i 1 -f file:///E:/xampp/htdocs/test.php
Send: feature_set -i 2 -n max_depth -v 3
Send: feature_set -i 3 -n max_children -v 15
Recv: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"; command="source" transaction_id="1"
encoding="base64"><![CDATA[PD8NCmZvciAoJGk9MDskaTwxMDskaSsrKQ0Kew0KCWVjaG8gJGkuI
jxicj4iOw0KfQ0KPz4NCg==]]></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_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="3"
feature="max_children" success="1"></response>
----
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="breakpoint_list"
transaction_id="4"></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

______________________________________________________________________
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: 3
Date: Thu, 29 Nov 2007 05:51:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4649795
By: zobo

Crap and double crap...
This works for me:

server: 127.0.0.1
id:
remote path:  e:\
local path:  e:\

Re
-Zobo

______________________________________________________________________
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: 4
Date: Thu, 29 Nov 2007 06:16:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Open
        Explorer window to current file?
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=4649826
By: siqi-du

en, they means if you store a run command, it will be added to the shortcut
mapper;

But I think it is a little inconvenient that if I made some typing mistakes
when storing a command, I have to delete it from the shortcut mapper list and
create another. Because of so many shortcuts locating is not very easy in the
table.

Another two sounds like bugs:
1.If I create different commands with same hotkeys, it is acceptable for 
notepad++,
there is no check.

2.If I type "ping 192.168.0.1" in Run textbox and run, it works.
But if I use the $(CURRENT_WORD) as a shutcut command, choose "ping 192.168.0.1"
in text then run, it doesn't work. I look into the code , find it exact 
arguments
first and expand the environment variables. so ShellExecute() think "ping
192.168.0.1" is the cmdname. I consider that why not choose the system(). The
dialog of run doesn't distinguish cmd and arg, which cause I assume that I can
use batch cmd here.

Thank you very much.
[EMAIL PROTECTED]



______________________________________________________________________
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: Thu, 29 Nov 2007 06:51:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Thanks!
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=4649904
By: nobody

Thanks for creating and being so generous with Notepad++! I find it very useful
as a replacement for the Visual Studio source editor, since I can open it full
screen, create my own custom markup, etc.

______________________________________________________________________
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: Thu, 29 Nov 2007 06:57:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE:
        English.xml     v.4.6 changes
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=4649920
By: nobody

Yea, in the my nativeLang.xml not have Item id 6322. My last Item id is the
6320. What is write in the Item id 6322 ?

______________________________________________________________________
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=558104



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

Message: 7
Date: Thu, 29 Nov 2007 08:08:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Assign shortcut
        to      Word Wrap?
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=4650054
By: fidvo

Specifically:

Macro -> Start Recording
View -> Wrap
Macro -> Stop Recording
Macro -> Save Current Recorded Macro

Then you just have to choose your shortcut key combination.

And by the way, yes it does work both ways: If Wrap is on, the macro will turn
it off, and if Wrap is off, the macro will turn it on.


______________________________________________________________________
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: Thu, 29 Nov 2007 08:26:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4650105
By: fidvo

I figured I'd better give you all an update so you don't think this plugin is
DOA.

Version 0.9 will probably be uploaded this weekend some time.  I still haven't
finished all the testing yet; I got lazy over Thanksgiving vacation.  So there
might be a few bugs still.

In the mean time, I've played around a little with parsing nested functions,
and I think I might be able to come up with a more advanced scripting system
for version 2.0, but that's probably a few months down the line.  Here's a 
tentative
plan:

Version 0.9

First publicly released version (beta).

Version 1.0

Testing and bug fixing.

Version 1.1

Adding new functions.

Version 1.2

Storing parameters.
Working on a subset of lines.  startsubset(startline,endline), endsubset()
functions
Add interface to edit SimpleScript.ini

Version 1.3

Other ideas I may get between now and then.

Version 2.0

More robust scripting system.
Nested functions, returning values from functions, branching, looping,
variables.
*This may break backward compatibility.  I'll probably allow you to choose 
between
basic and advanced scripting.
Possibly provide a custom user-defined language file so you can use Notepad++
to design scripts.


______________________________________________________________________
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: 9
Date: Thu, 29 Nov 2007 10:53:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare Plugin 1.5 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=4650356
By: tylandercasper

Thanks for the name idea. I'll go ahead and change it in the next release.

Dang, I didn't release anyone actually read those notes! Despite how it sounds,
English is my native language, I promise! ;p

Thats a good point about the undo changes being cleared for save comparison.
I can't create two new documents, because than you'd have no way of identifying
which document was which. What I think I'll do is temporarily disabled the 
"Align
Matches" option when you compare against the local version or the SVN base,
so that you don't have to worry about losing the undo/redo list.

______________________________________________________________________
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: Thu, 29 Nov 2007 11:54:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Context
        menus   not working
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=4650465
By: nobody

I installed Notepad++ 4.6 in my Windows 2003 machine and also in my laptop 
running
Vista enterprise both 64bit OS. I can't see the context menus which I used to
see in Notepad++ previous to 4.5

______________________________________________________________________
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: Thu, 29 Nov 2007 12:15:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        LanguageHelp 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=4650501
By: fstellari

I have released v1.00 of the LanguageHelp plugin that allows to setup language
specific help files.

The new version does not offer new functionality but it implements an options
dialog box to add/remove/edit language specific help files.
The dialog box is accessible through an option menu entry and makes it much
easier to add new languages, etc.


The DLL can be found here: http://fstellari.googlepages.com/npp_plugins

Regards,

Franco

______________________________________________________________________
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



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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

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

_______________________________________________
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 18, Issue 92
*************************************************

Reply via email to