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] RE: Simple    scripting
      plugin in development (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Simple    scripting
      plugin in development (SourceForge.net)
   3. Help_how to open GB2312 txt in the japanese XP    system (LiuChao)
   4. [notepad-plus - Help] RE: Equivalent to Alt-Tab (SourceForge.net)
   5. [notepad-plus - Help] RE: Equivalent to Alt-Tab (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Simple    scripting
      plugin in development (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Simple    scripting
      plugin in development (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Simple    scripting
      plugin in development (SourceForge.net)
   9. [notepad-plus - Help] RE: How compare plugin      works
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Error        message - "God
      Damn Exception:666" (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: Simple    scripting
      plugin in development (SourceForge.net)
  12. [notepad-plus - Plugin Development] BBCode        Plugin
      (SourceForge.net)


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

Message: 1
Date: Mon, 19 Nov 2007 14:16:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4632525
By: hkubba

How about clipboard actions like:
CopyToClipBoardIfContain(text): copy the whole line is it contain a text
CopyToClipBoardIfNotContain(text) : copy if don't contain text
CutToClipBoardIfContain(text): Cut the whole line is it contain a text
CutToClipBoardIfNotContain(text) : Cut if don't contain text

Also as you have:
setblanks(minblank,maxblank,threshhold): Changes the number of blank lines 
between
lines.

It might be usfule to add 
setSpaces(minSpace,maxSpace,threshhold): Changes the number of Spaces. 
so that if you have 
X =                   7
Y =  6
Z =                                 9

you can change it to 
X = 7
Y = 6
Z = 9

regards 




______________________________________________________________________
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, 19 Nov 2007 14:20:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4632529
By: hkubba

It seems that the editor removes the extra spaces, what i ment (lines represent
spaces):
X = _________________________7 
Y = ______6 
Z = _____________________________________9 
 
you can change it to  
X = 7 
Y = 6 
Z = 9 

______________________________________________________________________
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, 20 Nov 2007 11:49:03 +0800
From: LiuChao <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Help_how to open GB2312 txt in the
        japanese XP     system
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="GB2312"

hello:
how to open a txt in GB2312 encoding in the Japanese WindowsXP system.
thank u.




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

Message: 4
Date: Mon, 19 Nov 2007 14:43:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Equivalent to
        Alt-Tab
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=4632560
By: pshute

>From http://notepad-plus.wiki.sourceforge.net/Keyboard+Shortcuts:
Ctrl-Tab        Next Document (also shows list of open files)
Ctrl-Shift-Tab  Previous Document (also shows list of open files)

This is a funny little pop-up that stays up until you release the control key,
so you can press control+tab+tab to move along by two tabs.

The Windows menu also allows you to select by number, so alt+w2 selects tab
2, etc.

Personally, I just click the tabs.  If I'm jumping between two tabs very 
frequently,
I use multi-view - see http://notepad-plus.wiki.sourceforge.net/Multi-ViewHowTo.

______________________________________________________________________
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: Mon, 19 Nov 2007 15:15:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Equivalent to
        Alt-Tab
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=4632597
By: nobody

And there's this option "Enable document switcher" (CTRL+Tab) under Settings
/ Preferences tab Global.


______________________________________________________________________
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, 19 Nov 2007 15:25:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4632609
By: fidvo

Your idea about using the clipboard is interesting.  I'm wondering what kinds
of applications this could have?  If you can give me an example of how you might
use this, I think I can probably implement it.

On your SetSpaces idea, I just want to confirm that you're thinking the same
thing I'm thinking.  The SetBlanks function sets the number of blank lines 
between
paragraphs to Minblank, unless it already has at least a number of blank lines
indicated by Threshhold, in which case it will set the number of blank lines
at that position to Maxblank.

For example, if you have a double-spaced document that you want to convert to
a single-spaced document, you would use setblanks(0,1,2).  This means that all
of those single blank lines between rows of text would be converted to 0 blank
lines (Minblank=1).  In cases where there are 2 or more blank lines 
(Threshold=2),
it would assume this is a major break, and set it to 1 blank line between rows
of text (Maxblank=1).

Is this the sort of thing you had in mind for SetSpaces?


______________________________________________________________________
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, 19 Nov 2007 15:32:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4632616
By: fidvo

Never mind.  I added the ability to map the shortcut key in the .ini file. 
It will be ALT-SHIFT-R by default, but you can change it if you would prefer
a different key combination.  You can also map Run Script, though it will have
no default shortcut.

I would have liked to use the built-in Notepad++ Shortcuts Mapper in order to
keep the shortcuts centralized, but I'll have to hold off on that until I can
do a little more testing to figure out if it would even work.


______________________________________________________________________
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: Mon, 19 Nov 2007 15:34:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4632617
By: fidvo

Oops.  I meant, Minblank=0 in the second-to-last paragraph above.  It should
read:

"This means that all of those single blank lines between rows of text would
be converted to 0 blank lines (Minblank=0)."


______________________________________________________________________
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: Mon, 19 Nov 2007 15:48:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How compare
        plugin  works
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=4632631
By: tylandercasper

The new plugin will now compare the current two tabs if two panels aren't 
already
open. And the "Files Match" bug has been fixed.

Hopefully this will make the plugin a lot more intuitive and as easy to use
as you'd expect it to be :)

______________________________________________________________________
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: Mon, 19 Nov 2007 16:15:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Error   message - "God Damn Exception:666"
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=4632660
By: pauliusm

Lol Don... You still get those...

I still remember the guy, who said he will stop using Notepad++ because of the
N++ thongs ( http://notepad-plus.sourceforge.net/uk/shops.php )...

That was like... 4 years ago? rofl...


______________________________________________________________________
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: Mon, 19 Nov 2007 16:38:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  scripting plugin in development
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=4632687
By: harrybharry

> I added the ability to map the shortcut key in the .ini file.

Notepad++ supports altering these shortcuts natively, as long as you support
the Shortcut object for the menu item (FuncItem). You can even set all members
of the Shortcut object to NULL and by default there will be no assignment, but
the plugin will be listed in the shortcut mapper (it's hacky but I found it
to work without any problems). Have you seens Jenz' PluginTemplate? It should
have a proper example.

______________________________________________________________________
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: Mon, 19 Nov 2007 20:18:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        BBCode  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=4632988
By: nobody

Hi all,

I have to confess my newbishness at this time when dealing with plugins and
so forth, but is there one that allows the use of BBCode Editing, or a language
plugin, that I can use to edit BBCode with Notepad++ more effectively than the
M$ Notepad?

______________________________________________________________________
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
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 18, Issue 55
*************************************************

Reply via email to