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] RE: Compare Plugin 1.5
released (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Compare Plugin 1.5
released (SourceForge.net)
3. [notepad-plus - Help] RE: How to print a page break
(SourceForge.net)
4. [notepad-plus - Help] RE: How to print a page break
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Compare Plugin 1.5
released (SourceForge.net)
6. [notepad-plus - Open Discussion] Should I do this feature?
(SourceForge.net)
7. [notepad-plus - Help] RE: Custom Tabstops (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Compare Plugin 1.5
released (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Should I do this
feature? (SourceForge.net)
10. [notepad-plus - Plugin Development] RE: NppExec and utf-8
(SourceForge.net)
11. [notepad-plus - Help] RE: How to print a page break
(SourceForge.net)
12. [notepad-plus - Help] Editing user-defined macros
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 29 Nov 2007 14:02:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare Plugin 1.5 released
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=4650652
By: nobody
> I could undo the changes when clearing the Compare results, but in order for
that to work I'd have to ensure the the user did not make any changes during
the compare.
I think this problem is not limited to the Align Matches option, is it?
> So, both documents would have to be set as read only.
Well, if you want to keep the Compare Results, while allowing the user to change
things, I think the best way is to separate the edit version and the compared
version. So this pleads for creating two new documents for each comparison
(possibly
read-only). This would also prevent documents to be moved in the tab order,
when the Compare Results are cleared. I now feel a growing wish for an option
"Close Compare" instead of Clear Compare Results. When the comparison is closed,
simply remove the newly created documents. They don't interfere with any user
action then.
______________________________________________________________________
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, 29 Nov 2007 14:13:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare Plugin 1.5 released
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=4650670
By: tylandercasper
No, the problem is only limited to Align Matches. If align matches is disabled,
or there if there isn't a need to align them, than the undo buffer is not
cleared.
For that reason, it would make the most sense to disable that feature when using
compare with last save, or compare with SVN base.
______________________________________________________________________
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, 29 Nov 2007 14:24:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
page break
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=4650683
By: harrybharry
Notepad isnt designed for this because its a code editor, the only way you can
get the behaviour atm is adding a lot of newlines.
______________________________________________________________________
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, 29 Nov 2007 15:00:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
page break
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=4650741
By: nobody
Yep, code usually doesn't need page( break)s.
But try to format your files using the syntax highlighting utility.
http://www.andre-simon.de/
______________________________________________________________________
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: Thu, 29 Nov 2007 15:11:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare Plugin 1.5 released
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=4650756
By: nobody
Of course, I do not advocate limiting functionality to some specific options.
I meant to say that a user can also edit a compared document, if it is
not match-aligned. Wouldn't that (possibly) mess up the marking also? It may
not be a problem to remove the marking on Clear Results, but then I don't see
how this would interfere with the undo buffer problem when aligning matches,
as you seemed to say before. The marking would be no problem and I think putting
all added lines into one undo action would allow removing them all at once again
on Clear Results. You could then set the read only flag of the original document
(only) when Align Matches is checked. Be careful, however, not to simply _clear_
this flag afterwards, but reset it to the state it was before. (A file may
already
have been marked in Notepad++ and be compare to the externally changed version.)
______________________________________________________________________
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: Thu, 29 Nov 2007 15:22:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Should I
do this feature?
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=4650769
By: donho
I have a situation here usually :
A change of behaviour is very demanded, I do the change, then there're another
users ask to go back the old behaviour.
So I want to ask before I implement this :
Is there anyone prefer the toggle comment/uncomment rather than comment and
uncomment commands separaly?
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=331753
------------------------------
Message: 7
Date: Thu, 29 Nov 2007 15:37:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Custom Tabstops
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=4650783
By: nobody
Considering this editor does NOT support custom tab stops, I thought tabbing
multiple times to reach a particular column was reasonable. That's why I thought
setting tab=10, or perhaps 15 or 20, was reasonable. It's been a long while
since I coded Assembler, but I AM familiar with it.
For example:
<TAB>ADD<TAB>R1,R2<TAB><TAB><TAB>; This adds R1 to R2
Label<TAB>LOAD<TAB>R3,MyReallyLongVariableName<TAB><TAB>; These comments should
line up
TanMan
______________________________________________________________________
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, 29 Nov 2007 15:49:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare Plugin 1.5 released
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=4650794
By: tylandercasper
Marking lines and styling do not affect the undo buffer. So the user can add
or delete as much as he wants, and while it might cause some line to be marked
as a change or insert, when he clears the compare, all the markers are just
removed but the actual document is the same.
heres an example of the added lines problem:
lets say you have the document
1
2
3
4
and you change '3' to '5'. the undo buffer saves something allong the lines
of "pos 3 changed from 3 to 5"
now you compare the document, and you get:
1
2
(added Line)
5
4
if you tried to undo, it would replace pos 3 with '3'
1
2
3
5
4
which is clearly not what you'd expect.
If the document was readonly during the compare, than we wouldn't have to worry
about this problem, because the undo buffer would be in sync after the compare
was cleared.
So the question is, is it better to not align matches and let the user freely
edit their document.
Align the matches, but sacrifice the undos
Or align the matches, but prevent the user from editing until the compare is
cleared.
______________________________________________________________________
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: Thu, 29 Nov 2007 15:57:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Should I do this feature?
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=4650804
By: qwesp
Hi Don, first of all, thanx for this editor ;)
For me the toggle is sufficient for _most_ cases.
And when I'am already writing,...i would _VERY_ like an old Crimson Editor's
feature to jump cursor to last editing char. In CE it was bind to Ctrl+\ , but
this shortcut is already used (...for something functionaly close
to Ctrl+RIGHT).
Klingo
______________________________________________________________________
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, 29 Nov 2007 16:11:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
NppExec and utf-8
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=4650922
By: ishamid2
> But the Unicode version:
> 1) will not work under MustDie9x
This I understand
> 2) will not be compatible with current implementation of Notepad++
How so? Is it only in the sense that Npp supports W98 and that's all?
> 3) is not completely tested.
I'll be happy to test it ;-)
> if nobody cares about MustDie9x anymore
I certainly don't, but in any case is it possible to freeze the present plugin
and make it available for people who need the W98 compatibility?
Just a thought.
Thanks so much for your quick response!
Idris
______________________________________________________________________
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: Thu, 29 Nov 2007 16:16:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
page break
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=4650930
By: nobody
I think it would be nice to have form-feeds/page-breaks work. For one, I like
to use the same editor for stuff besides coding (which for me is why I use
Notepad++
anyway) like data analysis. And even with code (which doesn't get printed all
that often) when you print you may be doing so to have someone else review -
in which case having neat pages is a big help.
But since it's not going to happen (any time soon) in Notepad++ - I found this
is an alternate solution (and weak at that since you'll have to print from Word
or something like it):
Use the hex-editor plugin to make the form-feeds. First (before switching to
hex view) I would put some character (like `) where I wanted form-feeds. Then
view/edit in hex and find/replace all ' (60) with FF (0c) and switch back to
ascii. Or insert somehting like control-e in ascii and replace that with
formfeed
when in hex.
Then save the file and open in Word (where you could have inserted the formfeeds
in the first place) and print. (preview and all)
Maybe not such a good solution.
______________________________________________________________________
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: Thu, 29 Nov 2007 17:02:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Editing
user-defined macros
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=4650971
By: dblankenberg
In previous versions of Notepad++, it was possible to edit user-defined macros
in the shortcuts.xml file. In the more-recent versions, including 4.6, to which
I've just upgraded, I don't see any of my macros in shortcuts.xml (although
the built-in "Trim trailing and save" macro is there). The macros I've created
are still on the Macro menu, and they still execute properly, so I know they
exist somewhere. Where are they stored in version 4.6?
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
------------------------------
_______________________________________________
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 94
*************************************************