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] Notepad++ doesn't like insanely large
files? (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: File Menu appear delay
(SourceForge.net)
3. [notepad-plus - Help] RE: Notepad++ doesn't like insanely
large files? (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: "Find all in current
file" (SourceForge.net)
5. [notepad-plus - Help] RE: Notepad++ doesn't like insanely
large files? (SourceForge.net)
6. [notepad-plus - Help] RE: Notepad++ doesn't like insanely
large fil (SourceForge.net)
7. [notepad-plus - Open Discussion] Column Select (SourceForge.net)
8. [notepad-plus - Translation] RE: Updated Notepad++ v5
translation model (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Column Select
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: File Menu appear delay
(SourceForge.net)
11. [notepad-plus - Open Discussion] Unicode characters
(SourceForge.net)
12. [notepad-plus - Open Discussion] Update Annoyance
(SourceForge.net)
13. [notepad-plus - Plugin Development] RE: Language Help plugin
update v1.10 (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 01 Jul 2008 18:13:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ doesn't
like insanely large 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=5066253
By: dwmtractor
Hey all,
Just got turned on to Notepad++ by a friend, but the first time I tried to use
it (v. 5.0 downloaded 1July08, installed on XP Pro, 3GHz Pentium D, 2GB RAM),
I managed to crash it. One of the things I use a text editor for is to take
an extremely large price file (*.dbf format) I get from a supplier, strip out
the dbf header information, and save it as a flat text file for use in my
AIX-based
business system.
Unfortunately it's a huge file for a text editor. . .the latest version is 156
MB. Although it takes the better part of a minute to a minute and a half to
open it, I can and do edit it in either Windows Notepad or WordPad. Notepad++
crashes and burns when it tries to open the file.
Nothing shows in the N++RECOV folder. Don't know what may be logged anywhere
else. Suggestions?
______________________________________________________________________
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: Wed, 02 Jul 2008 00:10:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
Menu appear delay
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=5066999
By: harrybharry
There is nothing done dynamic when opening the file menu. If it happens to all
menus, its probably your windows settings. The fade animation is certainly
windows,
Notepad++ does nothing to fade menus.
5.0 does have a slight change to the file menu: the recent files are differently
ordered.
______________________________________________________________________
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: Wed, 02 Jul 2008 07:07:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
doesn't like insanely large 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=5067493
By: nosmoke2008
same problem to me too, could not open 3xx MB plain text file under Win2003
server with 4GB memory. So sad as the "Find all in all opened documents" can
be very handy for my task.
:~
I tried a lot of other freeware and so far still not impressed by any. Do you
guys has any free text editor to recommend ?
______________________________________________________________________
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: Wed, 02 Jul 2008 07:33:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
"Find all in current 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=5067533
By: nobody
there are four selections in find tab but five selections in replace tab.
so adding one selection named "find all" just like "replace all" is a good
idea.
i use find all very often. i usually close other files to leave one or two files
to find all. it is unconvenient.
______________________________________________________________________
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: Wed, 02 Jul 2008 07:50:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
doesn't like insanely large 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=5067560
By: rickx62
To work with very large text files you might take a look at OpenEditor, yet
another free editor available on the net. You can find it in www.sqltools.net.
OpenEditor can handle extremely large text files, as it doesn't suck the whole
file into RAM, but only reads as much as it needs to allow editing. You have
to switch on the "Memory Mapped" option.
I successfully used it for files larger than 500 MB.
Apart from being able to handle large files it has a very interesting "Column
Edit Mode". Unfortunately it doesn't support macros, which is a show stopper
for me.
Nevertheless, as it is very useful especially for large files, I keep both
OpenEditor
and Notepad++ installed on my PC.
______________________________________________________________________
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: Wed, 02 Jul 2008 09:50:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
doesn't like insanely large fil
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=5067780
By: dv__
Indeed, OpenEditor is good with large files - much better than UltraEdit, by
the way.
______________________________________________________________________
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: Wed, 02 Jul 2008 11:06:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Column
Select
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=5067878
By: nobody
I found Notepad++ much more useful than any text editor. Its really a great
text editor.
Textpad has one option called Block Select mode, which allows us to select a
file content columnwise. The selected text can even be copied and pasted as
column. I want to ask if there is any option in Notepad++ for column select.
I couldn't find any.
If there is no option for this, may I request the developers to introduce this
feature in next version. I shall be very thankful.
With Regards,
Krishna Rao, India ...
______________________________________________________________________
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: Wed, 02 Jul 2008 11:17:21 +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=5067895
By: janschreiber
You can d/l the German translation here:
http://localhostr.com/files/bc98d9/nativeLang.xml
______________________________________________________________________
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: 9
Date: Wed, 02 Jul 2008 13:01:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Column Select
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=5068057
By: abhayjoshi
Hi Krishna,
This feature is available; you need to use "Alt" while selecting as it is
alternative
to normal selection.
Regards,
Abhay.
______________________________________________________________________
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: Wed, 02 Jul 2008 16:11:37 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
Menu appear delay
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=5068445
By: rangans
Thanks a lot for pointing me in that direction. I was so stupid to not even
think of that. Turning off menu effects in the control panel fixed it. But what
I dont seem to understand is that no other software (not even firefox) was
giving
me this problem even though the windows setting is global. Hmmm wish what they
mean by building the program for windows UI??!!
______________________________________________________________________
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: Wed, 02 Jul 2008 16:30:15 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Unicode
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=5068488
By: nobody
My systems manager once told me that the only stupid question is one to which
you already know the answer, so here goes...
Is there any way to enter directly characters that are not provided for by any
of the keyboard drivers on my system? For example, if I want to type the
character
U+A64B (as I do, frequently), obviously I can type ꙋ, but can I insert
the actual character into the text? If so, how?
______________________________________________________________________
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: 12
Date: Wed, 02 Jul 2008 18:56:50 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Update
Annoyance
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=5068766
By: nobody
Please consider adding an option to determine how often Notepad++ checks for
updates. It is very annoying to get a pop up every time you open the
application
until you upgrade only to find it is going to delete the feature you use the
most and make you download it separately.
I have removed update checks completely as a result.
______________________________________________________________________
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: 13
Date: Wed, 02 Jul 2008 19:26:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Language Help plugin update v1.10
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=5068826
By: fstellari
Besides a bug in my plugin, the main problem is that Acrobat Reader does not
support the DDE command to search in a PDF file.
There is a command line search request but it only works on un-open PDF files...
i.e. the first time you request help. If you do not close the PDF file, the
plugin will not be able to search for a new keyword.
There is only a painful solution which is to move to the OLE interaction with
is provided only as MFC extension by Adobe... and I only have the free MSVC2005
which does not come with MFC library.
For the moment I have implemented the command line search through AcroRd32 if
the plugin does not find the full Acrobat.
Please download v1.11 from the web site.
If you have any suggestion or code example for the PDF OLE handling I will be
happy to try to implement it.
Regards,
Franco
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
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 5
************************************************