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] Function list is blank. (SourceForge.net)
   2. [notepad-plus - Help] RE: how to macro/keyboard   insert
      DATE:2008021 (SourceForge.net)
   3. [notepad-plus - Help] RE: Function list is        blank.
      (SourceForge.net)
   4. [notepad-plus - Help] RE: how to macro/keyboard   insert
      DATE:2008021 (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v4.8 RC is
      available (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: Help me   name my
      plugin (SourceForge.net)
  13. [notepad-plus - Help] RE: how to macro/keyboard   insert
      DATE:2008021 (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Tue, 19 Feb 2008 10:16:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Function list is
        blank.
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=4787634
By: nobody

Hi,

I'm using NP++ version 4.7.5 and function list version 2.0A. 

I've installed everything in the correct directories (plugins *.dll and
plugins>config for *.xml and the *.flb.

I get the function list pane on the right side of my editor but there are never
any functions listed on any language I have the editor set to.

Something I'm doing wrong?

Thanks,
RJP

______________________________________________________________________
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, 19 Feb 2008 10:46:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to
        macro/keyboard  insert DATE:2008021
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=4787682
By: bullock

Macros record some, but not all, menu commands.  In particular, they do not
record commands from the TextFX and Plugins menus, and they don't record menu
commands that open dialogs, such as Find/Replace, but that's unrelated to the
present problem.

We should look into getting macros to record plugin menu commands; although,
it might take a bit of work because macros are prone to redundantly record some
of the individual steps that the plugins perform when the menu command is sent.
(For example, if pressing Ctrl+F5 inserts the date/time, then the macro is 
likely
to record, and playback, both the <Ctrl-F5> keystroke as well as the insertion
of the date/time text, giving you some garbled result).  Alas, I won't have
time to look into this for a while.  Perhaps you or someone else can get to
it before I do?

In the meantime, I'm not sure what else to suggest right now, but if I think
of something....

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=331754



------------------------------

Message: 3
Date: Tue, 19 Feb 2008 10:56:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Function list
        is      blank.
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=4787695
By: nobody

Try the newest version, 4.8 RC.


______________________________________________________________________
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: Tue, 19 Feb 2008 11:22:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to
        macro/keyboard  insert DATE:2008021
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=4787741
By: dbrydon

OK, Thanks.

For now I can do it in two key commands:  the DATE:: part with a macro, and
ctrl-F5 to get (almost) the date format I want.

I'm very interested in npp and hope I can participate in its development.

Dave

______________________________________________________________________
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, 19 Feb 2008 12:04:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4787813
By: fidvo

A lot of these suggestions are pretty good, but they're either too specific
(they assume the plugin is going to be used for single characters), or they're
not descriptive of what the plugin does.

I know in one sense the name isn't a big deal, but because it's pretty much
the only thing that I can't change once I upload it, I want to make sure I get
it right the first time.

I think I'm just going to go with "Substitution" as the name of the plugin.
Any objections?


______________________________________________________________________
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: Tue, 19 Feb 2008 12:49:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4787891
By: nobody

Various...
Variation...


______________________________________________________________________
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, 19 Feb 2008 12:52:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4787898
By: nobody

Like...
Is Like...

The Plug-In is not meant to always substitute, as far as I understand, but to
offer lists of variations for a single character or whatever combinations of
characters (words), either by meaning or appearance (smilies, for anyone's sake)
and the like.

So I would very much like not to use the word Substitution, but I can't yet
look for an alternative in some list...


______________________________________________________________________
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, 19 Feb 2008 13:12:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4787928
By: nobody

Substitution doesn't sound very nice to me. The name doesn't even spark a light
for me as to what it does. I find the already suggested "CharMap" to be quite
descriptive and catchy.

My own suggestion would be:
???????????????????????????
"CHARt", while not beeing as descriptive but rather a sneaky abbreviation of
"Character chart" or "Character table".
Another one would be "CHARli", short for "Character List".
Or how about "CHARm" (Character Map). :)
And then there is "ChImp" (Character import). :D

______________
Best regards,
deus-ex

______________________________________________________________________
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, 19 Feb 2008 13:22:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4787943
By: nobody

Text Switcher...
(Text) Transformer...
Word Chart...

Not completely true, but nice, anything like:
Glossary
Dictionary
Lexicon


______________________________________________________________________
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, 19 Feb 2008 13:24:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4787948
By: nobody

Multiple Chars, in its simplicity true for both intended uses, as opposed to
Multiple Choice.


______________________________________________________________________
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, 19 Feb 2008 13:58:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.8 RC is available
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=4787997
By: donho

What is your OS?

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: 12
Date: Tue, 19 Feb 2008 14:26:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Help me name my 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=4788038
By: donho

Not bad at all for CHARm ! 

charM is a good choice also IMO.


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: Tue, 19 Feb 2008 14:27:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to
        macro/keyboard  insert DATE:2008021
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=4788040
By: bullock

> For now I can do it in two key commands: the DATE:: part with a macro, and
ctrl-F5 to get (almost) the date format I want.

Perhaps you can follow that sequence with a third key, playing another macro
to remove the date-field separators?

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=331754



------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 21, Issue 63
*************************************************

Reply via email to