From owner-freebsd-gnome Sat Feb 22 0:37:13 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D3637B401 for ; Sat, 22 Feb 2003 00:37:11 -0800 (PST) Received: from hotmail.com (f28.sea2.hotmail.com [207.68.165.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58CA443F3F for ; Sat, 22 Feb 2003 00:37:11 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 22 Feb 2003 00:37:11 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Sat, 22 Feb 2003 08:37:10 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: andy@leonidae.org Cc: gnome@freebsd.org Subject: Re: Gnome 2 Editors Date: Sat, 22 Feb 2003 03:37:10 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Feb 2003 08:37:11.0070 (UTC) FILETIME=[979BC3E0:01C2DA4D] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I'm wondering what programmer text editors people are using out there >under Gnome/GTK 2 I am using (g)vim "gnome-vim" with GTK2 for long time by now to write PHP, Perl, MySQL, HTML and etc. Check my screenshot.. -> http://www.mezzweb.com:81/images/gnome-vim.png .. I love it so far, but only one missing feature that I want is....tab windows.. Anyway, you can grab the very lastest gtk2 patch (vim-gtk2-20030218.patch) at http://regexxer.sourceforge.net/vim/ .. gnome-vim project website is at http://www.opensky.ca/gnome-vim/todo.html .. >I'm fairly new to Gnome, and the one thing that I truly miss from KDE is >KATE - a simple programmer's editor with auto-indent, syntax >highlighting (for Python), and other stuff. You can do that with VIM as well. Check at VIM's online manual website. Here's what I put in the ~/.vimrc: ============================= let color = "true" if has("syntax") if color == "true" " This will switch colors ON so ${VIMRUNTIME}/syntax/syntax.vim else " this switches colors OFF syntax off set t_Co=0 endif endif set bs=2 set cin set nu set im set tabstop=4 set shiftwidth=4 ============================= There have options to do fold, split and many more in the VIM's online manual. BTW: It's very stable to use daily with this gtk2 patch, so I think it's very ready to be part of ports tree. I am not sure how to create to include editors/vim in like edirors/gnome-vim or vim-gtk2 or whatever and patch it. Well, maybe I can try to create a port of gnome-vim to see if I can catch the logical to use (include) editors/vim. Cheers, Mezz _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message