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] Why can't change "Selected
text color" fg? (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Notepad++ v4.2.2 is
available (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Bug in the Block-Comment
function (SourceForge.net)
4. [notepad-plus - Help] RE: SFTP/FTP support? (SourceForge.net)
5. [notepad-plus - Help] Multiple search result views?
(SourceForge.net)
6. [notepad-plus - Open Discussion] Column Editor (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 17 Aug 2007 22:52:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Why
can't change "Selected text color" fg?
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=4471530
By: nobody
I found that the fg color for "Selected text color" cannot be changed, although
the bg color can be changed.
In the stylers.xml file, "Selected text color" is marked as "Don't modify it"
(styleID="0").
So, how can I change the fg color of "Selected text color"?
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=331753
------------------------------
Message: 2
Date: Fri, 17 Aug 2007 23:32:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.2.2 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=4471554
By: jive01
I come to rely on my plugins... and when an upgrade to n++ removes my plugin...
Then it messes up my flow... hopefully this will be addressed soon.
______________________________________________________________________
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 00:23:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug
in the Block-Comment function
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=4471576
By: nobody
This behaviour exits in latest version 4.2.2. Don, will it be fixed? I want
to switch from the great ConTEXT editor to your smart and feature rich
notepad++,
but this "bug" is THE only thing which keep me away :-(. Used code language:
C/C++
The ConTEXT editor does it right. When several lines are marked and the block
comment function is used:
before:
if( 1)
{
// nothing todo
do
{
}while(1);
};
after:
// if( 1)
// {
// // nothing todo
// do
// {
// }while(1);
// };
When only text in a line is marked, ConTEXT uses the C-comment style
before
if( 1)
{
// nothing todo
do
{
}while(1); <-- marked from } to ;
};
after
if( 1)
{
// nothing todo
do
{
/* }while(1); */
};
______________________________________________________________________
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 03:05:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: SFTP/FTP
support?
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=4471679
By: nobody
I second that.
If it's in there I can't find it, but that was one of the main reasons I (used
to) use UltraEdit - and still might have to occasionally, if FTP/SFTP/SSH
support
isn't found. That would be sad because this app in all other respects that I've
found so far absolutely rocks the house.
______________________________________________________________________
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 05:30:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Multiple search
result views?
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=4471770
By: nobody
Hello,
is it possible to get more then one search result view (tabs)? i use often the
"search directory" function and i need the older results. and is it possible
to search in an search result?
thanks
orsolo
______________________________________________________________________
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 07:32:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Column
Editor
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=4471870
By: nobody
Really like new feature, thank you.
Suggestion for further development would be to add the ability to delete 'n'
number of columns.
Done in much the same way as inserting, i.e. from the cursor position onwards.
This would make it even better.
______________________________________________________________________
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: 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 46
*************************************************