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: Delete lines that       contain a certain
      strin (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: SAS       Syntax
      Highlighting (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Features     Requests: Tcl
      (API+Function List (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Java      Compiler Plugin
      Needed.... (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: New       Explorer,
      Function List and HexEdit (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC 2
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] substitute       notepad with
      notepad++ completely (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: New       Explorer,
      Function List and HexEdit (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC 2
      (SourceForge.net)


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

Message: 1
Date: Wed, 24 Jan 2007 23:07:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Delete lines
        that    contain a certain strin
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=4121162
By: bullock

Search for the first instance of 'XYZ'.  Having found it, record a keystroke
macro that deletes the entire line, then searches for the next instance.  Play
the macro using the "Run until end of file" option.  The macro can be

<End> <Home> <Home> <Shift-Down> <Delete> <F2>

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



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

Message: 2
Date: Wed, 24 Jan 2007 23:42:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        SAS     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=4121192
By: nobody

Hi, Anonymous (nobody) - 2007-01-05 18:02!
This works great, I'm going to look into it asap and put the results here.

Greetings
witecat

______________________________________________________________________
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, 25 Jan 2007 00:54:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Features        Requests: Tcl (API+Function List
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=4121266
By: nobody

In reply to my own post...
I've begun to make a tcl.api file which is available there :
http://www.filefactory.com/file/83e2f0/
Hope this could be a base to a more complete one.

______________________________________________________________________
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: Thu, 25 Jan 2007 02:51:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Java    Compiler Plugin Needed....
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=4121421
By: nobody

Hello everyone,
I also searching for such a plugin to compile and execute a java source like
in Textpad. The first answer says, I would find the plugin in the installer.
Sorry, but I don't understand this answer. I can't find something like a java
compiler. And the given link is only the list about the integrated functions
of n++.

Where can I find the plugin or can someone make such a plugin?

It must execute the javac.exe from the jdk for comiling and it must execute
in second part the java.exe from the jdk or jre with the exactly named 
.class-file.
That would be perfect.

Greetings from germany

______________________________________________________________________
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: Thu, 25 Jan 2007 03:35:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer, Function List and HexEdit
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=4121480
By: rocky_stone

Hi, I found an issue with Explorer plugin and I post it here, because I'm not
sure if plugins bugs should be in the bugtracker (also I hope it might get fixed
in the official release):

OS is Windows XP SP2, Notepad++ 4.0 RC2

When I do the steps below, Notepad++ crashes with the following crashinfo:
   AppName: notepad++.exe        AppVer: 4.0.0.0         ModName: explorer.dll
   ModVer: 1.0.0.0               Offset: 00002f82
This reproduces every time for me.

Steps to reproduce:
1. Create a Folder Link in Favourites (Name: 'Install', Link: 'C:\Install')
2. Doubleclick the link - you are directed to Explorer pane and C:\Install 
dierctory
is selected
3. Right click any item in lower Explorer pane - Notepadd++ creshes 
(consequently
any changes done are lost)

If I first click somewhere in upper pane (i.e. the dierctory tree) everting
is fine and the context menu is shown, when  item in lower pane (i.e. directory
contents) is right click-ed.

Best Regards,
Rocky

______________________________________________________________________
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: Thu, 25 Jan 2007 04:52:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC 2
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=4121559
By: nobody

I currently use the Explorer plugin with NP++ ver 3.9 and am very pleased. 
The Explorer window remembers its location and opens automatically with NP++
(if it was open when NP++ was last closed).  Anyway, it opens up instantly,
no delay regardless if external devices are loaded in the directory tree.  My
question is, now that Explorer is integrated into NP++ 4.0 (specifically this
RC2 version), why has the performance become so poor?  Is it only the loading
of the shell icons you mentioned?  If so, can this be removed or at least 
optionally
disabled?  Something has changed to make the Explorer plugin much less usable
and effectively crippling NP++...my question is basically "Is that change, 
whatever
it was, necessary?"

______________________________________________________________________
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: Thu, 25 Jan 2007 05:22:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        substitute      notepad with notepad++ completely
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=4121604
By: nobody

Hi,
I've seen this somewhere, but I'm not able to find it anywhere..

Cheers,
Marno

______________________________________________________________________
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: 8
Date: Thu, 25 Jan 2007 05:33:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer, Function List and HexEdit
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=4121631
By: nobody

Yes, you are right. Thanks a lot.

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: 9
Date: Thu, 25 Jan 2007 05:38:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC 2
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=4121640
By: nobody

Shell icons were often requested and for me this is a reason to provide it.
I dont know your OS system, but normaly it doesn't take much time.


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


End of Notepad-plus-plus Digest, Vol 8, Issue 46
************************************************

Reply via email to