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] meta tags (SourceForge.net)
2. [notepad-plus - Open Discussion] Bug: CurrentLineUp/Down
(Ctrl+Shift+Up/Down) (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: missing font
(SourceForge.net)
4. [notepad-plus - Help] RE: spell-checker doesn't work in 4.2.2
(SourceForge.net)
5. [notepad-plus - Help] RE: spell-checker doesn't work in 4.2.2
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: New Plugin available:
FTP_synchronize (SourceForge.net)
7. [notepad-plus - Help] RE: spell-checker doesn't work in 4.2.2
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: NPP Shell Extension for
WinXP x64 (SourceForge.net)
9. [notepad-plus - Help] clipboard duplicate (SourceForge.net)
10. [notepad-plus - Help] spell-checker doesn't work in 4.2.2
(SourceForge.net)
11. [notepad-plus - Plugin Development] RE: A tiny extension of
NPPM_DOOPEN, please. (SourceForge.net)
12. [notepad-plus - Help] how to... compile via lua (SourceForge.net)
13. [notepad-plus - Help] RE: how to... compile via lua
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 18 Aug 2007 08:54:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] meta tags
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=4471947
By: nobody
Hey,
I might be just plain stupid. How do I check or alter the meta tags in a php
or html file. I added a couple of meta tags to my website and wanted to add
some more to keywords list. Unfortunately they are not shown if I open the file
with N++. Any suggestions?
Greetz
Andy
______________________________________________________________________
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: Sat, 18 Aug 2007 12:12:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug:
CurrentLineUp/Down (Ctrl+Shift+Up/Down)
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=4472117
By: nobody
It seems this issue has been solved with Scintilla 1.74 correcting the
TransposeLine
function.
ScintillaHistory.html (2007-06-17 14:00) says:
Release 1.74
* Released on 15 June 2007.
...
* Bug fixed with SCI_LINETRANSPOSE on a blank line.
NotePad++ was built using Scintilla 1.73, as the source package reveals.
Don, is there a reason why release 1.74 wasn't used?
There is a small bug in moving the top line up and the bottom line down.
See ScintillaEditView.h, lines 486 to 510.
The currentLineUp() and currentLineDown() procedures do check the cursor for
being on the first and last line respectively, before executing any real change.
However, these procedures always _do_ set the start of an Undo action (lines
487 and 500):
execute(SCI_BEGINUNDOACTION); is called first, outside the if statement that
checks for the 'impossible' line and consequent action (lines 490 and 503).
This won't be noticed if you immediately undo the previous action (the one
before
trying to move the current line). However, undoing the first change after the
unsucessful action, will also undo the change immediately preceding it.
Could you fix this?
It's a bad thing you can't use CTRL+SHIFT+DOWN here, because of the empty lines
488 and 501. :)
______________________________________________________________________
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: Sat, 18 Aug 2007 15:06:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
missing font
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=4472268
By: nobody
I am experiencing exactly the same problem. Has anybody any ideas on how to
fix this?
______________________________________________________________________
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: 4
Date: Sat, 18 Aug 2007 17:23:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: spell-checker
doesn't work in 4.2.2
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=4472344
By: nobody
Install dictionaries , it's help :-)
______________________________________________________________________
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: Sat, 18 Aug 2007 17:38:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: spell-checker
doesn't work in 4.2.2
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=4472351
By: nobody
Get dictionary what you need from http://aspell.net/win32/ , and install in
the Aspell directory .
______________________________________________________________________
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: Sat, 18 Aug 2007 17:49:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Plugin available: FTP_synchronize
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=4472358
By: donho
Harry,
Impressive!
I notice that it doesn't work yet to upload on save, right?
NPPM_SAVECURRENTFILE is what you need.
BTW, is sftp is available?
Feel free to contact me to :
don . h @ free . fr
if you have any question or need support.
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=482781
------------------------------
Message: 7
Date: Sat, 18 Aug 2007 18:45:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: spell-checker
doesn't work in 4.2.2
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=4472382
By: nobody
Thanks, guys. That sure helped. I thought the English dictionary already came
as part of the installer, bot apparently not!
______________________________________________________________________
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: Sat, 18 Aug 2007 19:27:52 -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=4472405
By: ranutso
It works like a charm on Windows Vista x64. Thank you very much Nicolai.
______________________________________________________________________
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: Sat, 18 Aug 2007 19:50:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] clipboard duplicate
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=4472414
By: nobody
when Notepad++ is open on a local windows session & a windows remote desktop
connection session the clipboard is shared across both sessions.
I have seen ctrl+c contents appear in both sessions.
______________________________________________________________________
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, 18 Aug 2007 07:57:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] spell-checker
doesn't work in 4.2.2
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=4471892
By: nobody
I have the spellcheck plugin (in the plugin directory) and Aspell (as a
free-standing
program) installed. However,when i invoke the spellchecker, i get the error:
GNU ASpell or its dictionaries missing !!
Should I install Aspell somewhere inside notepad++ itself? Can anybody shed
light on what i am missing? 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: 11
Date: Sat, 18 Aug 2007 20:08:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: A
tiny extension of NPPM_DOOPEN, please.
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=4472421
By: donho
> I can send you the current version (0.95), if you would like a preview of
it.
I'm interested. Please send it to :
don . h @ free . fr
> NPPM_CLONEFILE(?, ?, viewID, tabIndex)
OK. I'll add this message then.
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=482781
------------------------------
Message: 12
Date: Sun, 19 Aug 2007 01:57:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to... compile
via lua
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=4472553
By: yair99
hi, im starting with lua.
how can i get it to compile my lua scripts?
______________________________________________________________________
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: Sun, 19 Aug 2007 01:58:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to...
compile via lua
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=4472554
By: yair99
it being np++ ;)
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 15, Issue 47
*************************************************