VERSIONARY::BLOG






Recent Entries
firefox os x tricks
Let your Struts DispatchActions Fall through
thoughts on tapestry
#1
Netgear WGR614v2 stinks!
10 years? oh my
Riding through Chernobyl
Thoughts on Class Naming
One Tabbed Browser to Rule them All
The Fog of War


Monthly Entries
October 2004
August 2004
July 2004
June 2004
April 2004
March 2004
November 2003
October 2003
September 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003


Links n' Stuff

Wil Wheaton

JGuru
IntelliJ Tech Net
Oracle Tech Net
The Serverside
Javaranch Forums
JavaLobby

Coast to Coast
Terry Tate: My Hero



Categories
everything else
java
 


April 16, 2003

A programmers language editor

Am I the only one who wishes there was word completion in the document editor they use for email or any other non coding writing they do.

It would be dictionary based of course and the tense currently used in sentence to formulate the dropdown list. How cool would that be? Sometimes MS Word does it with todays date and such.

I can't tell you how many times I've begun typing words and pressed ctrl-space to complete the word I was typing or ctrl-w to highlight surrounding text and closed or almost closed the damn document I was editing.

Posted by Andre Mermegas at April 16, 2003 09:21 PM | TrackBack
Comments

vim, my friend.

vim, the vi clone does exactly that. By default, it completes any word in the current buffer or any buffer you edited during that session. You can configure it to use a dictionary or something else. Most UNIX-y things can use any text-mode editor for editing, and vim, obviously, can be used. Additionally, vim has a GUI mode on all major platforms and even has an OLE version that allows you to use it with visual C++!

I edit everything except for textarea's in vim. There's no reason to leave it.

OH yeah, it has indenting, syntax highlighting and integrated make/ant and error browsing for a TON of languages. Check it out

http://www.vim.org

(BTW, I'm sure Emacs does all this too)

Posted by: Dave on April 17, 2003 05:45 PM

Hrm, i'm not sure you get what i'm saying i want it to complete words for me like, "opportunities".

I start typing "opp" hit ctrl-space like you do in IDEA or most IDE's or whatever and then if there is only one possibility will complete the word or present a tense sensitive dropdown list.

I'm set for code completion, I just want random word completion. So I dont have to type out longer words in non-coding environments such as email or word or whatever.

Posted by: Andre Mermegas on April 17, 2003 07:24 PM

We are working on something like that. Stay tuned :)

Posted by: Eugene Belyaev on April 26, 2003 06:13 PM
Post a comment



















October 2004
Sun Mon Tue Wed Thu Fri Sat
          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