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 - Help] RE: Explorer plugin consumies CPU 100%
      ??? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Docked    and floating
      dialog problem (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: DBGP      just stopped
      working (SourceForge.net)
   4. [notepad-plus - Help] Problem with the View       User Define
      dialog (SourceForge.net)
   5. [notepad-plus - Help] Can I edit the Menu keyboard shortcuts?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Problem with the View   User Define
      dialog (SourceForge.net)
   7. [notepad-plus - Help] RE: Problem with the View   User Define
      dialog (SourceForge.net)
   8. [notepad-plus - Help] Issue with Recording Macro (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Docked    and floating
      dialog problem (SourceForge.net)
  10. [notepad-plus - Help] RE: Can I edit the Menu     keyboard
      shortcuts? (SourceForge.net)
  11. [notepad-plus - Help] PowerShell syntax   highlighting
      (SourceForge.net)
  12. [notepad-plus - Help] RE: PowerShell syntax       highlighting
      (SourceForge.net)
  13. [notepad-plus - Help] RE: Issue with Recording    Macro
      (SourceForge.net)


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

Message: 1
Date: Sun, 10 Feb 2008 11:28:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Explorer plugin
        consumies CPU 100% ???
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=4770099
By: nobody

Yes, the same problems.

I opened a lot of files from agent ransack in 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=331754



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

Message: 2
Date: Sun, 10 Feb 2008 11:32:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Docked  and floating dialog problem
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=4770105
By: zobo

Hello Fidvo

I managed to do a workarround. As described ealyer, WS_EX_CONTROLPARENT ExStyle
causes the default dialog handler to loop indefinetly when it does a previous
component search. It's strange to hell and back, that the search pointer ends
up looping on the DocingWindows components.
Anyway, one way arround is, to add this pesky style to all the relevant 
components
(that is hard, because the code can't just figure out what you're up to), the
other is to remove it from all components (much easier). No looping occures
this way. Probably some other strange stuff is going to be happening but this
is better than hanging the whole application.

I also added some code, so you can assign an icon to your form and it will be
used when docks are tabbed.

Since I'm still not going to release all of this (it's a mess to tell you),
I suggest you tell me how to get ahold of your latest code and I'll throw 
arround
a few functions for you. Tell me if this works for you.

Best regards,
-Zobo

______________________________________________________________________
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: Sun, 10 Feb 2008 11:36:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGP    just stopped working
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=4770109
By: captainp

I am so stupid. I completely forgot to turn on the token!!!

______________________________________________________________________
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: Sun, 10 Feb 2008 12:13:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Problem with the
        View    User Define dialog
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=4770154
By: mindfree

I don't know if you have the same problem, but on my PC the View --> User 
Define...
dialog does not fit on the screen, and the dialog cannot be resized. How can
one see what is at the bottom of the dialog?

______________________________________________________________________
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: Sun, 10 Feb 2008 12:16:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can I edit the Menu
        keyboard shortcuts?
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=4770159
By: mindfree

I would like to edit the main menu so that if I press Alt+p followed by i the
Simple Script plugin menu item would be opened. I don't know where I can 
configure
such a setting. I see that some other items in the Plugins menu are underlined,
indicating that such an arrangement could be made.

______________________________________________________________________
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: Sun, 10 Feb 2008 12:49:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem with
        the View        User Define dialog
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=4770199
By: nobody

Dock it and you will be able to scroll.


______________________________________________________________________
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: Sun, 10 Feb 2008 14:01:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem with
        the View        User Define dialog
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=4770287
By: mindfree

Excellent. Thank you very much.

______________________________________________________________________
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: Sun, 10 Feb 2008 15:49:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Issue with
        Recording Macro
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=4770381
By: glazeb

We are currently troubleshooting a recording macro issue.  This is regarding
bug tracker number 1883097.  The main issue is that we are unable to understand
what the variables regarding this macro mean.  Any assistance would be very
helpful.  Thanks in advance.

______________________________________________________________________
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: Sun, 10 Feb 2008 17:12:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Docked  and floating dialog problem
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=4770459
By: fidvo

Zobo:

You can just download the source for the latest published version (1.11) from
the Notepad++ Plugins Project page.  All the work I've done since then is in
a separate module so you don't have to worry about getting the modules out of
sync.

To help you wade through the various pieces of the module, ScriptWriter.pas
is the only module containing a docking form (ScriptWriterForm) in the plugin.
And of course, simplescriptplugin.pas is the module that sets up the menu and
creates the form.

Thanks so much for your hard work.

-Fidvo


______________________________________________________________________
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: Sun, 10 Feb 2008 17:18:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can I edit the
        Menu    keyboard shortcuts?
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=4770468
By: fidvo

You can't do it with 2 keystrokes like that, but you can assign a single 
keyboard
shortcut to open Simple Script.

You set these up using the Shortcut Mapper.

Settings->Shortcut Mapper...

Double-click "Simple Script" on the left to assign your preferred
key combination.


______________________________________________________________________
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: Sun, 10 Feb 2008 19:26:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] PowerShell syntax
        highlighting
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=4770562
By: nobody

I am trying to get PowerShell syntax highlighting to work.  In doing so, I found
Jon Galloway's language definition information from 11/2006.  Jon's files found
at http://tools.veloc-it.com/tabid/58/grm2id/20/Default.aspx
I have done the file modifications, except the new versions of N++ seem to 
require
the following maodifications from Jon's information:
        -KeywordLists moved to langs.model.xml (and langs.xml) node called 
Language
        -Styles moved to stylers.model.xml
However, I am not seeing any results from doing these modifications.
Another, why isn't PSH a default language in N++ by now?
Any thoughts?
Thanks
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: 12
Date: Sun, 10 Feb 2008 19:27:31 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: PowerShell
        syntax  highlighting
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=4770563
By: nobody

DOH, Delete This One as it is old.

______________________________________________________________________
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: Sun, 10 Feb 2008 20:08:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Issue with
        Recording       Macro
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=4770591
By: bullock

For each macro step,

  (1) the first parameter is an integer indicating the type of step: 
    0 = Windows WM_NOTIFY message, using an integer LPARAM,
    1 = Windows WM_NOTIFY message, using a string parameter,
    2 = Windows WM_COMMAND message (i.e., a menu command).

  (2) the second parameter is an integer indicating the message id.  Typically,
this is a Scintilla message, one of the SCI_XXX constants in the file
  scintilla\include\Scintilla.h

  (3) the third parameter is an integer giving either
    (a) the WPARAM parameter, for type 0 or type 1 macro steps, or
    (b) the menu command id, for type 3 macro steps -- these ids are defined
in the file
    PowerEditor\src\resource.h

  (4) the fourth parameter is an integer giving the LPARAM parameter, for type
0 or type 1 macro steps,

  (5) the fifth parameter is the value of the string constant for type 1 macro
steps.

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


End of Notepad-plus-plus Digest, Vol 21, Issue 34
*************************************************

Reply via email to