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: File Associations fail
(SourceForge.net)
2. [notepad-plus - Plugin Development] RE: quicktext plugin
(SourceForge.net)
3. [notepad-plus - Help] adding keyword classes for javascript
(SourceForge.net)
4. [notepad-plus - Plugin Development] RE: UPDATE plugin: RunMe
1v10 (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Notepad++ v5.1.3 new
release (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: External lexer
language type to name? (SourceForge.net)
7. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE)
and Function List plugin (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v5.1.3 new
release (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 02 Jan 2009 02:21:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
Associations fail
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=5959814
By: travelgirl
huh. NOW, i can open txt and log files by using double-click -- the name
NPP.EXE
seems to be the factor. have no idea why, but i can live with it :) OPEN WITH
still doesn't work, but i can live with 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=331753
------------------------------
Message: 2
Date: Fri, 02 Jan 2009 10:38:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
quicktext 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=5963037
By: sandersjj
@cocinerox by me your uploaded plugin in version 5.1.3. DOESNOT work.
Any Ideas?
______________________________________________________________________
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: Fri, 02 Jan 2009 14:06:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] adding keyword
classes for javascript
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=5964600
By: x-btc-wx_26p
Hi,
I need additional keyword classes (with different colors) for JavaScript. While
I succeeded in adding those Notepad++ just won't hightlight them.
What I did:
langs.xml: in <Language name="javascript" ext="js" commentLine="//"
commentStart="/*"
commentEnd="*/"> I added <Keywords name="instre2"> and <Keywords name="type1">
stylers.xml: <LexerType name="javascript" desc="Javascript" ext=""> I added
<WordsStyle name="HTMLKEYWORD" styleID="53" fgColor="0000FF" bgColor="F2F4FF"
fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> and <WordsStyle
name="OTHERKEYWORD" styleID="54" fgColor="0000FF" bgColor="F2F4FF" fontName=""
fontStyle="0" fontSize="" keywordClass="type1" />
If someone please could point out what I'm missing here it'd be highly
appreciated
______________________________________________________________________
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: Fri, 02 Jan 2009 14:14:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
UPDATE plugin: RunMe 1v10
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=5964671
By: ruespe
Hey, that (+ you can set the folder where the current file will be executed)
was, what I was waiting for. Excellent.
But... The file is not saved before when I check "Save only current file" or
any other "save"-items.
______________________________________________________________________
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: Fri, 02 Jan 2009 15:15:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.1.3 new 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=5965356
By: donho
> If this patch is going to be included in an upcoming release (5.1.4?)
The patch itself will not be included, but the bug will be fixed in v5.1.4.
Just keep these API prototypes in mind :
void GetLexerName(unsigned int Index, char *name, int buflength);
void GetLexerStatusText(unsigned int Index, TCHAR *desc, int buflength);
> The two changes are needed to ensure that indicators can be handled
> in the same fashion (from a users perspective)
OK, I'll add them if your lexer needs - For the notification name, I prefer to
NPPN_WORDSTYLESUPDATED rather than NPPN_STYLEXMLCHANGE.
> I'm very interested in testing out a fixed external lexer binary
> and sent you an at d o n . h @ f r e e . f r
Feel free to contact me to get the newest binary to test with your plugin.
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: 6
Date: Fri, 02 Jan 2009 15:36:51 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
External lexer language type to name?
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=5965633
By: donho
Use SCI_GETLEXER to get your lexer ID is a better approach than getting lexer
name, since the ID is uniq.
In NPPN_LANGCHANGED case, you should get your SCEXT_POWERSHELL_LANGID ID if
a document power shell is switched in.
So I don't see the problem and I don't think you need getLexerName message.
Do I miss something?
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: 7
Date: Fri, 02 Jan 2009 15:46:22 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
NP++ 5.1.2 (UNICODE) and Function List 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=5965788
By: cchris
Dragging the pllugin window hardly helps, though it helps pinpoint the issue.
When selecting an item in the displayed function list, a tooltip appears telling
you what follows the function name - in many langueges, it is the argument list.
The tooltip does display, but somewhat to the left, and shifted up, of the MAIN
Notepad++ windows. In other words, the coordinates of the tooltip window are
probably right, but the origin of the coordinates is the client area of the
main N++ window, not the client area of the FunctionList window. Looks like
the parent is wrong.
Dragging the plugin window far left somehow alleviates the problem, because
the x coordinate is about right then, but obscures the 8-15 first characters
of each line in the sourcze file, which is obviously not very convenient.
I certainly can live with this until 2.0 is released in unicode mode.
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=482781
------------------------------
Message: 8
Date: Fri, 02 Jan 2009 15:35:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.1.3 new 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=5965619
By: aathell
Don,
Excellent, that's great news! Thank you very much!
I've sent another email regarding the fixed binary.
almostautomated
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 32, Issue 4
************************************************