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] Print preview (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: mount zip file
(SourceForge.net)
3. [notepad-plus - Help] RE: Compiling Java (SourceForge.net)
4. [notepad-plus - Open Discussion] Notepad++ display problem
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: mount zip file
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: mount zip file
(SourceForge.net)
7. [notepad-plus - Help] RE: Print preview (SourceForge.net)
8. [notepad-plus - Open Discussion] Crash after Find in Files in
wrong directory (SourceForge.net)
9. [notepad-plus - Open Discussion] Suggestion: close file by
double clicking (SourceForge.net)
10. ruby api (aidy lewis)
----------------------------------------------------------------------
Message: 1
Date: Sun, 28 Sep 2008 09:42:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Print preview
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=5337045
By: mploug
Hi
As far as I can see there is no Print preview
funcion in Notepad++.
I suggest that this function gets implemented
in Notepad++.
I don't know if it is possible to just print
in black font color. If it is not I will suggest
this option to.
Kind regards,
Martin
______________________________________________________________________
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: Sun, 28 Sep 2008 13:10:57 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
mount zip 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=5337757
By: snemarch
Just how many .txt files do you have, and how small is the partition with 64kb
clusters? I know if feels bad to waste space, but you have to ask yourself...
*) how much space do you really waste?
*) how useful would the feature be in general?
*) how much work would it be implementing it (especially consider support for
saving, not just read-only)
______________________________________________________________________
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: Sun, 28 Sep 2008 15:32:10 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Compiling Java
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=5338223
By: erasermonster
It did not work when I individually tested each path. But, I found another piece
of information:
compile:
cmd /c cd "$(CURRENT_DIRECTORY)" && "%JAVA_HOME%\bin\javac"
"$(FULL_CURRENT_PATH)"
run:
cmd /k cd "$(CURRENT_DIRECTORY)" && "%JAVA_HOME%\bin\java" "$(NAME_PART)" &&
exit
I read press f6 to place the first line of code. Is this also true for the
second
part?
______________________________________________________________________
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: Sun, 28 Sep 2008 21:31:59 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ display problem
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=5339245
By: donho
Just FTI.
If your Notepad++ looks like this :
http://picasaweb.google.fr/lemisterv/Screenshots#5225564681521586082
http://picasaweb.google.fr/lemisterv/Screenshots#5235757797498843170
then probably it's due to ATI Hydravision. Uninstall it may fix it.
Don
______________________________________________________________________
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, 29 Sep 2008 06:03:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
mount zip 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=5340394
By: snemarch
Well, 4.6x factor might sound like a lot, but to computer wasted space, you
really need to look at it this way... and let us throw in a harddisk size just
for fun, since you seem to like ratios :)
(size_on_disk - size) / disk_size
In order to get some not ridiculously small numbers, let use assume 10.000 files
1KB size on a partition with 64KB clusters, and a (very small by today's
standard)
80gig harddisk. We get...
(10.000*65.536 - 10.000*1024)/80.000.000.000 , or about 0.81% disk space wasted.
IMHO the gains for this hypothetical example doesn't justify the coding effort.
Adding efficient save support of files within zip files is non-trivial, you'll
end up either with internal file fragmentation, or the need to "defrag" the
files.
Perhaps read-only support would make sense for archiving huge log files, but
are you going to *edit* those? And remember that NP++ isn't really very
efficient
with huge files. You'd probably be better suited with a specialized
compressed-logfile-grepper application.
Obviously it's up to Don what he wants to support, I'm just trying to speak
a voice of reason here :)
______________________________________________________________________
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, 29 Sep 2008 07:32:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
mount zip 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=5340630
By: harrybharry
Imo, an application such as WinRAR properly suppports extracting a file,
launching
an editor and then repacking if the file were to be changed. I use it alot and
it works wonderfully (there are probably tons of ZIP applications that can do
this).
As for plugins, I think it is pretty difficult to do this, since there are
currently
no means to tell notepad++ to load other data than the direct binary ones.
______________________________________________________________________
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: Mon, 29 Sep 2008 09:44:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Print preview
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=5341061
By: tschm
I support this request.
And, please, can anybody tell me how to change the printer font?
______________________________________________________________________
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: 8
Date: Mon, 29 Sep 2008 09:53:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Crash
after Find in Files in wrong directory
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=5341082
By: fool4uanyway
I believe it may be related to this.
I performed Find in Files a couple of times and found nothing, before I noticed
the directory was not the one I intended to search in. So I changed it. However,
still nothing was found.
There was no message at all. I then noticed I had not changed the drive letter,
so it was not that strange that nothing was found. OK, with the correct drive
letter I got the correct results.
I then opened a file by double clicking a result line and tried to copy a few
lines to another document/tab. Suddenly, I had no cursor anymore. There was
a line marked, indicating it was selected, but moving the cursor keys up and
down didn't make any difference. I couldn't paste the text. When I clicked the
mouse on another line, the line selection indicating color was updated.
I could get a cursor in the Find in Files results pane.
After some time, I guess half a minute or so, suddenly an "annoying" message
appeared saying that Notepad++ was trying to recover some files. The update
told me "some data" was successfully recovered in C:\N++RECOV (but there was
nothing there).
After that, a number of access violations or similar errors appeared. After
clicking them all away, so was Notepad++.
I guess the crash may have been caused by the wrong directory I used for Find
in Files. I can't think of anything else. I never had Notepad++ crash before.
______________________________________________________________________
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, 30 Sep 2008 08:11:08 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Suggestion: close file by double clicking
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=5345069
By: javcafe
The file could be closed by double clicking on the file tab. It is more
convenient
than the very far top right close button or in the menu 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: 10
Date: Tue, 30 Sep 2008 17:22:59 +0100
From: "aidy lewis" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] ruby api
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I am using v4.9.2 and I have looked in plugins\api; but there doesn't
seem to be a ruby.api file from the installation.
Do I need to download this file from somewhere?
Aidy
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 28, Issue 34
*************************************************