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 - Open Discussion] "Trim Trailing and Save" bug
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Notepad++ v5.1 Official
Release is available (SourceForge.net)
3. [notepad-plus - Open Discussion] Can I make custom shortcuts?
(SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Another take on a Dark
background (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Notepad++ v5.1 Official
Release is available (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: "Trim Trailing and Save"
bug (SourceForge.net)
7. [notepad-plus - Help] RE: ftp connection (SourceForge.net)
8. [notepad-plus - Help] RE: ftp connection (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Regular expression
syntax for Find text? (SourceForge.net)
10. [notepad-plus - Plugin Development] Will plugins be updated
for version 5.1?? (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: "Trim Trailing and Save"
bug (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Oct 2008 03:21:37 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] "Trim
Trailing and Save" bug
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=5520609
By: rogercd123
Hi...
If I use this macro command with the cursor inside a word, Notepad++ will insert
3 spaces and 2 tab character
How to test:
=========
1) Create a new file and save it as "example.txt"
2) Write the following sentence (where <space> means the space character):
foobar<space><space>
3) Leave the cursor between "foo" and "bar": ( | represents the cursor):
foo|bar<space><space>
4) Use the "Trim Trailing and Save"
As you will notice, Notepad++ get rids of the trailing space, but introduces
some other characters:
foo<space><space><space><tab><tab>bar<end of line>
I did a quick search though the source code and found this configuration inside
shortcuts.xml:
<Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes"
Key="83">
<Action type="1" message="2170" wParam="0" lParam="0" sParam=" " />
<Action type="1" message="2170" wParam="0" lParam="0" sParam=" " />
<Action type="1" message="2170" wParam="0" lParam="0" sParam=" " />
<Action type="0" message="2327" wParam="0" lParam="0" sParam="" />
<Action type="0" message="2327" wParam="0" lParam="0" sParam="" />
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
</Macro>
Well, I don't know what "2170" and "2327" messages mean, but coincidentally
there are 3 of "2170" and 2 of "2327", just like the 3 spaces and 2 tabs
inserted
in the text... :-/
Cheers,
Roger
______________________________________________________________________
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: 2
Date: Tue, 28 Oct 2008 03:30:51 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.1 Official Release is available
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=5520644
By: noangel777
Also we can see following text in "npp.5.1.src\PowerEditor\gcc\readme.txt"
file:
"...makefile was renewed after the v5.0 release.
It was testing with a MingW distribution containing
gcc (GCC) 3.4.5 (mingw-vista special r3)
..."
I tried to build source with GCC(MinGW) 3.4.5 (not vista special r3, but
official
MinGW build), but it generates many compiler errors, such as "can't convert
... to TCHAR*" or "function ... was used, but not declared"
______________________________________________________________________
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: Tue, 28 Oct 2008 07:23:03 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Can I
make custom shortcuts?
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=5521752
By: bosahv
I love this editor,
On WinXP can I set this program up so that for one particular shortcut it always
opens 4 files? Ideally I wouldn't change the normal behavior elsewhere but for
one short cut - dog.txt, cat.txt, moose.xml, and 'son of a smaller emperor'
would always open.
Failing that can I write a macro that would load them?
Also, while I think about it,,
How do I write a macro that trims all the spaces from a selection and converts
all the lines to hard returns?
Appreciate any response,
Bo
______________________________________________________________________
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: Tue, 28 Oct 2008 07:30:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Another take on a Dark background
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=5521801
By: bosahv
Thanks I'll try 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: 5
Date: Tue, 28 Oct 2008 09:57:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.1 Official Release is available
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=5522598
By: mmtsuchi
You should show UNICODE and ANSI versions clearly in download section of
sourceforge.net and notice user about the differences (compatible plugins, ...)
______________________________________________________________________
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: Tue, 28 Oct 2008 08:29:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
"Trim Trailing and Save" bug
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=5522105
By: rchl
I've posted about this problem before but there was no answer ever
- https://sourceforge.net/forum/message.php?msg_id=5368191
My guess is that this macro is just to show how things work and not really ment
for normal usage.
But I still think this is a bug.
______________________________________________________________________
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: Tue, 28 Oct 2008 11:24:08 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ftp connection
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=5523055
By: hcvitto
hi, thanks..
i managed to connect to the server but not to localhost..(that's my real
problem)
What address should i put in the addres field? Is port 21 still valid?
______________________________________________________________________
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: Tue, 28 Oct 2008 12:08:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ftp connection
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=5523288
By: harrybharry
Sure, just localhost should be enough, else ip 127.0.0.1 . Maybe a firewall
is blocking your server application (windows firewall for example)
______________________________________________________________________
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: Tue, 28 Oct 2008 11:26:31 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Regular expression syntax for Find text?
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=5523067
By: mmtsuchi
For a working example, E[H|B] finds EH and EB
I still agree with you. but it is not a bug : it is just not handled
______________________________________________________________________
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, 28 Oct 2008 13:02:10 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Will
plugins be updated for version 5.1??
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=5523600
By: agrimes75
After updating to version 5.1, I was told that the following plugins would no
longer work and needed to be deleted:
ComparePlugin.dll
Explorer.dll
LightExplorer.dll
NppExec.dll
QuickText.dll
SpellChecker.dll
Will the plugins be updated at all to work with the new version?
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=482781
------------------------------
Message: 11
Date: Tue, 28 Oct 2008 13:06:50 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
"Trim Trailing and Save" bug
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=5523619
By: rogercd123
Yeah... Indeed it seems a bug to me.
I found also two tickets in bug tracker related to this issue:
[2062701] "Trim trailing space and save" inserts tab
[1927783] macro trailing spaces & save
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
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 29, Issue 58
*************************************************