Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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 - Plugin Development] RE: New       plugin: Window
      Manager (SourceForge.net)
   2. [notepad-plus - Help] RE: ascii symbols (SourceForge.net)
   3. [notepad-plus - Help] RE: ascii symbols (SourceForge.net)
   4. [notepad-plus - Help] Del to right/left (SourceForge.net)
   5. [notepad-plus - Help] RE: ascii symbols (SourceForge.net)
   6. [notepad-plus - Help] RE: ascii symbols (SourceForge.net)
   7. [notepad-plus - Help] RE: ascii symbols (SourceForge.net)
   8. [notepad-plus - Help] RE: Del to right/left (SourceForge.net)
   9. [notepad-plus - Plugin Development] New version   of
      SpellChecker available (SourceForge.net)
  10. [notepad-plus - Help] Converting from Cp1252 to   UTF-8
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Unusually    Long Startup
      Time. Why? (SourceForge.net)
  12. [notepad-plus - Help] RE: ascii symbols (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Thu, 20 Dec 2007 04:47:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     plugin: Window Manager
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=4684630
By: jenslorenz

Hi,

I did a change in Notepad++ docking. Hopefully Don implements the changes in
next upcomming release.

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=482781



------------------------------

Message: 2
Date: Thu, 20 Dec 2007 05:27:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ascii symbols
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=4684697
By: nobody

Yes,

This is how I did it yesterday:
replace("?","&egrave;")
replace("?","&agrave;")
replace("?","&egrave;")
replace("?","&ograve;")
replace("?","&ugrave;")
replace("?","&ccedil;")
replace("?","&igrave;")

Why replacecase?

BTW thank you for your message :)

ps: great plugin this "simple script 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: 3
Date: Thu, 20 Dec 2007 05:28:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ascii symbols
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=4684699
By: nobody

The only (little) problem is that I have to do this for every file (I have more
then 30 files)

But I suppose there is no solution to resolve 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=331754



------------------------------

Message: 4
Date: Thu, 20 Dec 2007 05:58:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Del to right/left
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=4684746
By: nobody

PSP has the option to delete text from the cursor to the end of line
(delete to right)
and to delete text from the beginning of the line to the cursor.
(delete to left)

Nothing similar in Npp?
I tried it with macros but didn't work (bad knowledge of macros)



______________________________________________________________________
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, 20 Dec 2007 05:37:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ascii symbols
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=4684711
By: nobody

--> you could even use the merge function in Simple Script to generate the 
script
itself

I've found the merge function but I do not understand it.
What means the delimiter?


---------------------------------------------------

merge(delimiter): Merges a set of data on the clipboard into the current
document.

______________________________________________________________________
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, 20 Dec 2007 07:09:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ascii symbols
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=4684855
By: fidvo

1) Why replacecase?

Because replace isn't case-sensitive.  You would probably want to replace the
capital and lowercase versions separately.

2) The only (little) problem is that I have to do this for every file (I have
more then 30 files)

Someone already requested that I add a "Run Script on All Open Files" menu 
option,
so that will probably be in a future version.

3) Merge function

The Readme_SimpleScript.txt file has some examples of using the merge function.
The delimiter is the separator in the list.  For example, with a comma-delimited
list, the delimiter would be a comma.

I was thinking you wanted to replace certain characters with their ASCII numbers
rather than their HTML codes.  So you could build the merge list like this:

233
224
233
242
250
231
236

The above numbers correspond to the ASCII values of the letters you want to
replace.  You would copy the above list to the clipboard.

Then you would put the following merge template somewhere, probably in a new
document:

replacecase("\#<%1> ","&#<%1>;")

Highlight the above line, then run the following script on it:

merge(",")

The delimiter in this case doesn't matter because there's only one element in
each row of the list.  As long as you choose a delimiter that isn't used 
somewhere
in the list, you're fine.

Of course, the above example is not what you want, but you can at least use
it as an example to see how to use the merge function.


______________________________________________________________________
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: Thu, 20 Dec 2007 07:29:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ascii symbols
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=4684880
By: fidvo

Here's a more comprehensive script.  I think I'll include this with the samples
in the next version of Simple Script.

replacecase("?","&Agrave;")
replacecase("?","&Aacute;")
replacecase("?","&Acirc;")
replacecase("?","&Atilde;")
replacecase("?","&Auml;")
replacecase("?","&Aring;")
replacecase("?","&AElig;")
replacecase("?","&Ccedil;")
replacecase("?","&Egrave;")
replacecase("?","&Eacute;")
replacecase("?","&Ecirc;")
replacecase("?","&Euml;")
replacecase("?","&ETH;")
replacecase("?","&Igrave;")
replacecase("?","&Iacute;")
replacecase("?","&Icirc;")
replacecase("?","&Iuml;")
replacecase("?","&Ntilde;")
replacecase("?","&Ograve;")
replacecase("?","&Oacute;")
replacecase("?","&Ocirc;")
replacecase("?","&Otilde;")
replacecase("?","&Ouml;")
replacecase("?","&Oslash;")
replacecase("?","&OElig;")
replacecase("?","&THORN;")
replacecase("?","&Ugrave;")
replacecase("?","&Uacute;")
replacecase("?","&Ucirc;")
replacecase("?","&Uuml;")
replacecase("?","&Yacute;")
replacecase("?","&Yuml;")
replacecase("?","&agrave;")
replacecase("?","&aacute;")
replacecase("?","&acirc;")
replacecase("?","&atilde;")
replacecase("?","&auml;")
replacecase("?","&aring;")
replacecase("?","&aelig;")
replacecase("?","&ccedil;")
replacecase("?","&egrave;")
replacecase("?","&eacute;")
replacecase("?","&ecirc;")
replacecase("?","&euml;")
replacecase("?","&eth;")
replacecase("?","&igrave;")
replacecase("?","&iacute;")
replacecase("?","&icirc;")
replacecase("?","&iuml;")
replacecase("?","&ntilde;")
replacecase("?","&ograve;")
replacecase("?","&oacute;")
replacecase("?","&ocirc;")
replacecase("?","&otilde;")
replacecase("?","&ouml;")
replacecase("?","&oslash;")
replacecase("?","&oelig;")
replacecase("?","&szlig;")
replacecase("?","&thorn;")
replacecase("?","&ugrave;")
replacecase("?","&uacute;")
replacecase("?","&ucirc;")
replacecase("?","&uuml;")
replacecase("?","&yacute;")
replacecase("?","&yuml;")


______________________________________________________________________
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, 20 Dec 2007 07:37:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Del to
        right/left
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=4684888
By: fidvo

If you want to do it as a macro, try these:

To delete to the end of line:

Position cursor somewhere in the middle of a line.
Macro -> Start Recording.
SHIFT-END
DELETE
Macro -> Stop Recording.

To delete to the beginning of line:

Position cursor somewhere in the middle of a line that begins with a space or
tab.
Macro -> Start Recording.
SHIFT-HOME
SHIFT-HOME
DELETE
Macro -> Stop Recording.

Note: You have to do the SHIFT-HOME twice because the first time takes you to
the beginning of the non-whitespace characters.  The second one takes you to
the beginning of the actual line.


______________________________________________________________________
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, 20 Dec 2007 07:39:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] New
        version of SpellChecker available
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=4684893
By: jenslorenz

Hello users,

Don found out a serious bug in SpellChecker. Watch out the new version:

--------------------------------------------------------------------------------
----
07/12/20  v1.3.1 :
--------------------------------------------------------------------------------
----
Fix: On serious conditions SpellChecker crashes Npp on end of checking text
New: At the end of checking plugin restores the cursor positions
New: Field 'Replace with' is marked on suggestion for faster access

Download here:
https://sourceforge.net/project/showfiles.php?group_id=189927&package_id=225043


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=482781



------------------------------

Message: 10
Date: Thu, 20 Dec 2007 08:03:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Converting from
        Cp1252 to       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=4684927
By: nobody

I don't know whether I'm blind or silly but I can't seem to find a way to 
convert
a CP1252 (ISO8859-1) file to UTF-8... ~:-(

When clicking on "Format/Encode in UTF-8", it displays a UTF-8 file correctly
although the default encoding is CP1252 (or ANSI).

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, 20 Dec 2007 08:25:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Unusually       Long Startup Time. Why?
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=4684972
By: nobody

I would guess that it has something to do with one of your local HDDs, CD/DVD
drives, or network drives.  Maybe LightExplorer is trying to read all your drive
letters on startup and one of them is delayed or slow.

--piX

______________________________________________________________________
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, 20 Dec 2007 08:37:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ascii symbols
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=4684990
By: nobody

great! thank you very much for your explications!!
Thank you for the long list with ascii codes. :):)




______________________________________________________________________
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
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 19, Issue 56
*************************************************

Reply via email to