Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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] Function      list and if/else
      statements (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Needs        highlighting
      search (SourceForge.net)
   4. [notepad-plus - Open Discussion] Which plugins    come bundled?
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Russian character (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: NPP       Export 0.2.7.3
      issues (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: NPP       Export 0.2.7.3
      issues (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
  11. [notepad-plus - Help] RE: Polish characters (SourceForge.net)
  12. [notepad-plus - Help] RE: Find File Window        Doesn't Appear
      (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)


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

Message: 1
Date: Thu, 06 Mar 2008 11:23:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        list and if/else statements
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=4820752
By: nobody

Hi, all. 
 I'm using function list plug-in and very happy with it. The only thing bothers
me it includes in FUNCTION group all if() statements if they are placed in else
clause. Example:

 if(bCondA)
 {
    ActionA();
 }
 else if(bCondB)
 {
    ActionB();
 }
 else
 { 
    ActionC();
 }

Here if(bCondB) would be considered as a function and if you follow this style
you will have huge list of if() functions.

Could anyone explain me how to avoid this behavior if Function List?

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: Thu, 06 Mar 2008 11:33:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4820772
By: parcley

absolutely perfect. easy comments/instructions, recompiled with a few more
tags...going to try some code templates...exactly what i was expecting.

perfect...thanks so much.

is this a plugin that you want to keep developing or did you throw this together
as an answer to my plea?

______________________________________________________________________
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: Thu, 06 Mar 2008 11:35:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Needs   highlighting search
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=4820776
By: alexiljin

Did you try Search - Mark all (Ctrl+M)?

______________________________________________________________________
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: Thu, 06 Mar 2008 11:39:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Which
        plugins come bundled?
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=4820788
By: evilrafael

Hey there guys.

Aren't those plugins from the Plugins section of the downloads page already
installed with the latest binaries?

______________________________________________________________________
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: Thu, 06 Mar 2008 11:51:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Russian
        character
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=4820805
By: nobody

I confirm that the above fix from March 5 has solved the input problem with
Hebrew script, but as long as HexEditor is disabled.

______________________________________________________________________
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: Thu, 06 Mar 2008 11:57:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4820815
By: parcley

ok, i've been tooling around and this is absolutely brilliant.

brilliance, on top of brilliance.

beautiful, and this "oberon"...i'm digging it.

again, was this a "first step" or a final release?

______________________________________________________________________
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, 06 Mar 2008 12:07:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4820833
By: alexiljin

Great! I'm glad you like it and I'm glad you already managed to add new tags
and compile it.

> is this a plugin that you want to keep developing
> or did you throw this together as an answer to my plea?

I'm not interested in this particular functionality. I'm just studying 
Scintilla,
preparing myself for creation of a big plugin to support Delphi-style 
autocompletion
and call tips for my favourite programming language, Oberon. I recently put
together a simple template of a plugin. It gets pretty easy when you're past
that stage, so I decided to help.

______________________________________________________________________
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: Thu, 06 Mar 2008 12:10:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NPP     Export 0.2.7.3 issues
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=4820838
By: nobody

Yep, that's what I do. I renamed the 0.273 version and re-installed 0.27. To
my somehwat pleasant surprise I noticed both being present in Notepad++, so
now I can even choose which one to use on the fly.


______________________________________________________________________
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: Thu, 06 Mar 2008 12:13:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NPP     Export 0.2.7.3 issues
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=4820839
By: nobody

And I surely want tab characters, I only mentioned the number of space 
characters
for the tab width.


______________________________________________________________________
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: Thu, 06 Mar 2008 12:16:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4820850
By: alexiljin

Huh.. I don't meet many people who can see past the Pascal-ish notation and
all-caps reserved words.
If you can dig it, it may well change your views on what the art of simplicity
in programming really is.

> was this a "first step" or a final release?

I don't have any further plans on developing this plugin.

______________________________________________________________________
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: Thu, 06 Mar 2008 12:19:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Polish
        characters
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=4820852
By: nobody

Notepad++ 7.5 is OK (with Polish special characters)

______________________________________________________________________
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: Thu, 06 Mar 2008 12:28:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find File
        Window  Doesn't Appear
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=4820872
By: nobody

Dual screen?


______________________________________________________________________
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: 13
Date: Thu, 06 Mar 2008 12:29:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4820876
By: alexiljin

I mean, if you have any specific suggestions, I might consider them.

______________________________________________________________________
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 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 22, Issue 33
*************************************************

Reply via email to