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 - Plugin Development] RE: New External Lexer
Support Template/Tutor (SourceForge.net)
2. [notepad-plus - Open Discussion] Problems with line number
margin (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Problems with line
number margin (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: Need input on the
future of Simple Script (SourceForge.net)
5. [notepad-plus - Help] User Defined Language-Need space for
keyword? (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Need input on the
future of Simple Script (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Problems with line
number margin (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Macro Recording
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Problems with line
number margin (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.3 is
released (SourceForge.net)
11. [notepad-plus - Help] RE: User Defined Language-Need space
for keyword? (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.3 is
released (SourceForge.net)
13. [notepad-plus - Help] RE: Explorer Plugin (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 07 Jan 2008 22:08:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New External Lexer Support Template/Tutor
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=4709253
By: steakhacher
Is it possible that you include the compiled dll in your zip file for those
who have not visual on there computer.
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: 2
Date: Mon, 07 Jan 2008 22:21:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Problems
with line number margin
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=4709261
By: geertvc
Hi,
Using NPP 4.6 on a WinXP Pro machine, I'm having problems with the line number
margin. Each time I'm starting NPP, the line number margin is "narrowed".
The image below shows what happens:
[URL=http://imageshack.us][IMG]http://img111.imageshack.us/img111/2874/linemargi
ntoonarrowry5.png[/IMG][/URL]
When I toggle the option "Display line number margin" (which is ticked by
default)
in the Preferences dialogue box, the status is corrected again until the next
time I'm starting NPP. The image below is showing the status after toggling
the above mentioned option:
[URL=http://imageshack.us][IMG]http://img246.imageshack.us/img246/1223/linemargi
noksc7.png[/IMG][/URL]
Anyone else ha(d)(s) the same problem?
Best rgds,
--Geert
______________________________________________________________________
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: 3
Date: Mon, 07 Jan 2008 22:35:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Problems with line number margin
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=4709272
By: geertvc
Hi,
I now see I should have used other links to refer to the images. Sorry for
that...
(disadvantage of not having a "preview" option???).
Pls. refer to the following images.
When line margins are not OK:
http://img111.imageshack.us/img111/2874/linemargintoonarrowry5.png
When line margins are OK:
http://img246.imageshack.us/img246/1223/linemarginoksc7.png
Hope this works fine now.
Best rgds,
--Geert
______________________________________________________________________
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: 4
Date: Mon, 07 Jan 2008 23:00:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Need input on the future of Simple Script
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=4709298
By: zobo
Hi fidvo.
Where can I get ahold of your source? I'll take a look at it, as I had similar
problems with Dbgp. Can't guarantie a solution tho.
-Z
______________________________________________________________________
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: Mon, 07 Jan 2008 23:37:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Defined
Language-Need space for keyword?
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=4709319
By: nobody
Hi, I have defined my own user defined language, and it mostly works quite well,
but it seems I need a space after the keyword to make it highlight.
I.e.
if (min < 10) will highlight "if" whereas
if(min < 10) will not highlight "if"
Is there a simple solution to this?
Thanks for your help.
Jostein
______________________________________________________________________
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: Mon, 07 Jan 2008 23:44:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Need input on the future of Simple Script
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=4709327
By: bullock
Hi, Fidvo.
> Unfortunately, I'm just using the standard Delphi ShowMessage function for
that, which means I don't have any control over the title.
You can use
with CreateMessageDialog(Msg, DlgType, Buttons) do
try
Caption := 'Simple Script';
Position := poScreenCenter;
Result := ShowModal;
finally
Free;
end;
I haven't checked at your current code to see whether you're using the return
result of ShowMessage. If not, then you can just call ShowModal as a procedure
rather than a function.
Regards.
Greg
______________________________________________________________________
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: Mon, 07 Jan 2008 23:52:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Problems with line number margin
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=4709331
By: trpplayer79
I don't have this problem with version 4.7.3.
maybe upgrade to this version would solve your problem.
greetz
Trpplayer79
______________________________________________________________________
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: 8
Date: Mon, 07 Jan 2008 23:53:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro Recording
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=4709334
By: bullock
At present, the macros record keystrokes, and some menu commands, but only to
the edit window, not to any of the dialogs (such as the Find/Replace dialogs).
Sometimes you can work around this by prepopulating the boxes in the Find
dialog,
close the dialog before you begin recording your macro, then record <F3> as
one of the macro keystrokes. If you're not playing the macro right away, then
before playback you'll need to ensure that Find/Replace dialog's boxes are
populated
properly first.
Alternatively, you can use the Simple Script plugin, which has considerably
more flexibility.
Regards.
Greg
______________________________________________________________________
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: 9
Date: Tue, 08 Jan 2008 00:00:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Problems with line number margin
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=4709345
By: geertvc
Hi,
Indeed, just upgraded to 4.7.3 and so far, the problem is not present any more.
In case it pops up again, I'll notify it here.
Until then, don't spend/waste time on this subject any more.
Best rgds,
--Geert
______________________________________________________________________
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: 10
Date: Tue, 08 Jan 2008 00:01:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.7.3 is released
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=4709347
By: geertvc
Forget about this post. I took a wrong thread.
Sorry for any confusion caused.
Best rgds,
--Geert
______________________________________________________________________
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: 11
Date: Tue, 08 Jan 2008 00:04:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language-Need space for keyword?
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=4709350
By: nobody
I would advise you to simply always use the space, as this will make your code
more readable and may be of help later for any search/replace operation.
______________________________________________________________________
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: 12
Date: Tue, 08 Jan 2008 00:10:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.7.3 is released
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=4709355
By: geertvc
"BTW, I don't think your attitude is acceptable."
For sure, it's not. Whether the people working on this project are volunteers
or getting payed, you never use such "grammar" on fora.
It's a matter of maturity and dignity...
Best rgds,
--Geert
______________________________________________________________________
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: 13
Date: Tue, 08 Jan 2008 00:44:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Explorer 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=4709413
By: nobody
I don't belive that it is slow. When I remember correctly, PSP don't go to the
latest used folder. If you don't like this feature I can provide you an special
check box in settings.
The letency to view the files and directories in the bottom window on mouse
click on top winodow is deliberately.
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=331754
------------------------------
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 20, Issue 37
*************************************************