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 - Plugin Development] Parsing &     Displaying
      Delimited Text (SourceForge.net)
   2. [notepad-plus - Help] RE: Compiling Java (SourceForge.net)
   3. [notepad-plus - Help] Find and replace (insert    Return
      character) (SourceForge.net)
   4. [notepad-plus - Help] RE: Find and replace        (insert Return
      character (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: How to       protect notepad++
      (SourceForge.net)
   6. [notepad-plus - Help] File Edited When Opening    Bug
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: How to       protect notepad++
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Parsing   & Displaying
      Delimited Text (SourceForge.net)
   9. [notepad-plus - Help] RE: Find and replace        (insert Return
      character) (SourceForge.net)
  10. [notepad-plus - Help] RE: Find and replace        (insert Return
      character) (SourceForge.net)
  11. [notepad-plus - Help] RE: Find and replace        (insert Return
      character (SourceForge.net)
  12. [notepad-plus - Help] RE: File Edited When        Opening Bug
      (SourceForge.net)


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

Message: 1
Date: Wed, 06 Feb 2008 07:42:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Parsing &       Displaying Delimited Text
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=4762794
By: nobody

I have text files that are tab delimited, and they are open in N++. I want N++
to recognize the tabs and the width of the text in each "column" (field), and
to space the tab stops so that all the data is displayed. Then, if those 
positions
can be overridden by letting me drag the tab stops around on a rules, I would
be golden.

Thanks!

Dave

______________________________________________________________________
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: 2
Date: Wed, 06 Feb 2008 08:04:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Compiling Java
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=4762841
By: nobody

Notepad++ has been wonderful for my HTML and PHP editing needs, but I don't
see Notepadd++ being effective for use as a Java IDE. If your looking for a
functional IDE for Java programming, I'd recommend using Netbeans or Eclipse.

______________________________________________________________________
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: Wed, 06 Feb 2008 08:25:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find and replace
        (insert Return character)
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=4762891
By: iconboy

I have a whole lot of entries listed as:
  <image><filename>
and would like to search and replace so the end result is so:
  <image>
  <filename>
i.e. there is a return/enter after <image>

I highlighted text on two lines and when I tried Search and Replace (Ctrl+H),
I get the "square" which represents Return/Enter in the search box but I cannot
copy it to the replace box. Anyone know how I can "type" the return character
in a text editor?
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=331754



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

Message: 4
Date: Wed, 06 Feb 2008 09:09:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
        replace (insert Return character
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=4762975
By: nobody

Use replace and select regular expressions. In the find area, type

(<image>)(<filename>)  -- essentially, take your search text and break it into
two groups

In the replace area, type

\1\r\n\2   -- \1 is the first group, \r\n is a carriage return and a new line,
\2 is the second group.

Click Replace All

If you don't know regular expressions, this won't make any sense, but I tested
it in np++...

-Cordially, Steve

______________________________________________________________________
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: Wed, 06 Feb 2008 10:03:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to      protect 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=4763068
By: nobody

lol :D

______________________________________________________________________
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: Wed, 06 Feb 2008 10:51:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] File Edited When
        Opening Bug
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=4763151
By: nobody

I have been experiencing a file opening bug in N++ 4.7.5.

How to reproduce:
- Open an ANSI text file in N++, test1.txt.
- Open test1.txt in notepad, make a change and then save and exit.
- Via Windows explorer, right click on test2.txt and open that in N++.
- When N++ window is brought to the foreground, it prompts to reload test1.txt.
- After reloading test1.txt, test2.txt shows up as edited (red icon).
- Hitting Undo removes the entire contents of test2.txt from the editor and
shows the file as unedited.



______________________________________________________________________
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: Wed, 06 Feb 2008 11:08:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to      protect 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=4763182
By: nobody

only discuss under the COS (cone of silence)

max

______________________________________________________________________
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: Wed, 06 Feb 2008 11:17:31 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Parsing & Displaying Delimited Text
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=4763198
By: nobody

Is there a reason to post this request on the Plugin Development forum?


______________________________________________________________________
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: Wed, 06 Feb 2008 11:25:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
        replace (insert Return character)
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=4763212
By: nobody

How do you distinct between the image and the filename?

If you know, you simply have to enter both characteristics into the Fiend field
of the advanced Find/Replace dialog (CTRL+R).

Past the same contents into the Replace field. Put the cursor between the image
description and the filename and press CTRL+M.

When you replace all occurrences, each filename should be separated from its
image description by a newline.

If your lines look something like:
"this is an image description",this is the filename.jpg

then enter in the Find field:
",

And in the Replace field:
",
Move the cursor in-between the " and , and press CTRL+M.


______________________________________________________________________
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: Wed, 06 Feb 2008 11:27:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
        replace (insert Return character)
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=4763214
By: nobody

Read some more about this in similar messages about end-of-line / newline 
characters
on this and other fora. Enter end-of-line or newline or CR+LF in the Search
edit box on top of this page.


______________________________________________________________________
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: Wed, 06 Feb 2008 11:30:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
        replace (insert Return character
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=4763223
By: iconboy

Thanks very much everyone!

______________________________________________________________________
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: Wed, 06 Feb 2008 12:15:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File Edited
        When    Opening Bug
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=4763294
By: nobody

This bug does not exist in N++ 4.6

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 21, Issue 19
*************************************************

Reply via email to