Movatterモバイル変換
[0]ホーム
ActiveState going the wrong way
rainysill at localhost.kitenet.net
Wed Apr 11 05:27:27 EDT 2001
On Tue, 10 Apr 2001 18:28:16 GMT,costas at meezon.com <costas at meezon.com> wrote:>On Mon, 9 Apr 2001 22:24:43 -0600, "bowman" <bowman at montana.com>>wrote:>>>> An IDE that tries to accomodate multiple languages is a poor IDE.>>>>In general, my idea of an IDE is gVim. However, to give the devil his due,>>the MS IDE can accomodate several languages while providing a common set of>>tools. Part of the reason I stick to gVim is the seamless support for just>>about any language I choose to work with. True, it is just an editor and not>>a IDE, but if I go to the trouble of learning my way around an IDE, I>>certainly would want it to support all the languages I customarily use.>>Can gVim do the following?>>a) Have autocompletion / intellisense in the editor.There is autocompletion, using ctrl+n/p.>b) Have a built in debuggerNot really built-in, but you can perhaps set it up to runfrom vim, return line number to vim, etc.. since vim isscriptable in python.>c) A console to execute ad-hoc commands.You can execute shell commands with :!,you can get the output of programs run back to the fileyou're editing i.e. :r!date,you can set up a macro that cuts current line and executesit as a shell program.. or have another rxvt running.>>Where can i check it out?http://www.vim.org-- Andrei
More information about the Python-listmailing list
[8]ページ先頭