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] Macro works,        but throws exception
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Standard way of
      adding a menu? (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: quit      message
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] How to launch    a C file
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: quit      message
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] Colum?? (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Colum?? (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Column Mode (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: mIRC      highlights?
      (SourceForge.net)
  10. [notepad-plus - Help] QuickText HowTo posted in   the Wiki
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] Notepad locks    a directory on
      windows Vista (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: mIRC      highlights?
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad      locks a
      directory on windows Vist (SourceForge.net)


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

Message: 1
Date: Sat, 13 Oct 2007 13:09:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Macro works, but
        throws exception
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=4567332
By: legion_grey

I wrote a macro to save a document and immediately close it and NP++.  When
I run the macro, everything happens correctly except Windows XP catches an 
exception.
Besides turning off "error reporting" for NP++, how can I avert the exception
and the corresponding error message?  Let me know if I should submit as a bug.

The macro is:

        <Macro name="Save and Close" Ctrl="yes" Alt="no" Shift="no" Key="83">
            <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
            <Action type="2" message="0" wParam="41003" lParam="0" sParam="" />
                        <Action type="2" message="0" wParam="41011" lParam="0" 
sParam="" />
        </Macro>

I am using version 4.1.2.  I can post the full error reporting message if it
will help.  I didn't post it here because of its length.

______________________________________________________________________
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: Sat, 13 Oct 2007 14:36:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Standard way of adding a menu?
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=4567405
By: donho

The only way (for me) to do what you want is (even though it's not recommanded)
:

1. Keep using the plugin interface normally (don't return NULL for GetName()
function.)
2. Use GetMenu() to have menu handle .
3. Add your new menu entry and remove the old menu entry by using the menu 
handle
you've got.

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: 3
Date: Sat, 13 Oct 2007 15:25:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        quit    message
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=4567441
By: donho

OK, I see the problem.

The notification message NPPN_SHOUTDOWN will be added in Notepad++ v4.4

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: 4
Date: Sat, 13 Oct 2007 16:51:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How to
        launch  a C file
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=4567516
By: nobody

I wrote a program with Notepad ++

#include (stdio.h)
#include (conio.h)
void main()
{
printf("Hallo Welt");
getch();
}

but i dont know how to launch this file. Maybe i muss install extra software.

Thank you for helping. 

______________________________________________________________________
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: Sun, 14 Oct 2007 01:36:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        quit    message
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=4567735
By: zobo

Thanks, this helps a lot.
I'll check it out when it gets to SVN.

Best,
-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: 6
Date: Sun, 14 Oct 2007 02:11:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Colum??
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=4567764
By: nobody

Hi,
I'm not a C or C++ deveopper so I cannot write my own pluging
Perhaps somebody can code it (if it's good)

I oen usue Notepad to comare file with ASCII str?ngs
for example 

file1.txt

11234
23564
12562
42411
45144

File2.txt

11545
41215
41210
32112
30214
98787

I want to merge them butwith colums to ge tha
11234   11545
23564   41215
12562   41210
42411  ...
45144
or mixing them one line of each fie 


Perhaps this function is available but I don't found it
Can You help me

Papy

______________________________________________________________________
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: Sun, 14 Oct 2007 02:25:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Colum??
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=4567773
By: steakhacher

Hi

Even if notepad++ is not the best for column mode, this is possible.
You just have to make a column selection of the block you want in file 2 by
maintaining the alt key when making selection and make copy then you just need
to place cursor at the place that you want to insert text and make paste.

I hope that it help you

______________________________________________________________________
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: Sun, 14 Oct 2007 03:46:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Column Mode
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=4567819
By: salocin13

coucou steakhacher,

I had in the french forum an interresting chat with Don on the virtual
spaces(http://sourceforge.net/forum/forum.php?thread_id=1816705&forum_id=731514).
Indeed as you mention this is a limitation of scintilla, but the issue here
is also that Don is unfortunatly not convinced of the interrest... (by the way
looking again in the thread I see that you joined it also ;o)

Let's say that for him there are too many side effects and that the requirements
are as such not clear enough to offer us this functionality in place of
scintilla.
Maybe the idea would be to try to make the requirements clear from the previous
thread... and to propose them as such to Don.

w.k.r

Nico


______________________________________________________________________
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: 9
Date: Sun, 14 Oct 2007 04:06:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        mIRC    highlights?
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=4567837
By: nobody

Anyone?

______________________________________________________________________
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, 14 Oct 2007 04:18:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] QuickText HowTo
        posted in       the Wiki
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=4567844
By: codenexus

I've added a Basic QuickText Howto into the wiki for further reference.  Go
take a look and correct any errors or make improvements.  :)

http://notepad-plus.wiki.sourceforge.net/QuickText+HowTo

______________________________________________________________________
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, 14 Oct 2007 05:23:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad
        locks   a directory on windows Vista
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=4567863
By: nobody

open a file in Notepadd++ 4.3
platform Windows Vista
delete the directory (windows will say that another application is using the
file)
close the file
try to delete again the directory containing the file
Vista doesnt let you to do so until notepad is closed

______________________________________________________________________
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: Sun, 14 Oct 2007 05:50:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        mIRC    highlights?
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=4567877
By: donho

Use User Defined Language Dialog to define it.

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: Sun, 14 Oct 2007 06:01:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad locks a directory on windows Vist
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=4567883
By: donho

http://notepad-plus.wiki.sourceforge.net/FAQ

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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 17, Issue 36
*************************************************

Reply via email to