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 - Help] DocBlock: Insert asterisk automatically
(SourceForge.net)
2. [notepad-plus - Help] RE: DocBlock: Insert asterisk
automatically (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: DBGP plugin - release
0.7 (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: DBGP plugin - release
0.7 (SourceForge.net)
5. [notepad-plus - Help] RE: How to delete all but certain lines
(SourceForge.net)
6. [notepad-plus - Help] Japanese characters? (SourceForge.net)
7. [notepad-plus - Open Discussion] RegExp Replace (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: DBGP plugin - release
0.7 (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: Simple Script 1.11
released - Scripts on (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: RegExp Replace
(SourceForge.net)
11. [notepad-plus - Help] RE: Notepad Replacement - Notepad++
launcher (SourceForge.net)
12. [notepad-plus - Plugin Development] RE: DBGP plugin - release
0.7 (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 08 Feb 2008 11:29:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] DocBlock: Insert
asterisk automatically
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=4767361
By: nobody
Hello!
When writing PHP programs, I use docblock comments like this:
/**
* Great function
*
* This function does a lot of things...
*/
Is there a way to make Notepad++ automatically insert the * at the beginning
of each line when pressing the enter key while I'm inside the docblock? That
would be great.
Greetings,
Thomas
______________________________________________________________________
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: 2
Date: Fri, 08 Feb 2008 11:31:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: DocBlock:
Insert asterisk automatically
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=4767365
By: nobody
... and preserve the indentation correctly, like one space before the * in my
above example? (Somehow, the leading spaces were removed from my posting.)
Greetings again,
Thomas
______________________________________________________________________
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: 3
Date: Fri, 08 Feb 2008 11:46:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
DBGP plugin - release 0.7
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=4767395
By: nobody
excuse me mr Npp is it beacause of the use of the name lolita?
well sorry if my improvisation association acronym is lolita
i can use another local site but will it help?
______________________________________________________________________
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: Fri, 08 Feb 2008 12:00:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
DBGP plugin - release 0.7
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=4767415
By: nobody
i've set a new "projet" using c:\index.php and just doing phpinfo();
changed the mapping info
set a break point
run the site
blinks but nothing more!
here is the raw:
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:/index.php" language="PHP" protocol_version="1.0"
appid="5620"
idekey="default"><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:/index.php -n 5 -s enabled -h
0 -o >=
Send: breakpoint_list -i 4
Send: run -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="56200001"></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:/index.php"
lineno="5"
state="enabled" hit_count="0" hit_condition=">=" hit_value="0"
id="56200001"></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="run" 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: 5
Date: Fri, 08 Feb 2008 12:23:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to delete
all but certain lines
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=4767473
By: pryorjn1
In addition to the other suggestions that were given to you, you might want
to check out the "unofficial" plug-in (called Line Filter) listed in this
thread:
https://sourceforge.net/forum/message.php?msg_id=4565227
This plug-in (which is in its very early stages and is not yet available on
Npp-plugins) allows you to highlight a string of text and choose to either keep
only lines that contain that string or delete all lines that contain the string.
Hope this helps.
-JP
______________________________________________________________________
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: Fri, 08 Feb 2008 13:38:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Japanese
characters?
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=4767576
By: nobody
Hello,
I wish to make the Notepad++ able to view Japanese characters, and I somehow
managed to earlier. But after my machine had it's last breakdown, I forgot how
to do it..
Could anyone help me?
______________________________________________________________________
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: 7
Date: Fri, 08 Feb 2008 13:47:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RegExp
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=4767592
By: nobody
I wanted to fix some SQL statements.
Each line ended with ";" which was giving errors.
I wanted to replace ";" with CRLF and "GO"
There was no apparent way, so I resorted to ASCII replace of ";" with ";GO"
I had to use the Hex editor to change ";" (3B) to 0D
Normal replace didn't work.
Any clues for users in the real world ?
(Sheesh, even old Crimson Editor can do a replace of ";" with "^P GO" )
______________________________________________________________________
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: Fri, 08 Feb 2008 14:41:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
DBGP plugin - release 0.7
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=4767660
By: zobo
Damn.. I can't see anything wrong with this...
Can you give me the output of phpinfo. At least the Xdebug part.
Check that extended info is on or breakpoints won't work at all:
xdebug.extended_info=1
-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: 9
Date: Fri, 08 Feb 2008 14:58:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Simple Script 1.11 released - Scripts on
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=4767687
By: fidvo
Answers to the above questions:
1) Did I miss something or this plugin doesn't support Unicode text?
You didn't miss anything; I'm the one who missed something. Believe it or not,
you're the first person to bring that up. I hadn't even thought to test
Unicode.
I'll have to look into it. I might be able to fix it by using Delphi's
WideString
type, but I'm not sure how that works with StringLists, which are used in a
good chunk of the functions.
I guess for now, Simple Script doesn't support Unicode.
2) is it possible with this version to applicate a script in all open files?
Not yet, but that's a planned feature. I haven't done it yet because my plan
for this feature involves some of the same setup as Templates and Code Snippets,
so I need to add all 3 of these features at once. In order to do Templates
the way I want (allow the user to input the values for variables parsed from
the template), I need to put variables in. That's my next major planned
feature.
3) is it possible to make the functions window (the first half) (vertical)
resizable?
I suppose I could put a splitter between the function list and the function
definitions. Perhaps next version.
4) btw I could not find out where to put the 10 scripts on the menu.
Plugins -> Simple Script -> Settings
Click on the Menu tab. Select which scripts to add to which menu items (You
have to add them with the Scripts tab first). Click OK, then restart Notepad++.
5) Can you please add a shortcut possibility to "repeat last script"?
You can already define a shortcut for it in the Notepad++ Shortcut Mapper.
6) I put the .ini file in the config folder but simplescript does still use
the one in the plugin folder
Hmm. I'm pretty sure I made the .ini file in the Config folder take
precendence,
but it's possible I made a mistake. I'll check it. You can always delete the
one in the Plugins folder and force it to use the one in the Config folder.
______________________________________________________________________
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: 10
Date: Fri, 08 Feb 2008 15:04:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
RegExp 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=4767700
By: fidvo
Use the Advanced Editor (CTRL-R).
In the Find field, put ";"
In the Replace field type CTRL-M followed by "GO"
______________________________________________________________________
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: Fri, 08 Feb 2008 15:18:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad
Replacement - Notepad++ launcher
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=4767721
By: nobody
Not just for this, but for many things:
http://www3.telus.net/_/replacer/
Has helped me many times. Replaces files in multiple places. To get 100%
results,
I run it twice, once by typing out C:\windows\system32\notepad.exe, and once
by just typing notepad.exe. Once I reboot, it replaces 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=331754
------------------------------
Message: 12
Date: Fri, 08 Feb 2008 15:43:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
DBGP plugin - release 0.7
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=4767757
By: nobody
nop nothing better
here is the phpinfo() of xdebug
xdebug
xdebug support enabled
Version 2.0.2
XDEBUG NOT LOADED AS ZEND EXTENSION
Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.125.2.2 $
GDB - GNU Debugger protocol $Revision: 1.87 $
PHP3 - PHP 3 Debugger protocol $Revision: 1.22 $
Directive Local Value Master Value
xdebug.auto_trace Off Off
xdebug.collect_includes On On
xdebug.collect_params 0 0
xdebug.collect_return Off Off
xdebug.collect_vars Off Off
xdebug.default_enable On On
xdebug.dump.COOKIE no value no value
xdebug.dump.ENV no value no value
xdebug.dump.FILES no value no value
xdebug.dump.GET no value no value
xdebug.dump.POST no value no value
xdebug.dump.REQUEST no value no value
xdebug.dump.SERVER no value no value
xdebug.dump.SESSION no value no value
xdebug.dump_globals On On
xdebug.dump_once On On
xdebug.dump_undefined Off Off
xdebug.extended_info On On
xdebug.idekey jpsiffert default
xdebug.manual_url http://www.php.net http://www.php.net
xdebug.max_nesting_level 100 100
xdebug.profiler_aggregate Off Off
xdebug.profiler_append Off Off
xdebug.profiler_enable Off Off
xdebug.profiler_enable_trigger Off Off
xdebug.profiler_output_dir /tmp /tmp
xdebug.profiler_output_name cachegrind.out.%p cachegrind.out.%p
xdebug.remote_autostart Off Off
xdebug.remote_enable On On
xdebug.remote_handler dbgp dbgp
xdebug.remote_host 127.0.0.1 127.0.0.1
xdebug.remote_log C:\Jp\easyPhp\www\xdebug.log
C:\Jp\easyPhp\www\xdebug.log
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.show_exception_trace Off Off
xdebug.show_local_vars On On
xdebug.show_mem_delta Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir /tmp /tmp
xdebug.trace_output_name trace.%c trace.%c
xdebug.var_display_max_children 128 128
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 3 3
here is my php.ini setup :
zend_extension_ts="C:\JP\EasyPHP\php\extensions\php_xdebug-2.0.2-4.4.6.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_mode=req
xdebug.idekey=default
xdebug.remote_log="C:\Jp\easyPhp\www\xdebug.log"
xdebug.remote_port=9000
xdebug.show_exception_trace=0
xdebug.show_local_vars=9
xdebug.show_mem_delta=0
xdebug.trace_format=0
xdebug.extended_info=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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 21, Issue 29
*************************************************