Windows 7 Forums


Reply
Thread Tools

Looking for a good text editor

 
 
Allen
Guest
Posts: n/a
Thanked:
 
      10-26-2011
I would like to find a really good text editor that will run under Win7.
Twenty years ago I used SPF/PC, an almost perfect clone of the editor in
IBM's almost universal (back then) System Productivity Facility. It had
the great feature of being able to work with columns, so that if you
wanted to change the data, or insert new data, into the same location in
a group of records it would do it in a snap. The version I used was DOS
only, but there was a later Windows version which unfortunately sold for
almost $300 as I recall--not a problem if you have an employer who
realizes that time is money but out of reach for home use. That column
feature was a tremendous time (and money) saver. Anyone have a favorite
editor?

Incidentally, one thing I want to use it for is to edit the headers of
music files; I've tried several of the more common editors but
inexplicably they won't display all of the fields--including, of course,
the ones I'm most interested in.

Allen
 
Reply With Quote
 
 
 
 
Art Todesco
Guest
Posts: n/a
Thanked:
 
      10-26-2011
On 10/25/2011 10:04 PM, Allen wrote:
> I would like to find a really good text editor that will run under Win7.
> Twenty years ago I used SPF/PC, an almost perfect clone of the editor in
> IBM's almost universal (back then) System Productivity Facility. It had
> the great feature of being able to work with columns, so that if you
> wanted to change the data, or insert new data, into the same location in
> a group of records it would do it in a snap. The version I used was DOS
> only, but there was a later Windows version which unfortunately sold for
> almost $300 as I recall--not a problem if you have an employer who
> realizes that time is money but out of reach for home use. That column
> feature was a tremendous time (and money) saver. Anyone have a favorite
> editor?
>
> Incidentally, one thing I want to use it for is to edit the headers of
> music files; I've tried several of the more common editors but
> inexplicably they won't display all of the fields--including, of course,
> the ones I'm most interested in.
>
> Allen

Vim, it's free. It works well, IMO. It is an improved clone of the
Unix Vi. It also has context identification, where, for instance, if
editing a C file, it will color various constructs to make reading
easier. Get it at www.vim.org. But, it sounds like you may need
something more than a text editor. Are you editing a file that is
purely text?
 
Reply With Quote
 
Nil
Guest
Posts: n/a
Thanked:
 
      10-26-2011
On 25 Oct 2011, Allen <> wrote in
alt.windows7.general:

> Incidentally, one thing I want to use it for is to edit the
> headers of music files; I've tried several of the more common
> editors but inexplicably they won't display all of the
> fields--including, of course, the ones I'm most interested in.


Using a conventional text editor to edit the header of any common
format music file will corrupt it. Use a tag editor for that.
 
Reply With Quote
 
dweebken
Guest
Posts: n/a
Thanked:
 
      10-26-2011
On 26/10/2011 1:04 PM, Allen wrote:
> I would like to find a really good text editor that will run under Win7.
> Twenty years ago I used SPF/PC, an almost perfect clone of the editor in
> IBM's almost universal (back then) System Productivity Facility. It had
> the great feature of being able to work with columns, so that if you
> wanted to change the data, or insert new data, into the same location in
> a group of records it would do it in a snap. The version I used was DOS
> only, but there was a later Windows version which unfortunately sold for
> almost $300 as I recall--not a problem if you have an employer who
> realizes that time is money but out of reach for home use. That column
> feature was a tremendous time (and money) saver. Anyone have a favorite
> editor?
>
> Incidentally, one thing I want to use it for is to edit the headers of
> music files; I've tried several of the more common editors but
> inexplicably they won't display all of the fields--including, of course,
> the ones I'm most interested in.
>
> Allen

Have you tried Notepad++? It does column editing and works okay on my
Win7 X64 bit laptop. You can get it from here
http://notepad-plus-plus.org/ and it is free '(as in "free speech" and
also as in "free beer")'. Here's a link to the column editing help if
you wanna peek:
http://npp-community.tuxfamily.org/d...n-mode-editing
HTH

 
Reply With Quote
 
Andy Burns
Guest
Posts: n/a
Thanked:
 
      10-26-2011
Allen wrote:

> I would like to find a really good text editor that will run under Win7.


I still miss Wordpefect's PEdit for DOS.

> Incidentally, one thing I want to use it for is to edit the headers of
> music files;


For the simple fields, you can just type in new values in the bar at the
bottom of Windows 7 explorer, for other fields as others have said, get
an mp3tag editor
 
Reply With Quote
 
blues2use
Guest
Posts: n/a
Thanked:
 
      10-26-2011
On Tue, 25 Oct 2011 21:04:53 -0500, Allen wrote:

> I would like to find a really good text editor that will run under Win7.
> Twenty years ago I used SPF/PC, an almost perfect clone of the editor in
> IBM's almost universal (back then) System Productivity Facility. It had
> the great feature of being able to work with columns, so that if you
> wanted to change the data, or insert new data, into the same location in
> a group of records it would do it in a snap. The version I used was DOS
> only, but there was a later Windows version which unfortunately sold for
> almost $300 as I recall--not a problem if you have an employer who
> realizes that time is money but out of reach for home use. That column
> feature was a tremendous time (and money) saver. Anyone have a favorite
> editor?
>
> Incidentally, one thing I want to use it for is to edit the headers of
> music files; I've tried several of the more common editors but
> inexplicably they won't display all of the fields--including, of course,
> the ones I'm most interested in.
>
> Allen


Notepad++ and jedit are excellent text editors and mp3tag and Tagscanner
will edit mp3 metadata.

jedit - http://www.jedit.org/

mp3tag - http://www.mp3tag.de/en/

Tagscanner - http://www.xdlab.ru/en/index.htm

HTH
 
Reply With Quote
 
Ed Cryer
Guest
Posts: n/a
Thanked:
 
      10-26-2011
On 26/10/2011 03:04, Allen wrote:
> I would like to find a really good text editor that will run under Win7.
> Twenty years ago I used SPF/PC, an almost perfect clone of the editor in
> IBM's almost universal (back then) System Productivity Facility. It had
> the great feature of being able to work with columns, so that if you
> wanted to change the data, or insert new data, into the same location in
> a group of records it would do it in a snap. The version I used was DOS
> only, but there was a later Windows version which unfortunately sold for
> almost $300 as I recall--not a problem if you have an employer who
> realizes that time is money but out of reach for home use. That column
> feature was a tremendous time (and money) saver. Anyone have a favorite
> editor?
>
> Incidentally, one thing I want to use it for is to edit the headers of
> music files; I've tried several of the more common editors but
> inexplicably they won't display all of the fields--including, of course,
> the ones I'm most interested in.
>
> Allen


I've found Editpadlite so quick to load large text files that I've
stayed with it.
http://www.editpadlite.com/

There's also a very small but extremely useful text-editing program
called "Delete lines". Yes, that's about all it does, but it can do
either "delete all" or "delete all but ..." lines that contain a certain
string, as a run option.
http://www.ab-tools.com/en/software/deletelines/

Ed

 
Reply With Quote
 
Jake
Guest
Posts: n/a
Thanked:
 
      10-26-2011
In article <>, Allen
<> said...
>
> I would like to find a really good text editor that will run under Win7.


http://www.editpadpro.com/

There is a free Lite version.

It was designed to be a programmer's editor, recognizes syntax of many
languages. I find it useful for day to day text stuff: the ability to
open a bunch of files and do search/replace across them all, many more
features.
 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      10-26-2011
blues2use wrote:
> On Tue, 25 Oct 2011 21:04:53 -0500, Allen wrote:
>
>> I would like to find a really good text editor that will run under Win7.
>> Twenty years ago I used SPF/PC, an almost perfect clone of the editor in
>> IBM's almost universal (back then) System Productivity Facility. It had
>> the great feature of being able to work with columns, so that if you
>> wanted to change the data, or insert new data, into the same location in
>> a group of records it would do it in a snap. The version I used was DOS
>> only, but there was a later Windows version which unfortunately sold for
>> almost $300 as I recall--not a problem if you have an employer who
>> realizes that time is money but out of reach for home use. That column
>> feature was a tremendous time (and money) saver. Anyone have a favorite
>> editor?
>>
>> Incidentally, one thing I want to use it for is to edit the headers of
>> music files; I've tried several of the more common editors but
>> inexplicably they won't display all of the fields--including, of course,
>> the ones I'm most interested in.
>>
>> Allen

>
> Notepad++ and jedit are excellent text editors and mp3tag and Tagscanner
> will edit mp3 metadata.
>
> jedit - http://www.jedit.org/
>
> mp3tag - http://www.mp3tag.de/en/
>
> Tagscanner - http://www.xdlab.ru/en/index.htm
>
> HTH


I found the tag format here.

http://en.wikipedia.org/wiki/ID3

Paul
 
Reply With Quote
 
J. P. Gilliver (John)
Guest
Posts: n/a
Thanked:
 
      10-27-2011
In message <4ea81855$0$28629$c3e8da3$>,
blues2use <blues2use@nospam_gmail.com> writes:
>On Tue, 25 Oct 2011 21:04:53 -0500, Allen wrote:

[]
>> Incidentally, one thing I want to use it for is to edit the headers of
>> music files; I've tried several of the more common editors but
>> inexplicably they won't display all of the fields--including, of course,
>> the ones I'm most interested in.
>>
>> Allen

>
>Notepad++ and jedit are excellent text editors and mp3tag and Tagscanner
>will edit mp3 metadata.
>
>jedit - http://www.jedit.org/
>
>mp3tag - http://www.mp3tag.de/en/
>
>Tagscanner - http://www.xdlab.ru/en/index.htm
>
>HTH


Or even good old WinAmp (I use 5.61) -
http://www.oldversion.com/Winamp.html, and VLC, can do mp3 tags. (In
WinAmp you right-click the scrolling filename, or alt-3.)
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G.5AL-IS-P--Ch++(p)Ar@T0H+Sh0!:`)DNAf

Being punctual makes people think you have nothing to do.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AcePad Application (Coded by Ace) Ace Software 16 08-10-2011 01:30 PM
Good co-op PS3 games? Ian Off-Topic Discussion 9 02-15-2011 02:52 AM
GetDiz Text Editor Nibiru2012 Free Software Database 0 11-23-2010 05:06 AM
Is CA Internet Security Suite 2010 any good? catilley1092 Security 9 06-28-2010 11:30 AM
Cleartype and Text capture software mtheriault Windows 7 Support 4 10-29-2009 09:32 AM


All times are GMT +1. The time now is 11:39 AM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33