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: Hex Editor v0.9
released !!!! (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Notepad++ v5 RC
(SourceForge.net)
3. [notepad-plus - Help] RE: Fixed-width font for entire code
(SourceForge.net)
4. [notepad-plus - Open Discussion] Xdebug Not working with
Notepad++ Not flashin (SourceForge.net)
5. [notepad-plus - Help] RunExec CreateProcess() failed
(SourceForge.net)
6. [notepad-plus - Open Discussion] Regex for add to found
number (SourceForge.net)
7. [notepad-plus - Translation] RE: Updated Notepad++ v5
translation model (SourceForge.net)
8. [notepad-plus - Help] RE: RunExec CreateProcess() failed
(SourceForge.net)
9. [notepad-plus - Help] Saving UTF-8 (without BOM) (SourceForge.net)
10. [notepad-plus - Open Discussion] Tags match highlight
(SourceForge.net)
11. [notepad-plus - Open Discussion] Incrementing numbers by any
offset (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 04 Jul 2008 15:09:35 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Hex Editor v0.9 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=5073771
By: clrs530
Thanks so much! And also compare option now :)
______________________________________________________________________
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: Fri, 04 Jul 2008 17:22:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5 RC
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=5074006
By: beholder4096
of course, "auto-indent" was on this time, I know that. The problem is with
indenting when there should be nothing to indent, actually.
______________________________________________________________________
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, 05 Jul 2008 01:17:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Fixed-width
font for entire code
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=5074667
By: janschreiber
That's way too complicated. Just choose Stylers from the Settings menu, and
set the global override font to something you like, such as Consolas or DejaVu,
or even Courier New, if you haven't got a better font installed. That's pretty
much it.
It's the first thing I did when installing N++. The default settings are, err,
a bit awkward to read.
______________________________________________________________________
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, 05 Jul 2008 02:45:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Xdebug
Not working with Notepad++ Not flashin
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=5074762
By: shaba1
I set up notepad++ according to the instructions on the web site. I had already
had xdebug set up in my php.ini file. I also followed the instruction at
http://www.judiwa.com/wiki/How_to_Setup_BDGp_debugger_in_Notepad%2B%2B_to_Debug_
PHP
Everything worked fine until part where I am suppose to enter
http://localhost/debugTest.php. I acutally use
http://127.0.0.1/Robin/debugTest.php
becasue that is where I saved the file. Well notepad++ does not "flash" as the
tutorial said it should, the step over, Step Into,Run,Stop, Step Out,Run To
menu choices and buttons are all greyed out. In the debugger section at the
bottom of the notepad++ window it says disconnected. I have done a netstat -a
-b and notepad++ shows as listening on port 9000. I even opened that port on
my linksys router just to be sure that was not blocking things. even though
I am running notepad on the actual machine that the php file is saved to.
After all this debugging still does not start. Does anyone have a reason why.
P.S. Yes I have done a phpinfo.php and xdebug shows up as loaded and running.
And yes I am using
http://127.0.0.1/Robin/debugTest.php?XDEBUG_SESSION_START=test.
Without the xdebug token that file runs just fine and gives the expected output.
Just to cover all the obvious causes.
______________________________________________________________________
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, 05 Jul 2008 07:09:32 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RunExec
CreateProcess() failed
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=5075009
By: mydomdom
Hi,
First, Notepad++ is a really great software.
1) I put an Execute.bat file in C:\Program Files\Notepad++\plugins to run my
python file inside Notepad++.
I open the console and launch. The console gives me an error: CreateProcess()
failed, which seems to be a Windows error.
What am I doing wrong ?
2) Alternatively, when I try to execute Python with Execute and choosing
python.exe,
the file seems to run (it opens a shell window) but the shell closes
immediately.
How can I keep it opened ? I'd like not to alter my python files with additional
instructions such as raw_input()
I am working with Win XP SP2
Any help would be much appreciated
Thanks in advance
Dominique
Execute.bat
@echo off
REM A batch file for executing a command on the file currently being edited.
if /i %~x1 == .hhp goto HtmlHelpProject
if /i %~x1 == .py goto Python
goto NoMatch
:HtmlHelpProject
echo Executing tool associated with Html Help project.
"c:\program files\html help workshop\hhc.exe" %1
goto End
:Python
echo Executing tool associated with Python script.
"c:\Python25\python.exe" -m %~n1
goto End
:NoMatch
echo The current file has no execute tool associated with it.
goto End
:End
pause
______________________________________________________________________
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: Sat, 05 Jul 2008 09:51:59 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Regex
for add to found number
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=5075188
By: nobody
so, i want find 00, 01, 02, 03... and i want add +1 (or +2 etc.) for this number
- so i want 01, 02, 03, 04... result after find/replace. is it possible in
notepad++
find/replace tool?
thanks
______________________________________________________________________
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: Sat, 05 Jul 2008 12:46:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Updated
Notepad++ v5 translation model
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=5075388
By: likeadust
I sent the Korean translation.
you can download in here :
http://gimp.kr/pub/misc/korean_language_pack/npp_5_korean.zip
it includes the original file, new file, and diff
______________________________________________________________________
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: 8
Date: Sat, 05 Jul 2008 13:27:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RunExec
CreateProcess() failed
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=5075441
By: harrybharry
try starting CMD first and then execute the batch file, see if that works
______________________________________________________________________
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: 9
Date: Sat, 05 Jul 2008 15:33:24 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Saving UTF-8
(without BOM)
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=5075620
By: alancunn
I am new to Notepad++ (after looking for an editor with more features than
Notepad2,
yet still simple).
I am coding PHP and therefore cannot encode UTF-8 with a BOM since it causes
headers to be sent and the whole script fails!!
Anyway, I've two questions.
First: What is the difference between "Format >> Encode in UTF-8 without BOM"
and "Format >> Convert to UTF-8 without BOM"? Will converting a file already
in UTF-8 without BOM cause harm or does it just do nothing.
Second: Is there a way to set all saves to use UTF-8 without BOM (rather than
just setting the default for new documents). NPP recognises the files as ANSI
due to the lack of BOM, but I wish them to be saved in UTF-8 without BOM every
time (without leaving it up to me to forget!!!).
Any help would be greatly appreciated!
Chrs
______________________________________________________________________
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: 10
Date: Sat, 05 Jul 2008 16:12:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Tags
match highlight
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=5075666
By: nobody
Hello,
I don't understand what is the new functionality called "Tags match highlight".
Could anyone explain me how to use it?
Regards,
mathmax
______________________________________________________________________
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: Sat, 05 Jul 2008 18:21:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Incrementing numbers by any offset
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=5075858
By: fool4uanyway
If each number is on a separate line, you may be helped by the Simple Script
Plug-In's Increment function. You may need to download this plugin to be able
to use it.
Your script would simply say:
>> start of script on next line
Increment( 1, 1 )
<< end of script on previous line
This means any number would be incremented by 1, allowing the length of numbers
to grow by one digit (which, obviously, is enough).
Preceding/Leading 0's will be preserved, except when they are "overwritten"
by a 1 because of only 9's following it previously: 09(9..) will become 10(0..).
If lines can contain more than one number, you have to separate them first.
This is best done by using the advanced Replace dialog.
Press Ctrl+Home to move to the top of the document.
Press Ctrl+R to open the advanced replace dialog.
Check the Regular Expression checkbox.
In the Find field enter:
(\d+[^\d]*)
This regular expression searches for any number, separated from any succeeding
number.
In the Replace field enter:
\1 [Press Ctrl+M after the 1]
#NL#
This expression re-places the number and the following text until the next
number,
adds a linebreak and the #NL# identifier to indicate the line wasn't broken
here before.
Find the first and replace all occurrences.
Now you can run the simple script.
After that, you'll have to re-connect the original lineparts again.
Press Ctrl+Home to move to the top of the document.
Press Ctrl+R to open the advanced replace dialog.
Uncheck the Regular Expression checkbox.
In the Find field enter:
[Press Ctrl+M for the inserted linebreak]
#NL#
Clear the Replace field:
Find the first and replace all occurrences.
Done! Thank you very much, Fool4UAnyway! You're welcome!
Here's the description of the function in the Simple Script Plug-In:
>>Increment(int offset, int append): Increments by offset all lines as if they
were numbers.
Operates on each line in the document individually.
The offset can be positive or negative.
All of the digits in the line are treated collectively as a number, regardless
of their position. This number is incremented by the offset and inserted back
into the string.
If the resulting number has less digits than the original, 0's are inserted
to fill in the missing places.
If the resulting number has more digits than the original and append is 1, the
extra digits are inserted before the first numeric character in the line.
If append is 0, the extra digits are simply eliminated.
If the resulting number is less than 0, the negative sign ("-") is treated as
an extra digit.
For example, if you have the following string:
digits 5 and 0
The results of the following scripts would be:
increment(1,1) = digits 5 and 1
increment(-2,1) = digits 4 and 8
increment(10,1) = digits 6 and 0
increment(50,1) = digits 10 and 0
increment(-51,1) = digits - and 1
increment(-60,1) = digits -1 and 0
increment(50,0) = digits 0 and 0
increment(-60,0) = digits 1 and 0
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 26, Issue 11
*************************************************