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: crashing at open files from the C:
(SourceForge.net)
2. [notepad-plus - Help] RE: apply external program on selected
area (SourceForge.net)
3. [notepad-plus - Help] dotted slash when you tab (SourceForge.net)
4. [notepad-plus - Help] RE: crashing at open files from the C:
(SourceForge.net)
5. [notepad-plus - Help] Remember file paths (SourceForge.net)
6. [notepad-plus - Help] RE: Remember file paths (SourceForge.net)
7. [notepad-plus - Open Discussion] Very Slow Replacement in
Column Selections (SourceForge.net)
8. [notepad-plus - Plugin Development] Plugin to change the
cursor jump acting ? (SourceForge.net)
9. [notepad-plus - Help] RE: dotted slash when you tab
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Very Slow Replacement in
Column Selections (SourceForge.net)
11. [notepad-plus - Help] RE: Under Notepad++ Can't type Chinese
by XLi (SourceForge.net)
12. [notepad-plus - Help] RE: dotted slash when you tab
(SourceForge.net)
13. [notepad-plus - Plugin Development] how to make plugins
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 25 Apr 2008 08:56:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: crashing at
open files from the C:
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=4928227
By: nobody
ok, thanks for the fast answer. I do it on monday and give the request.
______________________________________________________________________
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, 25 Apr 2008 08:59:09 -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=4928235
By: mhuffman
I don't know lua, so I don't know if you can avoid the temp file song and dance.
I often "echo" input to programs via a pipe. But, if the program is expecting
a newline, I don't know a way around the temp file.
See if this is something you can use: consider using the Windows clipboard.
If lua does not have a Windows clipboard module, perhaps use just enough of
something else to read and write the clipboard, then shell out to lua.
Perl and Python both have Windows modules that read and write to the clipboard
(I am sure RUby does as well):
use Win32::Clipboard; # Perl
import win32clipboard # Python
Perl and Python can run system commands, and read the output of system commands.
Perl is particularly handy for this with its back-tick operator. Python, on
the other hand, has an excellent interactive shell: I have a script that reads
the clipboard, then remains in the shell ('-i' command line option). I have
some predefined functions, one of which writes back to the clipboard. Then I
can just enter Python commands in the shell to work with a string of text that
came from the clipboard, and when I am finished, write it back to the clipboard
and paste it into Notepad++ (or any other application, for that matter).
Perl, on the other hand, has the advantage of its built-in regular expression
support, so I use it for find and replace. And Perl has a great module for
formatting
text (Text::Autoformat) which I use for most of my word-wrapping.
There are some tricky issues regarding line endings; I did a lot of trial and
error, and I am not at all sure I have it right.
Mike
______________________________________________________________________
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, 25 Apr 2008 09:46:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] dotted slash when
you tab
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=4928358
By: nobody
if u open an empty text file in notepad++ and press tab
the editor leaves a dotted slash for each tap you press
it looks not so good it think
how can i disable this, i found nothing in the 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: 4
Date: Fri, 25 Apr 2008 12:03:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: crashing at
open files from the C:
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=4928578
By: nobody
What does regular Windows Notepad show when opening the file?
______________________________________________________________________
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: 5
Date: Fri, 25 Apr 2008 13:45:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Remember file paths
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=4928732
By: nobody
This needs to remember the last saved to and opened from path instead of only
the root for the Notepad++ exe.
______________________________________________________________________
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, 25 Apr 2008 14:00:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Remember file
paths
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=4928769
By: nobody
http://sourceforge.net/search/?words=%2Bremember+%2Blast+%2Boperation&sort=poste
d_date&sortdir=desc&offset=0&group_id=95717&forum_id=331754&type_of_search=forum
s&pmode=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=331754
------------------------------
Message: 7
Date: Fri, 25 Apr 2008 22:35:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Very
Slow Replacement in Column Selections
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=4929169
By: skvserg
Huge problem found in 4.8.5 and 4.8.2 (earlier versions were not tested)
Replacement in vertical blocks selections is very slow. It seems to me that
speed decreases a lot more than number of lines in selection.
There is no problem with couple of hundreds lines, but several thousands hold
Notepad++ forever.
It is imposssibe to use it to replace in big vertical column selections.
Can somebody help to resolve the problem
______________________________________________________________________
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: Sat, 26 Apr 2008 03:36:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Plugin to change the cursor jump acting ?
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=4929395
By: nobody
When i press strg + left or strg + right the cursor jumps in this direction
and stops befor and after every alphanumeric character.
Is there a way to change how the cursor act ? e.g. that it only bevor
alphanumeric
character stops ?
______________________________________________________________________
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: Sat, 26 Apr 2008 04:08:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: dotted slash
when you tab
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=4929431
By: nobody
View->Show indent guide
______________________________________________________________________
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, 26 Apr 2008 05:43:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Very
Slow Replacement in Column Selections
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=4929574
By: skvserg
It also take several minutes to remove vertical block selection which contains
couple thousands lines(after press delete key). Why it is so slow??? I had no
such problems with ConTEXT.
______________________________________________________________________
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, 26 Apr 2008 08:47:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Under Notepad++
Can't type Chinese by XLi
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=4929754
By: nobody
Thanks for your suggestion!! ^^
But I had tried to remove "ALL" plugins, but the problem was don't disappear...
^^
So I thought the problem maybe result from the update of notepad-plus kernel.
^^
Thank you very much again!! ^^
______________________________________________________________________
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: Sat, 26 Apr 2008 09:23:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: dotted slash
when you tab
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=4929792
By: nobody
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: 13
Date: Sat, 26 Apr 2008 10:07:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] how
to make plugins
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=4929832
By: nobody
This might be a horribly stupid question, but how do you make plugins for npp?
I want to use it as an IDE and make a compile hotkey to use npp with mingw.
______________________________________________________________________
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 the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 23, Issue 70
*************************************************