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] Question about stylers.xml (SourceForge.net)
2. [notepad-plus - Plugin Development] A stupid question by a
newbie (help, please) (SourceForge.net)
3. [notepad-plus - Plugin Development] !!! Tab icons of some
plugins too large (SourceForge.net)
4. [notepad-plus - Help] RE: Question about stylers.xml
(SourceForge.net)
5. [notepad-plus - Help] RE: Question about stylers.xml
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: New Plugin available:
FTP_synchronize (SourceForge.net)
7. [notepad-plus - Plugin Development] RE: New Plugin available:
FTP_synchronize (SourceForge.net)
8. [notepad-plus - Plugin Development] Light Explorer Odd
Behavior (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: New Plugin available:
FTP_synchronize (SourceForge.net)
10. [notepad-plus - Plugin Development] Function List
(SourceForge.net)
11. [notepad-plus - Plugin Development] RE: !!! Tab icons of some
plugins too large (SourceForge.net)
12. [notepad-plus - Plugin Development] Feature Req: Highlighter
Plugin (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 11 Sep 2007 11:39:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Question about
stylers.xml
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=4513039
By: rtmorgan
Forgive me if this has been answered elsewhere, but I've searched exhaustively
with no results.
What is the purpose of the "styleID" attribute? I imagine that the "name"
attribute
is only there for readability and convenience, but that the "styleID" is what's
used to map syntax highlighting values. But it's not consistent. For instance,
for most languages styleID="2" maps to "COMMENT_LINE". But not always.
I guess I'm wondering, if I wanted to add support for a new language, how do
I know what value to assign to "styleID"?
Great product, thanks!!
Ryan
______________________________________________________________________
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: Tue, 11 Sep 2007 12:39:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] A
stupid question by a newbie (help, please)
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=4513157
By: nobody
Hi all.
I'm sure it's a very stupid question, but I'm not able to find the answer.
I'm trying to write a plugin for NP++ in C++. I've dowloaded
the "NppInsertPlugin.zip" (as suggested in "Plugins HOWTO", and I'm using the
*.h files of that plugin.
If I try to compile this instruction: " SendMessage(nppData._nppHandle,
NPPM_GETPLUGINSCONFIGDIR, MAX_PATH, (LPARAM)configPath);", my compiler (MS VC++
8)issues an error: "error C2065: 'NPPM_GETPLUGINSCONFIGDIR' : undeclared
identifier".
I suppose I have to include some file(s) in which all the NPPM_* are defined,
but I don't know where to find it.
Can anyone help me, please?
TIA
GGa
P.S. please excuse me for bad english...
______________________________________________________________________
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: Tue, 11 Sep 2007 14:14:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] !!!
Tab icons of some plugins too large
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=4513258
By: nobody
Hello plugin developers,
I faced a problem with some plugins like FTP, LightExplorer, etc. Please be
sure to add only 12x12 pixel icons to tTbData struct, otherwise they don't fit
into the tab item correctly.
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: 4
Date: Tue, 11 Sep 2007 14:27:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Question about
stylers.xml
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=4513274
By: donho
"styleID" has meaning only for the lexer (in Scintilla).
Since the lexers in Scintilla project are done by different contributors, the
number of style ID may be a convention among the lexers (especially when the
contributors begin theirs lexer from an existent one), but not certainly a
obligation
to follow.
"styleID" in styles.xml is done in the aim of being understood by application.
but not by the guys like you and me, since the Styles Configurator does well
its jobs. In this point of view, the existence of styleID is coherent.
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=331754
------------------------------
Message: 5
Date: Tue, 11 Sep 2007 14:34:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Question about
stylers.xml
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=4513281
By: donho
"styleID" has meaning only for the lexer (in Scintilla).
Since the lexers in Scintilla project are done by different contributors, the
number of style ID may be a convention among the lexers (especially when the
contributors begin theirs lexer from an existent one), but not certainly a
obligation
to follow.
"styleID" in styles.xml is done in the aim of being understood by application.
but not by the guys like you and me, since the Styles Configurator does well
its jobs. In this point of view, the existence of styleID is coherent.
There's no way to add an language by adding the tags in styler.xml (it is used
for the lexers supported by Notepad++).
The only way to add a language in Notepad++ is using the User Language Define
System (though it's far from perfect) to define your language.
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=331754
------------------------------
Message: 6
Date: Tue, 11 Sep 2007 15:00:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Plugin available: FTP_synchronize
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=4513308
By: donho
It seems that you fixed the crash issue on your latest update :
https://sourceforge.net/forum/message.php?msg_id=4513038
Could you confirm me that?
> but sometimes when I catch it its in the unloading of GUI elements.
It crashes in which function exactly?
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: Tue, 11 Sep 2007 15:17:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Plugin available: FTP_synchronize
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=4513385
By: harrybharry
No as stated in the post, the crash actually came back again (jsut above the
active connection part).
I cant steadily reproduce the crash anymore, sometimes I open notepad and close
it immediatly and it crashes, sometimes I do the exact same and it doesnt. I
think it happens somewhere at the WM_DESTROY message, when I set a breakpoint
there the crash stops appearing. I think that it might be somehow thread related
(and unfortunatly FTP is full of them so that might be the cause) as setting
a breakpoint seems to avoid the crash because I think the thread is given more
time to do its thing. That might also be the reason Visual Studio put a break
in Notepad.cpp where it actually should be somewhere else.
That FTP issue seems very difficult. I am unable to recreate such behaviour
at my computer so that makes debugging very hard, but Im adding in more error
messages so maybe it can be caught. I also noticed a thread failed to start
with an errorcode that, I think, means there was not enough memory (maybe
causing
other applications to crash/behave erroneously aswell). Please check memory
usage of notepad when running the plugin, and see what happens if you perform
certain actions.
______________________________________________________________________
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: Tue, 11 Sep 2007 15:45:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Light
Explorer Odd Behavior
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=4513420
By: btomasik
Hi everyone,
I am not a very active bug reporter (or finder muchless) but I found some
quirky behavior in the Light Explorer behavior. I was browsing a favorite which
resides on a network share of a Gentoo machine in another part of my office
(via Samba). Windows explorer was able to, as well as the open dialog in NP++,
view the files and allow me to open them for editting. However, the Light
Explorer
plugin was only showing select files. I belligerently just reinforced my
permissions
scheme on the root folder (using chgrp and chmod) because sometimes I do work
from other users on the box (because I'm lazy to change usernames). This did
fix the problem.
I know this thread is somewhat a waste but I wanted to try to help someone else
that may be stuck on the problem.
Ben
______________________________________________________________________
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: 9
Date: Tue, 11 Sep 2007 15:48:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Plugin available: FTP_synchronize
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=4513426
By: harrybharry
Mark, could try to redownload
http://npp-plugins.cvs.sourceforge.net/*checkout*/npp-plugins/NppPlugins/FTP_syn
chronize/build/FTP_synchronize.dll
and see what happens?
______________________________________________________________________
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: Tue, 11 Sep 2007 16:02:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Function 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=4513441
By: nobody
Hello,
I using the Function List v2 alpha, and I am using the default Pascal rules
that comes with that plugin, with the Inno Setup (Remote Objects) version of
Pascal.
Works reasonably well, except that the forward & external dec code lines below
appear in the function list (not wanted), and they also cause the function list
to ignore some of the genuine functions/procedures that come after that code.
How do I need to change the default pascal rules for procedures & functions
to prevent that happening (without it causing other problems for the list)?
// forward declaration
function GetAppVerObscureKey (sAppVersion: string): string; forward;
// external function decs
function GetFileTime(hfile: LONGINT; VAR
lpcreation,lpaccess,lpwrite:TMyFileTime):
BOOLEAN;
External '[EMAIL PROTECTED] stdcall';
Function FileTimeToSystemTime(VAR tftm: TMyFileTime; VAR systm: TSystemTime):
BOOLEAN;
External '[EMAIL PROTECTED] stdcall';
______________________________________________________________________
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: Tue, 11 Sep 2007 16:11:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
!!! Tab icons of some plugins too large
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=4513449
By: harrybharry
Thanks for the heads up, I wasn't aware of this (I misunderstood your first
message about it ;)), I fixed it
______________________________________________________________________
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: 12
Date: Tue, 11 Sep 2007 16:38:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Feature Req: Highlighter 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=4513472
By: nobody
Hi,
Firstly, what a feature packed, stable program this is, congratulations. Its
fast becoming my editor of first choice.
One of my favorite features in another editor (JEdit) is the highlighter plugin.
It allows multiple-regex based entries, each with a selectable colour, listed
in a side bar. The highlighting can be individually toggled on/off for each
entry. It is ridiculously useful for wading through large text files looking
for patterns (eg ip addresses in a log file, or timestamps in a log file),
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
------------------------------
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 16, Issue 28
*************************************************