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: v4.8 & v4.8.1 slows down
system (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Notepad++ v4.8 official
release (SourceForge.net)
3. [notepad-plus - Help] RE: Find and Replace (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: New External Lexer
Support Template/Tutor (SourceForge.net)
5. [notepad-plus - Open Discussion] append selected text
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Execute a script via
HotKey (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: v4.8 & v4.8.1 slows down
system (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: v4.8 & v4.8.1 slows down
system (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: append selected text
(SourceForge.net)
10. [notepad-plus - Help] RE: Wrong characters showing when I
type (SourceForge.net)
11. [notepad-plus - Help] Autoclose less-than and greater-than <>
? (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Notepad++ v4.8.1
(SourceForge.net)
13. [notepad-plus - Open Discussion] RE: Message box after search
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 03 Mar 2008 14:10:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v4.8
& v4.8.1 slows down system
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=4814295
By: thedutchjewel
- removed the plugin dir completely: problem still exists.
- reinstalled v4.7.5: problem fixed.
- copied notepad++.exe from v4.8.1 over 4.7.5: problem still exists
- removed plugin dir completely: problem still exists
- reinstalled v4.7.5: problem fixed.
______________________________________________________________________
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: Mon, 03 Mar 2008 14:44:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.8 official release
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=4814358
By: donho
Finally a constructive suggestion instead of useless complains and whining :)
> I've seen a lot of other open source projects with a release cycle that
> includes
a stable version
> and an experimental/unstable/cutting edge version. The stable version only
gets bug fixes and minor features,
> whereas the unstable version receives all the new and advanced features.
> When the unstable is tested enough and seems to be stable enough it turns
into the stable branch
> and a new unstable branch is created.
Yes, it seems a better approache for me.
However, it demands more effort to maintain the different branches.
I'll consider it.
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: 3
Date: Mon, 03 Mar 2008 15:26:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
Replace
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=4814430
By: nobody
Notepad++ is there for editing open documents.
Use a free text block replacer for what you want.
Tools like those are there for these specific needs.
______________________________________________________________________
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: Mon, 03 Mar 2008 20:21:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New External Lexer Support Template/Tutor
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=4814735
By: garthex
Yes the lexer supports folding, the same way as other built-in languages (not
user defined). The folding is implemented in C++ and not by defining any
keywords
(the keywords are for user defined languages).
______________________________________________________________________
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: Mon, 03 Mar 2008 20:38:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] append
selected 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=4814753
By: nobody
is there a way with a plugin or other wise, to add user defined text/code to
the beginning and end of a selected block of code?
say (for xhtml) i have a paragraph of text, highlight it, and use a user defined
keyboard shortcut to put a <p> at the beginning and a </p> at the end without
hurting the selected text...
this would be amazing as plugin or standard feature.
thanks for the amazing 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: 6
Date: Mon, 03 Mar 2008 22:21:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Execute a script via HotKey
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=4814826
By: con1084
Hello,
these sounds very interesting, at the moment I test autohotkey.
But actually i search a solution whit an plugin.
My knowledge in programming under Windows with C++ is bordered.
Can any body say me how do I start an extern application out of a C++
application
with parameters?
Unter Linux, with exec, is it no problem.
Regards
Andreas
______________________________________________________________________
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: 7
Date: Mon, 03 Mar 2008 23:52:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v4.8
& v4.8.1 slows down system
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=4814964
By: nobody
Hello Don,
not every issue comes from Explorer.dll ;). I suppose this behaviour comes from
the new mouse wheel feature.
Best Regards
Jens
______________________________________________________________________
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: Tue, 04 Mar 2008 00:02:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v4.8
& v4.8.1 slows down system
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=4814973
By: nobody
I have slow downs when I'm using split view. Not always, but from time to time,
and when it happens I must close notepad++ ( a thing that in this state takes
its time ). This is no happening just in 4.8, but since I remember using
notepad++.
When this happens memory usage by notepad++ starts to grow without control.
This problem occours on my winXP SP2 at work ,at home, at friend's home, etc...
I've already reported this problem some time ago but with no revelant answer.
______________________________________________________________________
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: Tue, 04 Mar 2008 00:02:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
append selected 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=4814974
By: nobody
There is a solution somewhere on one of the forums. It involves recording a
macro, I believe.
______________________________________________________________________
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, 04 Mar 2008 00:20:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Wrong
characters showing when I type
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=4814998
By: nobody
I'm having a similar problem with the latest versions (4.8.0 and 4.8.1 - 4.7.5
is fine).
However, in my case it doesn't involve any use of the clipboard (even though
I use a clipboard utility like the first poster - not the same one).
All I need to do is fire up Notepad++ switch my keyboard to Greek and start
typing. The output is similar to the usual problem with having a UTF8/Ansi
format
mix-up. Example:
This: ?????????
should actually be: ?????????
I know both would seem Greek to many of you, but trust me the first isn't :)
I've seen this kind of mess in the past when say UTF text is sent to an ANSI
script or vice-versa. However, I haven't had any kind of problem of this sort
with Notepad++. I've tried changing the encoding or converting from ANSI to
UTF8 (with or without BOM, even though it shouldn't make any difference anyway)
or UTF8 to ANSI and there's no workaround.
Last, I should say that when Notepad++ opens up a file that contains Greek
characters, everything is fine. It's just the typing that won't work.
______________________________________________________________________
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: Tue, 04 Mar 2008 00:36:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Autoclose less-than
and greater-than <> ?
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=4815026
By: jonsson
Is there any way to autoclose less-than and greater-than signs? Other types
of brackets can be autoclosed but not less-than and greater-than signs. Or am
I missing something?
/DJ
______________________________________________________________________
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: Tue, 04 Mar 2008 01:08:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.8.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=4815074
By: nobody
> Restart Notepad++, that should fix it :)
> Restarting when changing toolbar usually works best.
Works a treat, thank you
______________________________________________________________________
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: Tue, 04 Mar 2008 01:47:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Message box after search
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=4815148
By: nobody
MessageBox is really annoying and ugly. I think the best way to indicate that
there are no occurences or N lines has changed is to use toolbar (that's the
topicstarter suggestion). The Edit Plus Find/Replace is good example of such
approach
______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 22, Issue 14
*************************************************