Looking for a Text Editor ...

A

Ahoy Mate

.... must be small freeware, not require any additional adjunct library files
(.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature should
(IMHO)
be available as the *only* necessary highlighting feature of any text
editor. Line highlighting,
that overwhelmingly is found on most text editors just doesn't make sense to
me, since you
can accomplish that with a columnar block as well.
 
B

Blinky the Shark

Ahoy said:
... must be small freeware, not require any additional adjunct library files
(.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature should
(IMHO)
be available as the *only* necessary highlighting feature of any text
editor. Line highlighting,
that overwhelmingly is found on most text editors just doesn't make sense to
me, since you
can accomplish that with a columnar block as well.

I've felt that lack odd, as well, having been used to it in the past;
it seems like it should be a more common feature. I wish I had a
freeware lead for you, but all I can do this time is agree with you.
 
G

Grod

Ahoy Mate said:
... must be small freeware, not require any additional adjunct library files
(.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature should
(IMHO)
be available as the *only* necessary highlighting feature of any text
editor. Line highlighting,
that overwhelmingly is found on most text editors just doesn't make sense to
me, since you
can accomplish that with a columnar block as well.

gvim is free and has columnar block operations (referred to as Visual
Blocks in gvim) as well as line oriented ones. Its exe will fit on a
diskette. It does come with tons of associated files but I don't
think you have to use any of them. See

http://www.vim.org

and, in particular see

http://www.vim.org/6k/features.en.txt

for an overview of features.
 
J

JanC

Blinky the Shark said:
I've felt that lack odd, as well, having been used to it in the past;
it seems like it should be a more common feature. I wish I had a
freeware lead for you, but all I can do this time is agree with you.

If you don't care about some DLLs coming with the program, you could use
SciTE (available for Windows & Linux). It doesn't install DLLs outside of
it's own directory, so I don't mind them to be there... :)

<http://www.scintilla.org/SciTE.html>

(To select a block use Alt+mouse.)
 
F

foosland

Ahoy Mate said:
... must be small freeware, not require any additional adjunct library files
(.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature should
(IMHO)

JEdit supports column block highlighting. Never found any use for that
feecher myself, but different strokes fer different folks.
Does "Java" count as an adjunct library file? Not if you already have it on
yer computer, which you prolly do.
 
G

George R. Young

... must be small freeware, not require any additional adjunct library
files (.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature
should (IMHO)
be available as the *only* necessary highlighting feature of any text
editor. Line highlighting,
that overwhelmingly is found on most text editors just doesn't make
sense to me, since you
can accomplish that with a columnar block as well.

notgnu, a small emaxish editor supports column editing
 
S

Sanjay Goel

Ahoy said:
... must be small freeware, not require any additional adjunct
library files (.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature
should (IMHO)
be available as the *only* necessary highlighting feature of any text
editor. Line highlighting,
that overwhelmingly is found on most text editors just doesn't make
sense to me, since you
can accomplish that with a columnar block as well.

emacs, one of the most powerful editor written for linux, is also available
for windows and is as powerful and light weight.
supports columnar block highlighting as well.
http://www.gnu.org/software/emacs/

Sanjay
 
G

Grod

foosland said:
JEdit supports column block highlighting. Never found any use for that
feecher myself, but different strokes fer different folks.

A common application would be to remove > marks in an email or news item.
 
G

Grod

Blinky the Shark said:
"vim has a so-called "Visual mode blockwise". For example, if you have a
text with 3 'columns' like aaa bbb ccc aaa bbb ccc aaa bbb ccc and you
would like to move the 'bbb' column/block so that your text looks like
bbb aaa ccc bbb aaa ccc bbb aaa ccc you simply go to the upper left
corner of the 'bbb' block, type "CTRL-v", move the cursor down to the
lower right corner of the 'bbb' block, then hit "d" to delete, move the
cursor to where you want the 'bbb' block to be placed, and then hit "p"
(or "P") to paste! Way cool too. You could also go to another file (e.g.
with ":e foofile" or ":n"), yank (copy) a block, go back to the original
file (e.g. with ":e #" or ":N") and paste the block. See ":help
blockwise- visual" or ":help CTRL-V"

Note that the above refers to how gvim acts in the absence of any key
remappings; however, the version that you download for MS-Windows
comes with remappings (in the _vimrc and mswin.vim files). These
define ctrl-q to start the Visual Block and the hjkl keys (rather than
the cursor keys) to extend it -- freeing up ctrl-v and the cursor keys
for clipboard paste and general movement
 
J

John Fitzsimons

A

Antoine

Ahoy Mate said:
... must be small freeware, not require any additional adjunct
library files (.DLL, etc) and,
most important, permit COLUMNAR BLOCK highlighting. This feature
should (IMHO)
be available as the *only* necessary highlighting feature of any
text editor. Line highlighting,
that overwhelmingly is found on most text editors just doesn't
make sense to me, since you
can accomplish that with a columnar block as well.

Among the freeware code editors, I like JEdit and Context (both already mentionned) and :

SourceEdit :
http://www.brixoft.com/default.asp

Crimson Editor:
http://www.crimsoneditor.com/
 
C

Cousin Stanley

|| emacs, one of the most powerful editor written for linux

| Emacs was written for ITS,
| almost 20 years before Linux-kernel ...

I first used emacs on a Honeywell Mutlics system in 1978 ...

http://www.multicians.org

Don't know where Honeywell got emacs from ...

Unix { Multics without Balls } was euphemized as such
by the Unix authors themselves,Ken Thompson and Dennis Ritchie,
who originally worked on Multics ...
 
T

Tiger

Looks to be > 10MB depending on version. Where's the "small"
version ?
I wasn't going to say anything...but when I saw "light weight," I
almost spit coffee everywhere.

Now the gun, *that's* light weight.

--
Tiger

"If I am capable of grasping God objectively, I do not believe; but
precisely because I cannot do this, I must believe."
- Soren Kierkegaard
 
J

JanC

Tiger said:
I wasn't going to say anything...but when I saw "light weight," I
almost spit coffee everywhere.

Now the gun, *that's* light weight.

I only one could uninstall the included operating system... ;-)
 
J

JanC

Tiger said:
I wasn't going to say anything...but when I saw "light weight," I
almost spit coffee everywhere.

Now the gun, *that's* light weight.

If only one could uninstall the included operating system... ;-)
 
T

Tiger

If only one could uninstall the included operating system... ;-)

Sorry, that one went right over my head.

--
Tiger

"If I am capable of grasping God objectively, I do not believe; but
precisely because I cannot do this, I must believe."
- Soren Kierkegaard
 
S

Sami S. Sihvonen

Looks to be > 10MB depending on version.
Where's the "small" version ?
I wasn't going to say anything...but when I saw "light weight," I
almost spit coffee everywhere.[/QUOTE]

You only need file "emacs.exe" to run GNU Emacs, all other files are
optional to add more features. And oh boy, it really has a lot of
those features so all that space is not wasted. My GNU Emacs v20.7
installation in Win98 SE computer has total size of 25 megabytes...

Btw, there are several dozens of light weight versions of Emacs, for
example two quite popular are Jed and MicroEmacs. But can get the
REAL THING, why settle for anything less? Even my cellular phone
(Nokia Communicator 9210i) has GNU Emacs (MS-DOS version running in
emulation), it takes 17 MB of my 64 MB memory card in cellphone...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top