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: Path problems opening files from
the cmd (SourceForge.net)
2. [notepad-plus - Help] RE: Path problems opening files from
the cmd line (SourceForge.net)
3. [notepad-plus - Help] RE: apply external program on selected
area (SourceForge.net)
4. [notepad-plus - Open Discussion] Importing text files in
Excel (SourceForge.net)
5. [notepad-plus - Open Discussion] Importing text files in
Excel, link (SourceForge.net)
6. [notepad-plus - Help] Vista won't let NPP edit INF files.
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: New Explorer,
Function List and HexEdit (SourceForge.net)
8. [notepad-plus - Help] RE: apply external program on selected
area (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: NPP Shell Extension for
WinXP x64 (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Dead Link (SourceForge.net)
11. [notepad-plus - Help] RE: context menu with Vista
(SourceForge.net)
12. [notepad-plus - Help] RE: context menu with Vista
(SourceForge.net)
13. [notepad-plus - Help] RegExp ^$ fails (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 19 Mar 2007 05:01:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Path problems
opening files from the cmd
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=4214507
By: coder775
This might help.
http://notepad-plus.sourceforge.net/uk/run-HOWTO.php
--Joel
______________________________________________________________________
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: Mon, 19 Mar 2007 05:20:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Path problems
opening files from the cmd line
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=4214534
By: nobody
I know how to setup that, but i was wondering if there is shortcut that i press
Ctrl something and it will come out the cmd with the answer directly. because
there was a shortcut for compiling java in the older version. Anyway, thanks
for your reply.
______________________________________________________________________
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: Mon, 19 Mar 2007 07:07:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: apply external
program on selected area
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=4214727
By: dv__
Yes, SCI_SCI_GETSELTEXT is exactly what I meant - except one thing: current
file can be UCS2 or UTF8. And our $(SELECTED_TEXT) variable must be an ANSI
text, isn't it? That's why additional conversion between ANSI and UTF8 may be
needed.
Or maybe it's better to implement an interface for any supported encoding? E.g.
sel.text - the same as sel.text_ansi
sel.text_ansi - current selection in ANSI encoding
sel.text_utf8 - current selection in UTF8 encoding
sel.text_ucs2le - current selection in UCS2LE encoding
sel.text_ucs2be - current selection in UCS2BE encoding
sel.save <file> - the same as sel.save_ansi
sel.save_ansi <file> - save selection in ANSI encoding
sel.save_utf8 <file> - save selection in UTF8 encoding
sel.save_ucs2le <file> - save selection in UCS2LE encoding
sel.save_ucs2be <file> - save selection in UCS2BE encoding
+ the same for sel.read <file> operations
+ the same for sel.replace <text> operations
In this case you could use:
non_unicode_app.exe /params sel.text_ansi
unicode_app.exe /params sel.text_ucs2le
Anyway, it is just ideas so far.
And what is "input stream"? What is the difference between "input stream" and
a command-line input parameter?
______________________________________________________________________
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: Mon, 19 Mar 2007 07:09:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Importing text files in Excel
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=4214730
By: nobody
There is an import wizzard in Excel with which you can simply set column ranges
for text files to be converted to column cells. You will see a few text lines
in a window and be able to set the column ranges manually. You can even save
this layout as a template. This works a little easier than having to figure
out all those numbers to put in many formula's.
______________________________________________________________________
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, 19 Mar 2007 07:13:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Importing text files in Excel, link
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=4214740
By: nobody
Here is a detailed description of the text import functionality available in
Excel:
http://office.microsoft.com/training/training.aspx?AssetID=RC011801181033
______________________________________________________________________
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: Mon, 19 Mar 2007 07:26:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Vista won't let NPP
edit INF files.
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=4214764
By: miamidot
In vista, right click on an INF file and choose edit with notepadd++.
Vista responds with the effect of "Notepad++ encountered problems editting this
file ... blah."
Right click on the same file to edit with ms wordpad or ms notepad or any other
editor ... no problems.
______________________________________________________________________
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: Mon, 19 Mar 2007 07:50:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Explorer, Function List and HexEdit
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=4214806
By: nobody
Sorry, I typed stupid things today ;). Seperate with ";" your filters. E.g.:
"*.txt ; *.java"
There is no need for spaces.
Best Regards
Jens
______________________________________________________________________
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: 8
Date: Mon, 19 Mar 2007 08:04:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: apply external
program on selected area
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=4214838
By: nobody
You will get always bytes from Scintilla. In case of USC2 two for one char,
in case of UTF8 1-3 and in case of ANSI one char ;). I have in HexEditor a
convertion
implemented. If you would like to have an example to convert, please let me
know.
The decision of converting is IMO only dependend from Notepad. In any case there
is only the need to convert from sel.text_xxx -> ANSI and vice versa if you
want to replace text automatically.
BTW: + the same for sel.replace with RegEx could be also interesting
Best Regards
Jens
______________________________________________________________________
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: Mon, 19 Mar 2007 08:46:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NPP
Shell Extension for WinXP x64
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=4214917
By: nobody
Thank you very much. It works fine !!! :-)
______________________________________________________________________
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, 19 Mar 2007 10:52:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Dead
Link
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=4215139
By: nobody
yes - this side cantains it
http://notepad-plus.sourceforge.net/de/auto-completion-HOWTO.php
______________________________________________________________________
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, 19 Mar 2007 10:55:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: context menu
with Vista
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=4215145
By: nobody
I'v got the same problem. Somebody please help. I've tried uninstalling and
reinstalling the latest version (4.0.2), tried installing the entry manually,
and tried renaming the folder to 'NotepadPP'. Nothing works.
I did the 'replace native notepad.exe' hack long before this started, but I'm
fairly sure I've now reverted it. Yet, the error is still going 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: 12
Date: Mon, 19 Mar 2007 11:00:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: context menu
with Vista
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=4215152
By: nobody
Also, I'm using Windows XP Home.
A temporary fix: Uninstall the latest and go back to 3.9. It works now. In fact,
now that I think of it, the trouble started after I updated (to 4.0.1,
I believe).
______________________________________________________________________
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: Mon, 19 Mar 2007 11:13:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RegExp ^$ fails
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=4215167
By: nobody
Can I search for a "blank lines" using ^$ RegExp?
If not... ?How can I do it?
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
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 10, Issue 44
*************************************************