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] RE: Finding several New Lines with
RegExp (SourceForge.net)
2. [notepad-plus - Plugin Development] NPPExporter, export
styling to a HTML file (SourceForge.net)
3. [notepad-plus - Help] How to replace HEX byte in ascii file?
(SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Unusually Long Startup
Time. Why? (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: How can I show the
bookmark symbol on a l (SourceForge.net)
6. [notepad-plus - Help] RE: How to replace HEX byte in ascii
file? (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Unusually Long Startup
Time. Why? (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Unusually Long Startup
Time. Why? (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Unusually Long Startup
Time. Why? (SourceForge.net)
10. [notepad-plus - Help] Return to the last positon (SourceForge.net)
11. [notepad-plus - Help] RE: Delete macro (SourceForge.net)
12. [notepad-plus - Help] RE: How to replace HEX byte in ascii
file? (SourceForge.net)
13. [notepad-plus - Open Discussion] Join Request (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 11 Dec 2007 09:20:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Finding several
New Lines with RegExp
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=4670155
By: nobody
I've actually had to process files generated by an Oracle report writer that
has occasional newlines (newline is a unique character and not the same as a
form-feed which implies a new page) in one of the fields being extracted - the
actual end-of-lines have both carriage-return (decimal 13) and newline (decimal
10).
The ascii character definitions are the same regardless of system but Bill Gates
and Steve Jobs had to invent their own end-of-lines (it seems :|)
______________________________________________________________________
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: Tue, 11 Dec 2007 12:07:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
NPPExporter, export styling to a HTML 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=4670387
By: nobody
I've written a quick n dirty plugin to export your sourcecode to HTML much like
SciTe does. However, there is no support for codepages other than ANSI, which
effectively means you cannot use it when you use Unicode characters (it was
meant for code anyway, which ususally is written in ANSI) or when you export
.nfo files. Also, control characters are removed, so binary data gets lost.
It probably needs alot of fixing, but its a start.
Currently HTML only, since that was the most simple to export to (it isn't
called
Markup Language for nothing ;)).
Download it here:
http://harrysnppstuff.webs.com/
Another free webhost, only this time it has a homepage ;)
-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=482781
------------------------------
Message: 3
Date: Tue, 11 Dec 2007 13:07:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to replace HEX
byte in ascii 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=4670477
By: nobody
Hi,
I want to replace all char \x02 with \x01 without switch text mode to 'hex'.
But when I put \x02 and \x01 in replace
dialog and use regex mode, it can't recognize them as HEX values. How can I
achieve my goal?
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=331754
------------------------------
Message: 4
Date: Tue, 11 Dec 2007 13:28:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Unusually Long Startup Time. Why?
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=4670506
By: nobody
Hi,
would it be the auto-update/auto-upgrade functionality ?
Is your Internet connection working properly when this happens ?
Joe
______________________________________________________________________
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: Tue, 11 Dec 2007 13:29:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
How can I show the bookmark symbol on a l
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=4670507
By: nobody
Use the beNotified function that comes from scintilla and look for messages
about text being edited, that way you can keep track.
Also, check out the SCI_MARKERDEFINEPIXMAP, Notepad++ uses it for the hide lines
feature to mark them.
______________________________________________________________________
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: 6
Date: Tue, 11 Dec 2007 14:38:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to replace
HEX byte in ascii 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=4670596
By: nobody
I think it works (or it should work as you say)
What doesn't work is trying to find \r or \n (\x0a and \x0d) in regex
which is probably because only one line is read in at a time (per
search/replace)
which seems to be a common limitation.
What's wrong with hex mode?
I may know one thing: something is messing up my copy/paste buffering and I
stroooongly suspect Notepad++ is doing it - could well be the hex plugin
______________________________________________________________________
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: Tue, 11 Dec 2007 16:45:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Unusually Long Startup Time. Why?
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=4670745
By: ibauer
Yes, my internet connection works just fine while Notepad++ is being launched.
Even its home page can be accessed almost instantly. I've just checked
the auto-updater settings and turned it off, but it did not helped. Any other
idea?
______________________________________________________________________
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: Tue, 11 Dec 2007 16:37:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Unusually Long Startup Time. Why?
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=4670740
By: ibauer
I don't have any additional plugins installed. How do I remove the built-in
plugins?
______________________________________________________________________
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: Tue, 11 Dec 2007 16:36:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Unusually Long Startup Time. Why?
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=4670738
By: ibauer
I have a clean installation of v4.6 with no additional plugins.
______________________________________________________________________
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: Tue, 11 Dec 2007 17:34:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Return to the last
positon
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=4670996
By: nobody
How to return to the last positon? I usually want to return from a new position
to the last position.
______________________________________________________________________
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: 11
Date: Tue, 11 Dec 2007 18:34:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Delete macro
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=4671103
By: bighairytroll
Edit shortcuts.xml either in your "C:\program files\notepad++\" or in
"C:\"Documents
and settings\{your name here}\Program files\Notepad++\" (depending on your
installation options).
______________________________________________________________________
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: Tue, 11 Dec 2007 20:01:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to replace
HEX byte in ascii 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=4671167
By: fidvo
If you're still looking for a way to do it, you can do it with the SimpleScript
plugin.
The script is simply:
replace("\x02 ","\x01 ")
Important: The SPACE is the marker for the end of the hex number, so make sure
you include them or the script won't validate properly.
\r and \n also work, by the way, but these don't need SPACEs after them.
(I love opportunities to promote my plugin)
______________________________________________________________________
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: 13
Date: Tue, 11 Dec 2007 20:44:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Join
Request
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=4671202
By: bw4linux
I would like to join the development crew, and have the opportunity to
contribute.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 19, Issue 28
*************************************************