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 - Help] RE: Display Filter hide lines xml files
<!-- --> (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Autodetect Lanugage From
File Extension (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Autodetect Lanugage From
File Extension (SourceForge.net)
4. [notepad-plus - Help] RE: Is N++ compatible with Vista?
(SourceForge.net)
5. [notepad-plus - Help] RE: Explorer plugin consumies CPU 100%
??? (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: NppExec v. 0.2 RC3
has been released! (SourceForge.net)
7. [notepad-plus - Help] RE: Search (and replace) in multiple
files (SourceForge.net)
8. [notepad-plus - Help] RE: Explorer plugin consumies CPU 100%
??? (SourceForge.net)
9. [notepad-plus - Help] RE: Crash when deleting from favorites
(SourceForge.net)
10. [notepad-plus - Help] Saving a file using a different
encoding (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Find & Replace in
Multiple Files (Not Ope (SourceForge.net)
12. [notepad-plus - Help] RE: Crash when deleting from favorites
(SourceForge.net)
13. [notepad-plus - Open Discussion] Move/Copy Text between Views
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 07 Feb 2008 00:14:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Display Filter
hide lines xml 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=4764164
By: nobody
Perhaps you could replace all newline characters by some special character and
then work on the remaining single line by using a regular expression
(<!--.*-->).
Replace the special character by a newline afterwards.
I guess you could do all this quite easily by using the Simple Script Plug-In.
You can't use regular expressions then, but DeleteBetweenTags( "<!--", "-->"
) or similarly.
______________________________________________________________________
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: 2
Date: Thu, 07 Feb 2008 00:16:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Autodetect Lanugage From File Extension
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=4764170
By: nobody
Yes, it is: search the forum and you will find this question again!
______________________________________________________________________
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, 07 Feb 2008 00:26:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Autodetect Lanugage From File Extension
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=4764183
By: nobody
Help forum: 2008-02-05 04:06
______________________________________________________________________
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: Thu, 07 Feb 2008 01:02:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Is N++
compatible with Vista?
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=4764246
By: nobody
I've been using N++ daily on Vista for the past three months and have had no
issues.
______________________________________________________________________
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, 07 Feb 2008 01:47:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Explorer plugin
consumies CPU 100% ???
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=4764301
By: nobody
The troubles are there when opening and closing files from external source
(every
external source I used).
The cpu went to 50-75%
When I closed the files the CPU did not diminish.
I have to reboot Notepad to resolve the CPU problems.
I have found the problem!
WindowManager.dll !!
I tried every plugin alone with NP++ and WindowManager was the CPU consuming
plugin.
______________________________________________________________________
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, 07 Feb 2008 01:51:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
NppExec v. 0.2 RC3 has been 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=4764305
By: dv__
v0.2 RC3.1 - February 2008
--------------------------
- fixed: buffer overflow in the Warning Analyzer
* changed: now NPP_RUN calls ShellExecute() instead of WinExec()
Things which have not been implemented:
1) No scrolling while adding new lines into the Console Output window. I was
not able to find the solution for this. It requires more time and aspiration
than I have.
2) Word-wrap in the Console Output window. Requires the word-wrap function which
is not the one of my interest.
______________________________________________________________________
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: Thu, 07 Feb 2008 01:52:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Search (and
replace) in multiple 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=4764306
By: nobody
Yes Agent Ransack is a good way to open all files in NP++.
Hope it will be integrated in a next NP++ release as a good text block
replacer.
______________________________________________________________________
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, 07 Feb 2008 01:55:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Explorer plugin
consumies CPU 100% ???
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=4764316
By: nobody
BTW very happy that it is not
explorer plugin
ftp plugin
spellchecker plugin
simplescript plugin and the
quicktext plugin.
I could not live without these plugins in NP++
______________________________________________________________________
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, 07 Feb 2008 01:59:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash when
deleting from favorites
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=4764323
By: nobody
Thanks for the feedback. I use Windows XP, SP2, and I had just updated Notepad++
from 4.3 to 4.7.5. I don't know if the problem already existed in earlier
versions,
I had tried out the favorites for the first time yesterday.
Greetings,
Thomas
______________________________________________________________________
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: Thu, 07 Feb 2008 02:04:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Saving a file using
a different encoding
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=4764326
By: nobody
Hi everybody, this is a (modified) re-post of a question I posted some time
ago...
Is there really nobody who can answer this question?
Scenario:
I have a CP1252 (or ISO 8859-1) encoded file, that can be loaded into Notepad++
without any problems. I want to save this file as a UTF-8 file.
But how?
After clicking on "Format/Encode in UTF-8", special characters are displayed
incorrectly. It looks like only the files content is interpreted as UTF-8 -
which is wrong, since it is still CP 1252.
In the "File/Save as..." dialog, I cannot find a way to select an encoding.
Does anyone have a clue how to do this?
Regards
Volker
______________________________________________________________________
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: Thu, 07 Feb 2008 02:04:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
& Replace in Multiple Files (Not Ope
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=4764328
By: nobody
I use textcrawler to do 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: 12
Date: Thu, 07 Feb 2008 02:09:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash when
deleting from favorites
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=4764335
By: nobody
BTW: Is there a way to put a link directly into a group (say "myproject" under
"files") instead of first putting it into "files" and then move it? Also: Is
it possible when clicking on a session to open it to have all currently open
files be closed first? Or to have tabs visually "gouped" somehow into sessions?
Otherwise, when switching between sessions, I quickly get a lot of open tabs
where files often have the same name, like "index.php" (from folder A)
and "index.php" from folder B.
And while I'm thinking of it: Is there a command line switch to tell Notepad++
to start with a specific session? I know there is an option to have Notepad++
start without opening any session, so why not tell it to open a specific
session?
Greetings,
Thomas
______________________________________________________________________
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: 13
Date: Thu, 07 Feb 2008 02:21:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Move/Copy Text between 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=4764361
By: nobody
When I try to move/copy text from a file in view 1 to another file in view 2,
the changes in the second file are ignored - and any other changes from this
moment. It is only possible to use "Save as" to save the changes to this file.
On the other side I am able to save the first file with CTRL+S, although no
changes are visible.
If I change something in the second file and don't save the file before I start
the first move, this behaviour doesn't appear.--------V.4.7.5
______________________________________________________________________
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 21, Issue 21
*************************************************