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] RE: NppExec plugin error (SourceForge.net)
2. [notepad-plus - Help] RE: Notepad++ 4.0.2 crash (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Notepad ++ for MacOS X?
(SourceForge.net)
4. [notepad-plus - Plugin Development] RE: New explorer plugin
available (SourceForge.net)
5. [notepad-plus - Help] notepad++ crashes with cmd command
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: User Define Dialog size
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Protect Users From Our
Own Mistakes (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 10 Apr 2007 12:52:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NppExec plugin
error
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=4253999
By: dv__
explorer.exe is not a console application. You must call it this way:
npp_run explorer
The difference between commands with npp_run and without it is the following:
1) when you type "npp_run <executable>" the plugin uses WinExec() function (look
in Win API documentation)
2) when you type "<executable>" (without npp_run prefix), the plugin uses
CreateProcess() function (look in Win API documentation)
For example, type this:
calc
and press Enter. You will see "Process started >>>" until you close the
Calculator.
Then you'll see "<<< Process finished".
Now type this:
npp_run calc
and press Enter. You will not see "Process started >>>" because with "npp_run"
the Calculator is started as external process (with WinExec) and the plugin
does not handle it.
Talking about your questions - it is just a behaviour of system function
CreateProcess() and I can not change it.
______________________________________________________________________
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: Tue, 10 Apr 2007 17:22:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.0.2
crash
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=4254300
By: jivemastert
I can't think of many programs that will open a 600mb text file. I'd see about
writing something to break it up or parse it.
______________________________________________________________________
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: 3
Date: Tue, 10 Apr 2007 23:20:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad ++ for MacOS X?
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=4254575
By: nobody
+1 +1 +"a lots" (Me, my wife and my friends...:))
______________________________________________________________________
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: Wed, 11 Apr 2007 00:41:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New explorer plugin available
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=4254661
By: nobody
Network is currently not implemented. Sorry. It will be available in a later
version. Until then, take the LiteExplorer by Jose. Download here:
http://sourceforge.net/projects/npp-plugins/.
Best Regards
Jens
______________________________________________________________________
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: 5
Date: Wed, 11 Apr 2007 01:43:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] notepad++ crashes
with cmd command
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=4254737
By: nobody
hello
i think notepad++ is a great text editor but there is one thing that is bad
about it. when you do the cmd command. it crashes when notepad++ is already
open. If you give it any argument to the notepad++, it will crash. does anyone
know how to fix that?
______________________________________________________________________
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: Wed, 11 Apr 2007 03:42:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: User
Define Dialog size
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=4254900
By: nobody
Hmmm.. I think I had this problem once, can't say for sure but I think you can
dock it or something which fixes the problem. Hope that helps!
______________________________________________________________________
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: 7
Date: Wed, 11 Apr 2007 03:49:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Protect Users From Our Own Mistakes
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=4254908
By: nobody
I think that would be useful!
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 11, Issue 17
*************************************************