IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Aww, c'mon. This is always how the wars start!
I stopped using IDEs eons ago. I went from TurboC on
MS-DOS to cc on SCO Xenix. It was a shock. I moved
from C to Perl about 10 years ago, which limited my
options as far as IDE.

I don't even like debuggers now. If you don't understand
enough about what your code should be / is doing based on built
in instrumentation (which you should have put in while
coding) and a few well placed print statements, you really
should not be coding. The only time I break this rule
is when I need to modify someone elses code and I'm not
sure what it is doing. Then I really like DDD for the
debugger.

Gvim

Must haves.

Autoword completion by using ^P and ^N.
This has made a huge difference on my variable and function
naming, since I can use really large descriptive names and only
type them once.

Syntax highlighting. Miss a closing quote and the
rest of the screen goes red.

Paren / brace / bracket bouncing with the % key. I'd kill
for it now if I was forced to lose it.

Columnar cut and paste.

Multiple named buffers.

Ability to edit remote files using scp for read and write.

'.' - dot. do the last command again and again.

Incremental highlighting while you build a search expression.

Ability to jump back and forth between a bunch of files
very quickly. Control^ for the last, number Control^ to grab
a particular one. Split screen isn't a real big draw for
me since I like to see a LARGE amount of text and if I need
more than one file open at a time I'd open another window.

Ability to execute a command and collect the output of
that command for editing, ie
:r !command

External filtering of highlighted text, ie:
Example: Sort / Unique 10 lines by highlighting them
and then typing "!sort -u". Can use this to create
off the cuff Perl filters.

Identical editor in Linux, Unix, and Windows. Always
available, free.

I spent some time in Brief. It was very nice.
I then used Slickedit on Sco Xenix. I went from vi to it,
I loved it. I reimplemented vi style named buffers in it's
macro language and it was almost perfect. I probably
bought 20 copies of Slickedit as I moved from computer to
computer.

But gvim brought me back home!
New Yeah, forgot about paren automatch.
I don't even think about it any more. But I know when it's missing.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
     Care to be quotable on code editors? - (slugbug) - (75)
         Sounds like you want to talk to our admin. - (Another Scott) - (6)
             I'll give it a shot - (tjsinclair) - (5)
                 Thanks.... - (slugbug) - (4)
                     Teaching is a slightly different issue - (tjsinclair)
                     Teaching - use whatever you like - (tuberculosis) - (2)
                         I do that as well - (tjsinclair)
                         rofl - (deSitter)
         Re: Care to be quotable on code editors? - (deSitter) - (3)
             no blame here.... - (slugbug) - (2)
                 of course! - (deSitter) - (1)
                     rofl -NT - (slugbug)
         Re: Care to be quotable on code editors? - (gdaustin) - (9)
             I diverged. Here's the list. - (gdaustin) - (1)
                 This is great...thank you! -NT - (slugbug)
             great input...compare utilities? - (slugbug) - (6)
                 Compare Utilities - (gdaustin) - (4)
                     On Second Thought - (gdaustin) - (3)
                         Ok either way.... -NT - (slugbug) - (2)
                             How far out is the article? - (gdaustin) - (1)
                                 It running.... - (slugbug)
                 opendiff on OS X is the best I've ever used - (tuberculosis)
         OK - (tuberculosis) - (5)
             best tool for the job.... - (slugbug) - (4)
                 Debuggers... - (admin) - (1)
                     I really need one - (tuberculosis)
                 PB stops working on projects above a certain size - (tuberculosis) - (1)
                     Often overlooked - (deSitter)
         2c deposited... - (static) - (4)
             deposit accepted :-) - (slugbug) - (3)
                 Gotta think about that... - (static)
                 Quoting okay. - (static) - (1)
                     Thanks very much! -NT - (slugbug)
         I'll come back to this, but... - (admin) - (2)
             so, maybe there is a more fundamental question.... - (slugbug) - (1)
                 That's a physical description... - (admin)
         I use Emacs, - (Arkadiy) - (3)
             but, but, but.... - (slugbug) - (2)
                 Data point: - (admin)
                 I will let you know in 4 years :) - (Arkadiy)
         Well in a Windows World... - (folkert) - (2)
             Forgot that one... - (slugbug) - (1)
                 Yes I meant Fast.... - (folkert)
         My necessities - (ChrisR) - (2)
             good info... - (slugbug) - (1)
                 The problem I have with most IDE editors is the keymapping - (admin)
         And the answer is... - (admin) - (24)
             So.... - (slugbug) - (22)
                 Re: So.... - (admin) - (20)
                     Appropriate title? - (ChrisR) - (1)
                         No.... for you, it's "Sir". ;-) -NT - (admin)
                     titles, brilliant kids, and comparing programmers..... - (slugbug) - (10)
                         Pointy clicky... - (admin) - (5)
                             Definitely with Scott on this one... - (gdaustin) - (4)
                                 Disagree RE GUI development - (tuberculosis) - (2)
                                     I like your Law so much I twikified it. - (FuManChu) - (1)
                                         heh - cool -NT - (tuberculosis)
                                 What he said... - (slugbug)
                         People buying the software... - (gdaustin) - (1)
                             And the congregation said: - (folkert)
                         Of Mice and Programmers... - (static)
                         Well, then in THAT case - (FuManChu)
                     Re: So.... - (deSitter) - (3)
                         Nope. - (admin)
                         Re: So.... - (JimWeirich)
                         I modified the code... - (gdaustin)
                     Scott... - (slugbug) - (2)
                         Re: Scott... - (admin) - (1)
                             thanks... - (slugbug)
                 Re: So.... - (gdaustin)
             I'm still a vim man...but I respect what emacs can do. - (Simon_Jester)
         emacs and visual slickedit - (hnick) - (1)
             Split-screen is nice in a text environment too... -NT - (admin)
         Aww, c'mon. This is always how the wars start! - (broomberg) - (1)
             Yeah, forgot about paren automatch. - (admin)
         Are there still people who work without syntax coloring? - (drewk)

I am LRPD, millionaire. I own a mansion and a yacht.
303 ms