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] BUG: file renamed after Save
As failed... (SourceForge.net)
2. [notepad-plus - Help] Navigation TABS... (SourceForge.net)
3. [notepad-plus - Open Discussion] [FEATURE REQ] Indent long
lines wraped (SourceForge.net)
4. [notepad-plus - Help] RE: load config.xml failed (SourceForge.net)
5. [notepad-plus - Help] Tab bar MRU (SourceForge.net)
6. [notepad-plus - Help] newline finding with regular expression
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: [FEATURE REQ] Indent
long lines wraped (SourceForge.net)
8. [notepad-plus - Help] RE: Navigation TABS... (SourceForge.net)
9. [notepad-plus - Help] RE: Tab bar MRU (SourceForge.net)
10. [notepad-plus - Help] Non-destructive line wrap (SourceForge.net)
11. [notepad-plus - Help] RE: newline finding with regular
expression (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Favlist feature request
(SourceForge.net)
13. [notepad-plus - Help] RE: import highlighting scheme problem
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 21 Nov 2007 03:51:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] BUG:
file renamed after Save As failed...
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=4635487
By: nobody
I tried to overwrite a file using Save As, but because that file was read-only,
the file was not saved and N++ showed a message. However, the document inside
N++ was in fact renamed.
______________________________________________________________________
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: Wed, 21 Nov 2007 05:23:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Navigation TABS...
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=4635616
By: nobody
Is there a way to resize these or even make a new line of tabs. I have searched
but found no answers.
It would be great not to have to use the scroll tabs buttones for the sake of
1 or 2 extra documents.
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: 3
Date: Wed, 21 Nov 2007 05:43:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [FEATURE
REQ] Indent long lines wraped
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=4635647
By: nobody
I sugest a feature to indent lines on wrap long lines option, like Crimson
Editor.
______________________________________________________________________
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: Wed, 21 Nov 2007 05:58:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: load config.xml
failed
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=4635668
By: nobody
The same solution worked for me with v4.5. I removed "C:\Documents and
Settings\..\Programdata\Notepad++\config.xml" and everything worked fine.
My guess is that the error is due to a failed update of the file when notepad++
exited some time earlier. Maybe on windows shutdown or hibernation.
If this is the case, then the quick fix would be (for the development team)
to add somewhere in startup code:
if(length of config.xml is zero)
inform user("config.xml is corrupted. Deleting it")
delete config.xml
restart notepad++
Thanks by the way for a brilliant product!
Ben Arami
______________________________________________________________________
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: Wed, 21 Nov 2007 05:59:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Tab bar MRU
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=4635669
By: nobody
Whenever I open Notepad++, it defaults to show tabs for every doc I have ever
opened. Is there a setting to stop this behavior? I only want the docs I have
opened on to appear in the tab bar.
______________________________________________________________________
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, 21 Nov 2007 06:07:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] newline finding
with regular expression
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=4635682
By: nobody
I'm looking for an expression that allows me to find and replace newline
character
with space using regular expression.
I'm trying this: ^.*$\n
but this is not working (but it is from an unix shell)
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: 7
Date: Wed, 21 Nov 2007 06:29:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
[FEATURE REQ] Indent long lines wraped
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=4635720
By: nobody
I gues(s) you must be the only one wanting 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: 8
Date: Wed, 21 Nov 2007 06:31:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Navigation
TABS...
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=4635726
By: nobody
I guess you didn't search hard enough to find anything about this on the forum.
______________________________________________________________________
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: Wed, 21 Nov 2007 06:35:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tab bar MRU
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=4635730
By: nobody
Perhaps there is something in the Preferences.
______________________________________________________________________
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: Wed, 21 Nov 2007 06:36:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Non-destructive
line wrap
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=4635733
By: materthron
Hi all!
Having read all forum posts on "line wrap", is there really no non-destructive
line wrap in np++?
By non-destructive I mean wrapping lines at e.g. 80 characters but not altering
the text itself, thus only the appearance is another.
Is this possible? If not, why not?
materthron
______________________________________________________________________
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: Wed, 21 Nov 2007 06:36:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: newline finding
with regular expression
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=4635734
By: nobody
Use CTRL+R Replace Dialog _without_ regular expressions.
Type CTRL+M in the Find field for the newline, so it will be found and part
of the match and can be replace by whatever you type in the Replace field
(CTRL+M
will also be allowed there, as CTRL+I for tab characters).
______________________________________________________________________
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: 12
Date: Wed, 21 Nov 2007 07:20:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Favlist feature request
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=4635799
By: nobody
I am new to Notepad++ as well and have exactly the same feature request! I
tried Ultraedit and I absolutely loved the Favorite Files window because I could
access it with a hotkey and select from the file list by typing the first
letter(s)
of the file name. It's an incredibly efficient and convenient way of accessing
files, regardless of whether they're open!
The "Windows" popup window from the Window menu is potentially a great way to
navigate open files, but has two problems:
1) Can't select file by typing first letter(s) of name
2) It doesn't remember resizing of columns
>It's implemented in Explorer plugin which ussialy come with NP++ installation.
I found this in the Plugin menu but I can't figure out how to add a file to
"Favorites"!
______________________________________________________________________
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, 21 Nov 2007 07:30:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: import
highlighting scheme 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=4635812
By: nobody
resolved
______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 18, Issue 60
*************************************************