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] Double click in Windows Explorer
(SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Trapping Ctrl+C/X in
plugin (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: Trapping Ctrl+C/X in
plugin (SourceForge.net)
4. [notepad-plus - Help] User Language Define - Comments
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: ASPX (SourceForge.net)
6. [notepad-plus - Plugin Development] Color for reg file
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: Color for reg file
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Feature request: Wiki
Syntax (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 21 Mar 2007 01:59:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Double click in
Windows Explorer
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=4218836
By: nobody
Double click in Windows Explorer is sometimes not working. Notepad++ shows an
empty file. Dragging and dropping files is always working. It doesn't seem to
make a difference if Notepad++ is already started or not. I tried this on two
PC's.
______________________________________________________________________
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: Wed, 21 Mar 2007 02:46:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Trapping Ctrl+C/X in 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=4219065
By: donho
Sorry, it's rather *SCI_* than *WM_*.
Here're all the messages about cut, copy, paste and delete operations :
SCI_CUT
SCI_COPY
SCI_PASTE
SCI_CLEAR
SCI_CANPASTE
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=482781
------------------------------
Message: 3
Date: Wed, 21 Mar 2007 04:31:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Trapping Ctrl+C/X in 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=4219202
By: nobody
Thank you both for your suggestions. I've tried them before, and have just
retried
them again to be doubly sure. Here're the results:
IDM_EDIT_CUT/COPY:
These are only catchable in Npp's main hwnd, and are only sent from the
main menu and right-click context menu, not from Ctrl+C/X hotkeys
SCI_CUT/COPY (and also WM_CUT/COPY):
These are not sent to any of the 3 hwnd at all. If I'm not wrong, SCI_*
are messages sent by the programmer to scintilla to programmatically do
clipboard
operations.
My only current workable result is to handle IDM_EDIT_* in main hwnd for
cut/copy
from menu commands, and to handle WM_KEYDOWN in both scintilla hwnd for Ctrl+C/X
hotkeys. This code is in the link above (3rd post in this thread). If you want
to see other permutation of code, please let me know, I'll post them up. Thanks!
:-)
______________________________________________________________________
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: 4
Date: Wed, 21 Mar 2007 07:32:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Language
Define - Comments
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=4219488
By: nobody
Hello,
i use npp (4.0.2) for editing my GAMS files, so i created a new Language Style
for GAMS. And iam really amazed how fast i worked it out, the User Language
Define System is really well worked out. :-)
But of course i have some props (thats why iam here ;-) :
1. the gams code uses "*" (asterisk) at beginnig of a line to mark the following
text a comment, but there are also equations which uses (of course) the "*"
for products, so i would be good if there were an adequate option
2. there is a new option in the "Operators" Tab (in german its: "Trenner") which
isnt explained in the manual. i think i know, how it works, bacause for brackets
it works fine, but it doenst work for Quotation marks, so maybe u can fix this?
3. another prob in GAMS is it uses slashes for sets (thing i want to fold) so
it looks like this:
set1
/
text1
text2
text3
text4
/
set2
/
mat1
mat2
mat3
/
is there a way i can make npp to fold it accordingly?
thank you for your great work and help,
Tom
______________________________________________________________________
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: Wed, 21 Mar 2007 07:38:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ASPX
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=4219504
By: nobody
I'm looking too a plugin o language file for aspx , anyone ???
______________________________________________________________________
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, 21 Mar 2007 08:55:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Color
for reg file
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=4219671
By: nobody
Hi there
has someone code a color/language template for Reg file ?
If yes can he/she share it ?
Thanks
______________________________________________________________________
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: Wed, 21 Mar 2007 09:19:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Color for reg file
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=4219725
By: vor0nwe
IIRC, you can simply use the 'MS INI' highlighter for .reg files.
______________________________________________________________________
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: 8
Date: Wed, 21 Mar 2007 10:50:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request: Wiki Syntax
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=4219891
By: nobody
I would like it, too!
steve
I second that, hooray MetaWiki!
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 10, Issue 48
*************************************************