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] Typing non latin chars in
Notepad++ 5.4.2 uni (SourceForge.net)
2. [notepad-plus - Help] <Script> tag in XML files (SourceForge.net)
3. [notepad-plus - Help] recent file disappear in new verson
(SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Typing non latin chars
in Notepad++ 5.4.2 uni (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Most Recent Used file
list (SourceForge.net)
6. [notepad-plus - Help] RE: recent file disappear in new verson
(SourceForge.net)
7. [notepad-plus - Help] RE: Select to beginning/end of line?
(SourceForge.net)
8. [notepad-plus - Help] RE: Macros to do these 2 things?
(SourceForge.net)
9. [notepad-plus - Plugin Development] RE: MultiClipboard 2.0.0
release (SourceForge.net)
10. [notepad-plus - Plugin Development] Password Generator Plugin
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Most Recent Used file
list (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 03 Jun 2009 20:36:16 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Typing
non latin chars in Notepad++ 5.4.2 uni
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=7425612
By: cchris
I got it working as follows (for cyrillic script, but I guess it should work
for any oher):
1/ Edit shortcuts.xml and add the following macro definition:
<Macro name="opaqueCL" Ctrl="yes" Alt="yes" Shift="no" Key="100">
<Action type="0" message="2521" wParam="1" lParam="0" sParam="" />
</Macro>
Editing it with Notepad is probably simpler.
2/ Set keyboard language to something adequate (for instance RU). Also restart
Notepad++.
3/ In Settings -> Styler Configurator -> Global style, Default style, choose
a font that supports Unicode for the language desired. Times New Roman was good
enough.
4/ Execute the macro, by hitting Ctrl+Alt+Numpad4 or through the Macro menu.
5/ Start typing: cyrillic characters (for this example) are produced.
3/ Use Ctrl+Left Shift to cycle through keyboard layouts if needed.
CChris
______________________________________________________________________
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: Wed, 03 Jun 2009 20:52:04 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] <Script> tag in 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=7425636
By: iznax
any xml file with a <script> tag loses it colorization and [+] buttons inside
those blocks
it has been logged in the bug database for years, so it must not be important
enough to fix
has anyone found a work-around... is there anything in the settings or style
configurator that might prevent this?
Paul
______________________________________________________________________
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: Wed, 03 Jun 2009 20:55:01 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] recent file
disappear in new verson
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=7425640
By: brickflying
There is "recent file" in file submenu. But I can't find it now.
______________________________________________________________________
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: Wed, 03 Jun 2009 21:06:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Typing non latin chars in Notepad++ 5.4.2 uni
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=7425655
By: cchris
Oops, of course the document format must be turned to UCS-2 little endian.
Now for non unicode fonts:
1/ Also insert in shortcuts.xml the following:
<Macro name="opaqueCL" Ctrl="yes" Alt="yes" Shift="no" Key="100">
<Action type="0" message="2066" wParam="32" lParam="1251" sParam=""
/>
</Macro>
2/ Restart NP++, and choose a CP1251 capable font for normal text. I used
Courier
CTT.
3/ Set keyboatd language and layout if needed
4/ Execute this new macro
5/ Cyrillic characters are produced by typing.
I'd expect replacing 1251 by 204 would enable KOI-8 capable fonts - nt tested.
CChris
______________________________________________________________________
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: 5
Date: Wed, 03 Jun 2009 22:21:40 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Most
Recent Used file list
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=7425735
By: cchris
Enable from Settings -> Preferences -> MISC -> History File setting. You enable
by setting the history depth to a nonzero value; that many files will be
remembered
and shown at the bottom of the file menu.
CChris
______________________________________________________________________
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: Wed, 03 Jun 2009 22:34:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: recent file
disappear in new verson
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=7425760
By: cchris
The list is present, but there is no entry for Open All Recent Files nor Clear
Recent Files List on Shortcut mapper.
CChris
______________________________________________________________________
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, 04 Jun 2009 05:41:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Select to
beginning/end of line?
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=7426115
By: ander1122
Woo-hoo! I finally got it to work. This is what you have to do:
1. Set SCI_HOMEDISPLAYEXTEND to Shift+Home
2. Set SCI_LINEENDDISPLAYEXTEND to Shift+End
3. Be sure no other Scintilla commands are using those key combinations; if
they are, set them to None.
The official list of Scintilla commands
(http://www.scintilla.org/CommandValues.html)
was a big help with this. ;?)
Thanks for the great app, Cchris!
______________________________________________________________________
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, 04 Jun 2009 05:43:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macros to do
these 2 things?
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=7426116
By: ander1122
Okay, thanks for your reply. I'll do that.
______________________________________________________________________
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, 04 Jun 2009 06:47:19 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
MultiClipboard 2.0.0 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=7426192
By: singx7
I think I found a bug. When there are two (or more) instances of notepad++,
close of one instance will make the rest instances' MultiClipboard not work.
way to reproduce:
1) open two instances of notepad++
2) try to copy some words from each instance, and press Ctrl+Shift+V, you can
see the new copied words are added to the menu.
3) close one of the instance opened, then copy some words again in the opened
instance. press Ctrl+Shift+V again, you will then see the menu with the old
items only, but not the new one.
______________________________________________________________________
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, 04 Jun 2009 07:31:52 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Password Generator Plugin
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=7426236
By: neilossi
It would be great to have a passowrd generator plugin with ... type of
characters
for passwd generation, length, etc ... Would that not be easy to develop.
M waiting for this plugin since long!
______________________________________________________________________
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, 04 Jun 2009 09:25:40 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Most
Recent Used file list
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=7426430
By: amadawn
Hi Chris,
Thanks for the answer.
I set the value to 8, but no matter what I do I do not get a list of recent
files on the file menu. I really do not know what is wrong (same as my previous
issue with new macros not showing on the Macro menu).
What can possibly be wrong?
Amadawn
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 37, Issue 16
*************************************************