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: 一些建議
      (SourceForge.net)
   2. [notepad-plus - Help] RE: How to find </div>? (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
   4. [notepad-plus - Help] Rep $,      The RegEx to search is formed
      Badly (SourceForge.net)
   5. [notepad-plus - Help] RE: Rep $,  The RegEx to search is
      formed Badly (SourceForge.net)
   6. [notepad-plus - Help] How to: copy lines by       regex using
      TextFX Viz (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Wish List:   I'd like to
      set a color for func.. (SourceForge.net)
   8. [notepad-plus - Plugin Development] from  ultraedit to
      notepad++ (SourceForge.net)
   9. [notepad-plus - Help] RE: Html tidy       download-question
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Hexeditor    is gone after
      installing 4.8.2 (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: block mode? (SourceForge.net)
  12. [notepad-plus - Help] RE: Rep $,  The RegEx to search is
      formed Badl (SourceForge.net)
  13. [notepad-plus - Plugin Development]       MultiClipboard 1.4.1
      (SourceForge.net)


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

Message: 1
Date: Mon, 10 Mar 2008 14:25:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Open Discussion] RE: 一些建議
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=4827984
By: donho

It's an English forum, so write in Englissh, if you want to get the answer.

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



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

Message: 2
Date: Mon, 10 Mar 2008 14:29:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to find
        </div>?
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=4827993
By: boivan

Thank you Thomas, html tag plugin is rihgt for me. 

______________________________________________________________________
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: Mon, 10 Mar 2008 12:33:38 -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=4827741
By: parcley

As i have more oberon questions, is there a way to message you without reposting
here so that this particular thread can be for downloads and release stuff...

______________________________________________________________________
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: Mon, 10 Mar 2008 14:43:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Rep $,       The RegEx to
        search is formed Badly
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=4828021
By: nobody

When I try to replace the regular Expression $ (end of line) for a Comma (for
example for building SQL Insert) NotePad++ Let me replace (CTRL + F) with button
[Replace], but not with the Button [Replace All]: It gives the message "The
Regular Expression to search is formed Badly"



______________________________________________________________________
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: Mon, 10 Mar 2008 15:17:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Rep $,   The
        RegEx to search is formed Badly
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=4828103
By: nobody

This is probably because there is nothing to replace. $ is just a marker for
the end of the line.

In order to replace anything, you have to select something.
$ doesn't select, but will move the cursor to the end of the line.

Being able to replace that in the CTRL+F dialog is a bug, actually.
If you try this by using the CTRL+R dialog, you'll get the correct message,
saying a selection is required.

The trick to solve your problem is to select any character before the end of
the line by simply putting (.) before the $.

In the replace field enter \1, which will put the . (any character) back and
add a comma.

As an alternative, you can select the linebreak by pressing End on any line
and then SHIFT + CursorRight.
Press CTRL+R to open the advanced Find/Replace dialog.
The linebreak has already been copied to the Find field.
Press TAB to move to the Replace field.
Press CTRL+A to select the current contents.
Press , and CTRL+M to replace those by a comma and a linebreak.
Uncheck regular expression.
Replace all occurrences.

You may want to turn on Wrap mode or start again from the top of the document
after pressing CTRL+Home in 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: 6
Date: Mon, 10 Mar 2008 16:00:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to: copy lines
        by      regex using TextFX Viz
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=4828189
By: nobody

I just ran into this long-time-ago message when doing some lookups for regex
handling.

It's quite interesting that this hasn't been brought up, mentioned, or referred
to the last year. I, for one, can't recall. So here's just a reminder.

This thread and particular message simply demonstrate how a selection (copy)
can be made out of a document by showing or hiding lines containing a certain
regular expression or regex.

Thread "search and..." on the Help forum:
http://sourceforge.net/forum/forum.php?thread_id=1621190&forum_id=331754

Message "RE: search and...":
http://sourceforge.net/forum/message.php?msg_id=4054972

Contents below edited for general use:

RE: search and...
By: Chris Severance (severach) - 2006-12-11 19:48

TextFX Viz can do this for you.

First, copy the regex to the clipboard.

Turn on TextFX Viz Settings | Viz Text Search Regex:
Menu____ : TextFX
Submenu_ : TextFX Viz Settings
Option__ : Viz Text Search Regex (check this option)

Then select TextFX Viz Show / Hide Lines with(out) (Clipboard) text.
Menu____ : TextFX
Submenu_ : TextFX Viz
Options_ : Hide/Show Lines with(out) (Clipboard) text

Tools to copy (in)visible lines to the clipboard are listed below these options,
in the third and last group.


______________________________________________________________________
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, 10 Mar 2008 16:07:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Wish
        List:   I'd like to set a color for func..
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=4828207
By: nobody

Only Function List

______________________________________________________________________
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, 10 Mar 2008 16:31:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] from
        ultraedit to 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=4828245
By: nobody

i'm changing from ultraedit to notepad++ and I have 2 tasks that I can't do
and I need yours help :)
In ultraedit there is the colomn-mode(alt+u), does n++ have this?
and how can I activate an automatic syntax highlighting for the jsp?

Every time I need to go to Language-->Java but I'm sure that there is other
way, right?

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



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

Message: 9
Date: Mon, 10 Mar 2008 16:32:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Html tidy
        download-question
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=4828247
By: boivan

Don't answer my question before. I could download html tidy at last, opened
it and I have it on the desk. I made an empty textfile in the NPPTextFX and
named it to tidycfg.ini according to instructions. Is it right or shall I copy
something in it? When I open TextFX -> TextFX HTML Tidy -> Refresh Menu from
TidyCFG.INI, nothing happens.

______________________________________________________________________
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: 10
Date: Mon, 10 Mar 2008 17:37:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Hexeditor       is gone after installing 4.8.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=4828341
By: nobody

http://sourceforge.net/forum/forum.php?thread_id=1963365&forum_id=331753

"In the version 4.8.2, the HexEditor plugin is removed by installer due to its
incomparability with the updated Scintilla component (v1.75). However, if you
don't use non-western characters unicode input, you can get it here :
https://sourceforge.net/project/showfiles.php?group_id=189927 "



______________________________________________________________________
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: 11
Date: Mon, 10 Mar 2008 17:56:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        block 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=4828365
By: pshute

There is a column editor (alt+C) that allows you to insert text or a series
of numbers in various bases.  See http://notepad-plus.wiki.sourceforge.net/FAQ
for a brief description.

______________________________________________________________________
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: Mon, 10 Mar 2008 18:01:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Rep $,   The
        RegEx to search is formed Badl
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=4828371
By: pshute

See also http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo for
a discussion of this common problem.

______________________________________________________________________
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: Mon, 10 Mar 2008 18:18:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        MultiClipboard 1.4.1
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=4828390
By: loonychewy

Dear Notepad++ users,

Here is a minor update to MultiClipboard plugin
- Shift-middle-click also implements cycling through clipboard items when "Show
Paste List" is unchecked (contributed by Bahman)
- Added version info that can be seen from the dll properties

Enjoy :-)
LoonyChewy.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 49
*************************************************

Reply via email to