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 - Open Discussion] RE: Launch "as   notepad"
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Multiline    regular
      expressions (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Command      Line Switch /p
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Can one      fall in love
      with a computer prog (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Multiline    regular
      expressions (SourceForge.net)
   6. [notepad-plus - Help] RE: Delete lines that       contain a certain
      strin (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Please       make the Linux
      version of Notepad+ (SourceForge.net)
   8. [notepad-plus - Help] RE: Delete lines that       contain a certain
      strin (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
  11. [notepad-plus - Help] Color scheme (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: Base64    Plug-In
      feature request (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Feature      request: call
      setInfo first (SourceForge.net)


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

Message: 1
Date: Mon, 17 Mar 2008 11:53:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Launch "as      notepad"
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=4843608
By: nobody

How exactly do I use dolocalconf.xml to do this?  I'm unfamiliar with how to
use XML to control config for NPP.

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=331753



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

Message: 2
Date: Mon, 17 Mar 2008 11:53:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Multiline       regular expressions
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=4843609
By: nobody

Just two remarks when taking a quick look at this wiki:

1. I can't believe that for such a common feature a totally different approach
is mentioned first. Does anyone know what a Hex editor is? If this would be
the way to go, then just throw away the find/replace dialogs. If you want to
be informative, just add such a topic at the end of the regular explanation.
If I am cycling and asking someone "How can I get there?" I am not curious to
hear that I get there fastest by train.

2. "$ matches newlines" is technically not correct. It would be better to state
that ^ matches newlines, because this precedes newlines. So it will always be
found when searched for. Will $ be matched for the last line if it has
no linebreak?


______________________________________________________________________
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: 3
Date: Mon, 17 Mar 2008 11:54:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Command Line Switch /p
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=4843610
By: nobody

Yes, it is desired by the entire computing world! MUST HAVE!


______________________________________________________________________
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: Mon, 17 Mar 2008 11:55:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Can
        one     fall in love with a computer prog
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=4843614
By: nobody

Oh, I had a wet dream...


______________________________________________________________________
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: Mon, 17 Mar 2008 12:26:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Multiline       regular expressions
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=4843692
By: nobody

> Just two remarks when taking a quick look at this wiki: 
 
> 1. I can't believe that for such a common feature a totally different approach
is mentioned first. Does anyone know what a Hex editor is? If this would be
the way to go, then just throw away the find/replace dialogs. If you want to
be informative, just add such a topic at the end of the regular explanation.
If I am cycling and asking someone "How can I get there?" I am not curious to
hear that I get there fastest by train.
 
> 2. "$ matches newlines" is technically not correct. It would be better to
state that ^ matches newlines, because this precedes newlines. So it will always
be found when searched for. Will $ be matched for the last line if it has no
linebreak?

Wow.  Let me jump in here.  I don't know that much about N++ but I certainly
know what a hex editor is (my God, N++ is a "programmer's editor" too).  Advice:
take a train.

^ isn't going to solve the problem anymore than $

Please take the train.

______________________________________________________________________
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: 6
Date: Mon, 17 Mar 2008 12:38:24 -0700
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=4843725
By: nobody

Except that only works if you don't have 2 bookmarks in a row.

______________________________________________________________________
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: Mon, 17 Mar 2008 13:00:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Please  make the Linux version of Notepad+
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=4843782
By: nobody

Xokaido,

the scintilla editor with is the base code of notepad++ is linux compatible.
maybe this is good for you.
http://www.scintilla.org/

Trpplayer79

______________________________________________________________________
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: Mon, 17 Mar 2008 13:02:55 -0700
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=4843785
By: nobody

Of course, it would be better to remove the Bookmark first and then remove the
line.

But just forget about macro's completely. Do what you want to do by using the
right tools for it. Take a look at this message and the Text FX Viz menu. You
will probably find the solution there yourself:

"How to: copy lines by regex using TextFX Viz"
http://sourceforge.net/forum/forum.php?thread_id=1964719&forum_id=331754

______________________________________________________________________
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: Mon, 17 Mar 2008 13:07:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web 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=4843795
By: alexiljin

Version 1.0 of the WebEdit plugin is available. Changes:
- The plugin now has 15 menu slots for user-defined functions read from
WebEdit.ini.
- Added WebEdit.txt file with the plugin description.
- The plugin is not as tiny as it used to be, because I had to link the runtime
library.

Download links (36 Kb):
http://rapidshare.com/files/100297005/WebEdit1.0.zip.html
http://disk.tom.ru/h436y2r


______________________________________________________________________
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: Mon, 17 Mar 2008 13:58:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web 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=4843903
By: parcley

ok, beyond imagining. amazing.

and the "not tiny" sure it's a whopping ~45k but most plugins clock in at +100k.
this is simply amazing. one thing i noticed and it might not be avoidable. in
the shortcut mapper, the names of the plugins don't show up. however, they are
in the correct order so as long as you know the order they're listed in it's
not that big a deal.

seriously, Don needs to add this one to the NP++ website.

simply amazing.

Great Work Alexander!

______________________________________________________________________
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: 11
Date: Mon, 17 Mar 2008 14:40:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Color scheme
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=4843984
By: diegogarciamend

Hi people,

i want to know if there's any way to install a color scheme or how can i save
my color scheme, that's the only thing i don't like on this editor.

It's so good but when u try to change the colors... gosh... it's so frustrating
so if i will do that i want to save those changes.

______________________________________________________________________
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: Mon, 17 Mar 2008 14:42:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Base64  Plug-In feature request
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=4843986
By: nobody

It would also be nice if the Base64 Plug-In warned when trying to decode 
incorrect
characters instead of always decoding it into one and the same set of bits.

It's possible to "decode" anything, now, but of course this does not always
give valid results.


______________________________________________________________________
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: Mon, 17 Mar 2008 15:37:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request: call setInfo first
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=4844086
By: donho


May I know where you initialize the menu item? 
ie. funcItem[n]._itemName 

In "case DLL_PROCESS_ATTACH:" of DllMain?

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: 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 22, Issue 76
*************************************************

Reply via email to