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: Example plugin with
toolbar and docking (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: working on new plugin
(line filter) (SourceForge.net)
3. [notepad-plus - Open Discussion] Feature request - function
arguments hints (SourceForge.net)
4. [notepad-plus - Open Discussion] Feature request - code
templates (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: New plugin:
CCompletion (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: New plugin:
CCompletion (SourceForge.net)
7. [notepad-plus - Help] RE: Replace in a Column Marked area
(SourceForge.net)
8. [notepad-plus - Plugin Development] RE: New plugin:
CCompletion (SourceForge.net)
9. [notepad-plus - Help] RE: Cannot unsubscribe to this forum -
argh! (SourceForge.net)
10. [notepad-plus - Help] RE: Support for additional programming
langua (SourceForge.net)
11. [notepad-plus - Plugin Development] RE: quit message
(SourceForge.net)
12. [notepad-plus - Plugin Development] RE: Example plugin with
toolbar and docking (SourceForge.net)
13. [notepad-plus - Open Discussion] RE: Feature request - code
templates (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 12 Oct 2007 00:23:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Example plugin with toolbar and docking
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=4565223
By: geertvc
Where to find this one? In the NPP plug-ins section, I don't directly find
anything related to this plug-in.
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=482781
------------------------------
Message: 2
Date: Fri, 12 Oct 2007 00:31:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
working on new plugin (line filter)
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=4565227
By: merijnb
due to lack of time the plugin is still quite premature (hence the name :)),
but for the time being it can be downloaded here:
http://www.xs4all.nl/~bosma/linefilter.zip
I will put some more time in it asap, but at this time can't tell how soon that
will be :|
Suggestions and questions are welcome, off course.
______________________________________________________________________
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, 12 Oct 2007 01:15:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
request - function arguments hints
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=4565258
By: nobody
hi!
i think it is very neccesary to provide ability to add hints about each
function.
it is very good to use Ctrl+Space to place function and see its description
like:
function_result_type function_name(function_argument_type function_argument_1,
function_argument_type function_argument_2, ...) function_description
e.g. integer strpos(string haystack, string needle) Search in haystack for
occurance
of needle
you can see how this feature done in PHPEXPERTEDITOR at ankord.com
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=331753
------------------------------
Message: 4
Date: Fri, 12 Oct 2007 01:28:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
request - code templates
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=4565274
By: nobody
hi!
i think it is very neccesary to provide ability to create own code templates
to save code writer's time.
it is very good to use Ctrl+Some_Button to place a small piece of regular used
code in your code.
you can see how this feature (Ctrl+J) done in PHPEXPERTEDITOR at ankord.com
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=331753
------------------------------
Message: 5
Date: Fri, 12 Oct 2007 01:49:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New plugin: CCompletion
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=4565287
By: nobody
I might implement history in the future, so you could return to previous
loctions.
As for the source code: not at the moment. One of the reasons being, it's
probably
the ugliest code I've ever written, half of it done hastily in one weekend.
In other words, posting code like that might hurt my public image as a
programmer
(joke :)
Regards,
Bostjan
______________________________________________________________________
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: 6
Date: Fri, 12 Oct 2007 02:00:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New plugin: CCompletion
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=4565305
By: nobody
I'll look into that error as soon as I get home. I might need your "ctags.tmp"
to debug. Could you send it to the email provided in the plugin "About" info?
As for specifying suffixes, I probably won't add that since it would require
complex settings.
You might consider not defining project path. With that, "ctags.tmp" would be
generated for each folder, so .sql and other unwanted files might not interfere,
depending on your project directory structure.
Regards,
Bostjan
______________________________________________________________________
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: Thu, 11 Oct 2007 19:41:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace in a
Column Marked area
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=4564993
By: pshute
Have you tried the Column Editor (alt+c) instead? Also, have you tried using
the columns box in advanced find/replace (control+r)?
______________________________________________________________________
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: Fri, 12 Oct 2007 03:57:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New plugin: CCompletion
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=4565424
By: donho
> One of the reasons being, it's probably the ugliest code I've ever written,
half of it done hastily in one weekend.
> In other words, posting code like that might hurt my public image as a
> programmer
(joke :)
:)
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: 9
Date: Fri, 12 Oct 2007 04:06:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Cannot
unsubscribe to this forum - argh!
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=4565437
By: donho
> Don Ho: can you also manually remove me from the list? Email is geert dot
vancompernolle at hotpop dot com
The email you provided is not in the list. Maybe just stop monitoring this
forum?
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: 10
Date: Fri, 12 Oct 2007 03:50:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Support for
additional programming langua
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=4565415
By: donho
All you need is add the LaTeX keywords for the syntax highlighting, I suppose?
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: 11
Date: Fri, 12 Oct 2007 04:43:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
quit message
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=4565476
By: donho
I don't think this message is really necessary.
When Notepad++ is lanched, it loads the plugins by calling LoadLibary,
so the plugins should do the initialization with the message DLL_PROCESS_ATTACH
in DLLMain.
When Notepad++ quit, it frees all the dlls it loaded by calling FreeLibary(),
so the plugins should do their clean up in the message DLL_PROCESS_DETACH in
DLLMain.
I did answer Harry for his FTP_Synchronize crash issue here :
https://sourceforge.net/forum/message.php?msg_id=4513511
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: 12
Date: Fri, 12 Oct 2007 04:47:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Example plugin with toolbar and docking
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=4565485
By: donho
http://notepad-plus.sourceforge.net/commun/pluginsBin/pluginInsertion_v2.1_.zip
that you can find in :
http://notepad-plus.sourceforge.net/uk/download.php
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: 13
Date: Fri, 12 Oct 2007 04:51:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request - code templates
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=4565491
By: donho
Already available in the plugin QuickText which comes with Notepad++ release.
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 17, Issue 33
*************************************************