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: Events    to plugin in
      reverse order? (SourceForge.net)
   2. [notepad-plus - Plugin Development]       LightExplorer 1.5
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   _init2Check not
      working any more ? (SourceForge.net)
   4. [notepad-plus - Help] RE: How to print a page     break
      (SourceForge.net)
   5. [notepad-plus - Help] RE: creating xml (SourceForge.net)
   6. [notepad-plus - Help] RE: For the wishlist ... (SourceForge.net)
   7. [notepad-plus - Help] RE: How to print a page     break
      (SourceForge.net)
   8. [notepad-plus - Help] RE: How to print a page     break
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Feature      request:
      multiple files opening (SourceForge.net)
  10. [notepad-plus - Help] RE: How to print a page     break
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v4.9 Workers'
      Day's Edition (SourceForge.net)
  12. [notepad-plus - Help] RE: For the wishlist ... (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad++    v4.9 Workers'
      Day's Edition (SourceForge.net)


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

Message: 1
Date: Thu, 01 May 2008 11:30:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Events  to plugin in reverse order?
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=4939348
By: nobody

Hmm, thinking of it,
it seems like I could do with just a
way to change an open file to readonly.

I could trap the NPPM_FILEOPENED event, determine if I need to 
change the mode/reopen as readonly or not.
 
My original intent was to catch the NPPM_BEFOREFILEOPEN to determin if I need 
the readonly or not. But I guess I could bypass that.

So, that leaves me with 2 questions.
1 - can I change the mode to readonly, on an open file (Say by sending a 
message)?
How, then?
2 - would it be of any interest to share my plugin, as a sample of how
    to write plugins in Ada?


/Bj?rn


______________________________________________________________________
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, 01 May 2008 11:38:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        LightExplorer 1.5
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=4939362
By: lancealbanese

Hello Everyone.

I have just updated my LightExplorer plugin and am happy to announce that it
has fixed my mapped drives problem.

I did notice a bug in this latest version.  If you go to the Help for this 
plugin,
it states that it is version 1.4.  I looked at the DLL file in the programs
folder and the description says that is is version 1.5.

Just a heads up.

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: 3
Date: Thu, 01 May 2008 11:47:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        _init2Check not working any more ?
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=4939378
By: morbac

mmmh that's strange... I've tried to run NPP step by step from source code and
the line

::CheckMenuItem(_hPluginsMenu, cmdID, MF_BYCOMMAND | MF_CHECKED);
[line 235 in PluginsManager.cpp]

is executed, but it's like it has no effect (and I've disabled all other
"CheckMenuItem" to be sure it isn't unchecked somewhere else in loading process.

Maybe a problem with my windows... I'll try to reproduce on another computer.

______________________________________________________________________
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: 4
Date: Thu, 01 May 2008 12:21:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
        page    break
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=4939429
By: nobody

Menu_____ : TextFX
Submenu__ : TextFX Tools
Option___ : Insert ASCII Chart or Character

Copy the _FF_ character/symbol on the line starting with the number 12.
Press CTRL+Z to remove the chart again and paste the _FF_ wherever you want.


______________________________________________________________________
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: Thu, 01 May 2008 12:27:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: creating xml
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=4939435
By: nobody

Wot oo u meen?


______________________________________________________________________
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, 01 May 2008 12:30:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: For the
        wishlist ...
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=4939443
By: nobody

Wow, it's amazing how many thoughts you can read on these forums!


______________________________________________________________________
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: 7
Date: Thu, 01 May 2008 12:41:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
        page    break
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=4939471
By: nobody

You can also type it in: while pressing and holding down the left ALT button,
press 012 (or 0012) on the numeric keypad. Release the ALT button et voil?!


______________________________________________________________________
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: Thu, 01 May 2008 13:29:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
        page    break
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=4939573
By: nobody

Its also in the shortcutmapper: under scintilla, look for SCI_FORMFEED or 
something
like that. Itll insert FF.

______________________________________________________________________
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: 9
Date: Thu, 01 May 2008 13:53:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request: multiple files opening
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=4939595
By: nobody

I think it's comments like yours and the comments that Don himself made in the
post you linked to that really turn me off from this editor.

Why would I want to support people that don't have the common decency to be
civil?

______________________________________________________________________
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: Thu, 01 May 2008 13:55:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
        page    break
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=4939598
By: nobody

Yes, it is.

Menu_____ : Settings
Option___ : Shortcut Mapper...
Button___ : Scintilla commands
Line 12__ : SCI_FORMFEED

Double click on this line 12 and you can set a shortcut to your liking to easily
insert a Form Feed / Pagebreak into your document.

You could set it to ALT+Enter, for 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=331754



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

Message: 11
Date: Thu, 01 May 2008 15:47:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9 Workers' Day's 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=4939723
By: vorenus

This a nice release, I especially love the 'mark all' feature. 

I found a tiny freeze-bug, though.

If you have two files open, one a large file with many lines (like a Windows
header file) and another tiny file (just a simple text file with a few lines),
then switch from the small file tab to the large file tab, the whole program
freezes for a few seconds.

It does this every time you switch back to the large file. It eventually 
unfreezes
each time, but I was wondering what makes it freeze like this? This bug didn't
exist in the 4.8 release (as far as I can remember).

______________________________________________________________________
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: Thu, 01 May 2008 16:05:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: For the
        wishlist ...
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=4939750
By: nobody

Does N++ work in Windows Vista 64??

Please let it be so!

______________________________________________________________________
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, 01 May 2008 17:07:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9 Workers' Day's 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=4939826
By: nobody

Perhaps horizontal scroll bar length recalculation?


______________________________________________________________________
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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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

_______________________________________________
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 24, Issue 3
************************************************

Reply via email to