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: [featutre    Request]
      column selecting (SourceForge.net)
   2. [notepad-plus - Help] RE: replace multiple lines (SourceForge.net)
   3. [notepad-plus - Help] RE: Help replacing  something
      (SourceForge.net)
   4. [notepad-plus - Help] how to define function      list for this?
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: [featutre    Request]
      column selecting (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: [featutre    Request]
      column selecting (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: [featutre    Request]
      column selecting (SourceForge.net)
   8. [notepad-plus - Open Discussion] 64bit (SourceForge.net)
   9. [notepad-plus - Help] RE: replace end Line        character!
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] Feature  request. FTP support
      (SourceForge.net)
  11. [notepad-plus - Help] RE: unicode fonts (SourceForge.net)
  12. [notepad-plus - Help] RE: replace end Line        character!
      (SourceForge.net)


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

Message: 1
Date: Sun, 25 Nov 2007 17:04:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [featutre       Request] column selecting
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=4641766
By: pshute

I learnt it by trial and error, and searching these forums.  If you come across
some documentation about it, let me know.  Or you could write some and add it
to the Wiki at http://notepad-plus.wiki.sourceforge.net.

If you press control+r, one of the boxes in the form that comes up contains
"#-# column".  Replace that text with a range of columns, e.g. 23-57.  Then
the find/replace operation will only be performed on those columns.  It will
be performed on every row - I don't think you can operate on both a selection
and a column range.

You can also manually do a column selection by selecting the top left corner
of the block, then pressing alt+shift while moving the cursor to the lower right
corner of the selection.  I have known this for a while, but was under the 
impression
that it was not useful for large files because you can't also press control+end
to quickly get to the bottom.  I just down holding down page-down instead, and
it got me to the bottom of a 1600 line file in an instant.  This technique may
also be worth investigating for you.

______________________________________________________________________
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: Sun, 25 Nov 2007 17:11:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: replace
        multiple lines
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=4641770
By: pshute

See http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo for tips
on how to do this.  You can do it, but for various reasons there are 
limitations.
Hopefully the workarounds are good enough to allow you to replace your editor.

Please don't be put off by our friendly troll.

______________________________________________________________________
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: Sun, 25 Nov 2007 17:15:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help replacing
        something
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=4641773
By: pshute

Your data may not be suitable, but another option is to try reading the file
into something like MS Excel.  If you tell it that the delimiters are " then
it might be able to get those numbers into columns you can operate on.

______________________________________________________________________
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: Sun, 25 Nov 2007 18:12:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to define
        function        list for this?
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=4641801
By: nobody

I have tried to define the function list version 2.0 alpha ; however only one
layer can be displayed in this situation.  What's wrong?  Would you please tell
me how to correct it?

Function list displays as follows:
Group1
 ==Item1
 ==Item2
(<--- sub-group doesn't appear)


original contents:

== Item1

++ sub-item1
+++

++ sub-item2
+++

===

== Item2
++ sub-item3
+++
===

The language parsing rule is defined as follows:
Group 1
Function Begin :==[ \t]+
Function List Name :[a-zA-Z0-9_]+ *[a-zA-Z0-9_]+ *[a-zA-Z0-9_]+ *[a-zA-Z0-9_]+

Body End :\<===\>


Sub-group 2
Subgroup of: Group 1

Function Begin :\++[ \t]+
Function List Name :[a-zA-Z0-9_]+ *[a-zA-Z0-9_]+ *[a-zA-Z0-9_]+ *[a-zA-Z0-9_]+
Body End :\+++ 



______________________________________________________________________
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: Sun, 25 Nov 2007 23:45:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [featutre       Request] column selecting
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=4642033
By: nobody

I think the best would be to handle comma- semicolon- tab-separated files in
a column select/edit way.

______________________________________________________________________
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, 26 Nov 2007 00:20:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [featutre       Request] column selecting
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=4642056
By: nobody

I just discovered the small column box after asking my question. Thank you for
your answer. It seems to work and take into account the space(s) occupied by
tabs. However, it seems that it also works on the column next to (after) the
last, which doesn't make it a very reliable method. That is, for the last 
change,
the column number shown on the status bar is one higher than the column number
entered in the box.

Also, when _replacing_ tabs by a single character, a line may get more changes
than expected beforehand, because of the adjusted columns. Since the text is
moved to the left the columns are re-arranged. The opposite is true, also. When
replacing text by tabs, it moves to the right and text intended to be replaced
may get out of "focus". In my simple test I just replaced each single character
or tab by either a tab or character. So beware, using column ranges may only
be safe when replacing by the same amount of characters and/or columns occupied
by them.

The column range does work with Selection NR also. When selecting a rectangular
space first and then pressing CTRL+R the Replace dialog will copy the selected
column range to the edit box.


______________________________________________________________________
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: Mon, 26 Nov 2007 00:38:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [featutre       Request] column selecting
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=4642077
By: nobody

Pshute
Thanks for the alt+shift trick
I usually work with files of 100K lines or more and unless you have excell 2007
you are limited to 65K I have to deal with files at times over 500k lines and
they are over 25MG in space!!
yes at times you can use find and replace but that actually takes longer than
selecting a few columns and deleting is faster
find and replace will not work for some of my columns as there is random 
charaters
that are in columns x wide and they need to be moved somewhere else
maybe some work needs to be done also on fixing the speed of adding / deleting
columns and also maybe the find replace function

ultraedit does columns much faster
I think column editing is an area where notepadd++ can be improved on.
I think the staff are doing a great job and the program only gets better

______________________________________________________________________
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, 26 Nov 2007 00:42:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 64bit
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=4642083
By: nobody

is there a 64bit version of the program?


______________________________________________________________________
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: 9
Date: Mon, 26 Nov 2007 00:46:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: replace end
        Line    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=4642090
By: nobody

The URL is death (404) and google cache already has forgotten it... what is
the new URL?

______________________________________________________________________
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, 26 Nov 2007 03:36:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        request. FTP support
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=4642286
By: nobody

I love Notepad++! i use it to develop web apps in PHP 5-XHTML. It would be the
best editor if you can add FTP support to open-save-update FTP files!

______________________________________________________________________
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, 26 Nov 2007 03:57:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: unicode fonts
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=4642313
By: nobody

workaround: create NEW (second after Notepad++ clear start) document - now you
may use correct unicode, that works 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: 12
Date: Mon, 26 Nov 2007 04:08:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: replace end
        Line    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=4642332
By: nobody

Look here:
http://sourceforge.net/forum/forum.php?thread_id=1876518&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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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 18, Issue 77
*************************************************

Reply via email to