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] Remembering the session with
unsaved files (SourceForge.net)
2. [notepad-plus - Open Discussion] Request: remember Find and
Search histories (SourceForge.net)
3. [notepad-plus - Help] RE: Paste crash (SourceForge.net)
4. [notepad-plus - Plugin Development] Bug: Function list and
constructors (SourceForge.net)
5. [notepad-plus - Help] Directory tree (SourceForge.net)
6. [notepad-plus - Open Discussion] Suggestn:Double-click word
boundary selection (SourceForge.net)
7. [notepad-plus - Help] RE: Directory tree (SourceForge.net)
8. [notepad-plus - Help] RE: COMPARE FILES (SourceForge.net)
9. [notepad-plus - Open Discussion] Notepad++ SVN integration
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Weird Experience With
Notepad++ (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Weird Experience With
Notepad++ (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Please do not indent if
selection is in-l (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 19 Apr 2007 05:56:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Remembering the session with unsaved files
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=4269823
By: nobody
How to handle unsaved files when closing NotePad++, wanting to open the complete
session next time?
I wanted to restart NP++ because my tab headers had gone black. (This is a
reported
bug.)
I have the "Remember the current session for next launch" option checked.
I close NP++ and it asks me if I want to save a couple of files I used as a
scratch pad.
I didn't save these files before, simply because I don't need to keep them
eventually.
I am not sure what happens when I click "No" on any file.
-> Will the file be closed and so gone with NP++ opening all other files on
next start-up>?
I suppose NP++ will save and remember and so open any file I click "Yes" to,
on next start-up.
-> Is this true?
I clicked "Cancel" because I didn't really want to save the files.
I copied them to the clipboard, so I could paste them from my clipboard utility
again after re-opening NP++.
But my session now had gone, because those files had already been closed.
And of course I still had to close NP++ after canceling the prior closing.
-> Could you think of a way to deal with this?
I think the best way would be to _first_ ask for any unsaved or changed files
to be saved and eventually closing the whole thing down, so NP++ will always
know what to remember to open next time.
Alternatively, you could in some way save the unsaved files to a temporary
folder
and open them from there on the next launch, seeing or marking them as unsaved
files from there on again and deleting them from the temp folder (we don't want
this file list to only grow on the fly, they would be saved again on the next
closing).
______________________________________________________________________
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: Thu, 19 Apr 2007 06:09:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Request:
remember Find and Search histories
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=4269847
By: nobody
I simply would like the Find (What) and Replace (What) Histories to be saved,
so I could easily go on where I left when closing NP++ last time.
Simply "remembering" the last number (so much) of entries will make no
difference
anymore in continuing work in NotePad++ with or without closing it in-between.
I also like the idea of a Favourites list a mentioned in Feature Request:
"Persist
recent Find+Replace", http://sourceforge.net/forum/message.php?msg_id=4165041
______________________________________________________________________
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: Thu, 19 Apr 2007 06:31:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Paste crash
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=4269873
By: nobody
I have the same problem...
Text windows seems to not having focus before paste.
Should be solved by focusing the text windows on creating it :)
______________________________________________________________________
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: Thu, 19 Apr 2007 07:32:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Bug:
Function list and constructors
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=4269996
By: nobody
The function list incorrectly displays C++ constructors in the following case:
ClassA::ClassA(int foo, int bar):
Foo(foo), Bar(bar)
{
}
Actual result:
The function name visible in the function list is:
Bar
Expected result:
The function name visible in the list is:
ClassA
______________________________________________________________________
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: 5
Date: Thu, 19 Apr 2007 08:10:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Directory tree
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=4270068
By: nobody
Hi there,
I am wondering how I can get a file/foler tree docked at the left of notepadd++.
I can see in this screen dump:
http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_dockingFeature.png
that it is possible, I can't seem to locate it.
Thanks in advance!
______________________________________________________________________
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: Thu, 19 Apr 2007 09:04:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Suggestn:Double-click word boundary selection
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=4270180
By: miamidot
Given the sentence,
[The fixed brown frog humps over the underdog]
In NPP, to select the phrase,
[fixed brown frog],
just double-click on [fixed] and move the cursor over to [frog].
That is one of the nice editing features that Eclipse unfortunately lacks. (I
have no idea how Eclipse lovers could continue to love Eclipse!) So when working
on Eclipsed projects, I have to perform much of my editing outside of Eclipse
in NPP or in Netbeans (kudos to NPP, and Netbeans).
This is a suggestion on improving word boundary recognition in NPP.
Given the line,
<target name="build-projects" depends="check-projects-uptodate">
in order to select [check-projects-uptodate]
double click on [check] and move cursor to [uptodate].
However, NPP does not allow me to double-click select the phrase
["check-projects-uptodate"].
Double-click on ["](just before [check]) and move cursor to ["] (just after
[uptodate] will select the phrase
[="check-projects-uptodate">].
Therefore, I have to code
<target name = "build-projects" depends = "check-projects-uptodate" >
in order to allow proper phrase selection in NPP.
Is there any means for me to configure NPP word boundary preference?
If not, I am putting in a suggestion that NPP allows user configuration of word
boundary preference.
Note:
Actually, word boundary and selection in NPP is already better than that of
Microsoft's. Double-clicking [update] and then moving cursor backwards
to [check]:
NPP would correctly select [check-projects-uptodate],
but Microsoft products would blindly select [check-projects-].
______________________________________________________________________
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: Thu, 19 Apr 2007 10:28:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Directory tree
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=4270500
By: steakhacher
Try to double click on top blue 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: 8
Date: Thu, 19 Apr 2007 10:29:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: COMPARE FILES
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=4270501
By: steakhacher
use KDiff instead
______________________________________________________________________
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: Thu, 19 Apr 2007 12:12:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ SVN integration
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=4270670
By: nobody
Hello, is there a way to work with svn clients using Notepad++? I switched from
TextPad to Notepad++ a few weeks ago but still miss this feature a lot.
Cheers.
______________________________________________________________________
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: Thu, 19 Apr 2007 16:13:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Weird Experience With Notepad++
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=4270987
By: coder775
There *may* be a way to configure Notepad++ to not "add" extra characters;
double-spacing is definitely one symptom of the Windows-Unix exchange. Like
Miamidot, my experience is one carriage-return/linefeed "new line" in Windows
is usually considered two in Unix.
You might look at what is selected on the "New Document" tab of the Preferences
dialog for your two different instances of Notepad++. --Joel
______________________________________________________________________
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: 11
Date: Thu, 19 Apr 2007 16:16:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Weird Experience With Notepad++
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=4270994
By: coder775
The weird indentations might be a difference in tab size settings. See the
MISC tab on the Preferences dialog. --Joel
______________________________________________________________________
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: 12
Date: Thu, 19 Apr 2007 16:34:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Please do not indent if selection is in-l
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=4271013
By: coder775
I think you can open up your "shortcuts.xml" file (either in %APPDATA%/Notepad++
or wherever you installed Notepad++) in *regular Notepad* and delete these lines
if that is the only command you changed:
<PluginCommands>
. . . . <PluginCommand moduleName="NPPTextFX.dll" internalID="84" Ctrl="yes"
Alt="no" Shift="no" Key="9" />
</PluginCommands>
If there is more than one PluginCommand, only delete the one above, which is
the mapping for ctrl-TAB to "E:Indent Text Sticky Left Margin".
The reason for using regular Notepad is that I'm not sure if Notepad++ will
overwrite your change with its internal copy, restoring the unwanted behavior.
--Joel
______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 11, Issue 31
*************************************************