Re: Project drawer like in TextMate

2009-11-30 Thread Kamen Nedev
Nothing wrong with the aesthetics of a nice, TextMate-like Cocoa project drawer. But isn't the idea of going back to having to use the mouse to navigate a project tree a huge step back for an advanced text editing environment such as (Mac)Vi(m)? It is obvious that the strictly text- based

Re: Project drawer like in TextMate

2009-11-18 Thread jason
I'd like to see a video if possible showing how it works. On 11月17日, 上午2時34分, Keyan key@googlemail.com wrote: hi, i am not sure if this was already discussed in this thread, but i use project.vim for several years now very successfully. it has its deficits, but one feature that makes

Re: Project drawer like in TextMate

2009-11-17 Thread Keyan
hi, i am not sure if this was already discussed in this thread, but i use project.vim for several years now very successfully. it has its deficits, but one feature that makes it even better than project-drawers in IDEs such as eclipse, is that you can freely edit the project file. that means,

Re: Project drawer like in TextMate

2009-11-16 Thread jason
The reason that I would like a drawer is because I want to have a project navigator always open. When looking at the tree, I can think faster about what files I need to be editing. I also forget the name of some files. I use nerdtree now, but I dont want to open a tree in my editor, I want it

Re: Project drawer like in TextMate

2009-10-12 Thread Marcus Ferreira
On Sun, Oct 11, 2009 at 9:39 PM, Steven Michalske smichal...@gmail.comwrote: On Oct 9, 2009, at 3:11 PM, Marcus Ferreira wrote: Caruso, Being more specific, more info and less space was meant as a font size issue. When editing files I use Monaco 12 on both MacVim and TextMate. When

Re: Project drawer like in TextMate

2009-10-12 Thread dacresni
I like the idea even though it begs to question the necessity of a drawer UI. gvim particularly respects the portability of the UI by keeping things like this to a minimum. I think this project should replace the Cocoa_Vim and features like this should be in a special branch. The problem is that

Re: Project drawer like in TextMate

2009-10-12 Thread Greg Furmanek
+1 I wanted one of those for quite some time. - Greg On Mon, Oct 12, 2009 at 9:15 AM, Marcus Ferreira ferreira...@gmail.comwrote: On Sun, Oct 11, 2009 at 9:39 PM, Steven Michalske smichal...@gmail.comwrote: On Oct 9, 2009, at 3:11 PM, Marcus Ferreira wrote: Caruso, Being more

Re: Project drawer like in TextMate

2009-10-12 Thread Brendan
Like Rui says 'Why not just use Vim on Terminal?' Having the project drawer as a Cocoa widget allows for NERDTree-like functionality without having to learn/remember any NERDTree commands. The mouse may not be the fastest way, but there is no/very little learning curve. Renaming files is (or

Re: Project drawer like in TextMate

2009-10-12 Thread Matt Tolton
There is a plugin architecture in MacVim that anyone can use to implement a project drawer. There's even a sample plugin which implements a very basic file browser drawer. Should be easily findable with a search over the archives. On Mon, Oct 12, 2009 at 9:27 AM, Brendan

Re: Project drawer like in TextMate

2009-10-11 Thread Steven Michalske
On Oct 9, 2009, at 3:11 PM, Marcus Ferreira wrote: Caruso, Being more specific, more info and less space was meant as a font size issue. When editing files I use Monaco 12 on both MacVim and TextMate. When browsing my directory tree TextMate can display more files and dirs because

Re: Project drawer like in TextMate

2009-10-09 Thread caruso_g
On Oct 8, 9:23 pm, Marcus Ferreira ferreira...@gmail.com wrote: NERDTree is great, but a cocoa drawer is more info More info? I used (I use, actually) both TextMate then MacVim. Which kind of more infos does provide the project drawer more then NERDTree? To me it seems the opposite since

Re: Project drawer like in TextMate

2009-10-09 Thread Wayne Seguin
On Oct 09, 2009, at 09:19 , caruso_g wrote: On Oct 8, 9:23 pm, Marcus Ferreira ferreira...@gmail.com wrote: NERDTree is great, but a cocoa drawer is more info More info? I used (I use, actually) both TextMate then MacVim. Which kind of more infos does provide the project drawer more then

Re: Project drawer like in TextMate

2009-10-09 Thread Matt Tolton
Personally, I think that NERDTree is kind of inefficient. I'd recommend something like lusty explorer for efficient file browsing and buffer switching: http://www.vim.org/scripts/script.php?script_id=1890 On Fri, Oct 9, 2009 at 7:00 AM, Wayne Seguin wayneeseg...@gmail.com wrote: On Oct 09,

Re: Project drawer like in TextMate

2009-10-09 Thread björn
2009/10/9 Matt Tolton: Personally, I think that NERDTree is kind of inefficient.  I'd recommend something like lusty explorer for efficient file browsing and buffer switching: http://www.vim.org/scripts/script.php?script_id=1890 That is really neat! I never got into using NERDTree for

Re: Project drawer like in TextMate

2009-10-09 Thread Johannes
The advantage of a project drawer would -- in my opinion -- be that this drawer will be open all the time, regardless in which tab I currently work in. With NERDTree you need to reopen NERDTree for every tab you use. This is basically the same thing with taglist, it works great, it would just be

Re: Project drawer like in TextMate

2009-10-09 Thread Marcus Ferreira
Caruso, Being more specific, more info and less space was meant as a font size issue. When editing files I use Monaco 12 on both MacVim and TextMate. When browsing my directory tree TextMate can display more files and dirs because of its smaller font on the drawer. When I am working with my

Re: Project drawer like in TextMate

2009-10-08 Thread Tobia Conforto
Hello Björn and others Would it be simpler to just have a Cocoa drawer of open buffers? Much like the Buffers menu, except it wouldn't be a menu but a drawer. Tobia --~--~-~--~~~---~--~~ You received this message from the vim_mac maillist. For more information,

Re: Project drawer like in TextMate

2009-10-08 Thread Wayne Seguin
Why not just use NERDTree for this ? ~Wayne On Oct 08, 2009, at 11:07 , Tobia Conforto wrote: Hello Björn and others Would it be simpler to just have a Cocoa drawer of open buffers? Much like the Buffers menu, except it wouldn't be a menu but a drawer. Tobia

Re: Project drawer like in TextMate

2009-10-08 Thread Rui Carlos Gonçalves
We could also ask Why not just use Vim on Terminal?. The reason why I think a project drawer would be useful is more or less the reason why sometimes I use MacVim instead of Vim. Rui Gonçalves On Thu, Oct 8, 2009 at 4:45 PM, Wayne Seguin wayneeseg...@gmail.com wrote: Why not just use

Re: Project drawer like in TextMate

2009-10-08 Thread Marcus Ferreira
NERDTree is great, but a cocoa drawer is more info in less space. It would a very nice option. Marcus On Thu, Oct 8, 2009 at 12:45 PM, Wayne Seguin wayneeseg...@gmail.comwrote: Why not just use NERDTree for this ? ~Wayne On Oct 08, 2009, at 11:07 , Tobia Conforto wrote: Hello

Re: Project drawer like in TextMate

2009-08-20 Thread björn
2009/8/18 Joseph Kocherhans: On Mon, Aug 17, 2009 at 2:17 PM, Vladimir Penkin wired.mu...@gmail.com wrote: Hello all. I just wondering is it possible to implement such cool feature of textmate like Project Drawer in Vim? I think this will be a great feature. But I don't know

Re: Project drawer like in TextMate

2009-08-20 Thread Воффка Пенкин
: Hello all. I just wondering is it possible to implement such cool feature of textmate like Project Drawer in Vim? I think this will be a great feature. But I don't know is it possible. Thanks Björn for a great job. I really love MacVim. There is a Cocoa plugin architecture in MacVim

Re: Project drawer like in TextMate

2009-08-18 Thread Воффка Пенкин
to implement such cool feature of textmate like Project Drawer in Vim? I think this will be a great feature. But I don't know is it possible. Thanks Björn for a great job. I really love MacVim. -- I'm only noise in the wires --~--~-~--~~~---~--~~ You received

Project drawer like in TextMate

2009-08-17 Thread Vladimir Penkin
Hello all. I just wondering is it possible to implement such cool feature of textmate like Project Drawer in Vim? I think this will be a great feature. But I don't know is it possible. Thanks Björn for a great job. I really love MacVim. --~--~-~--~~~---~--~~ You

Re: Project drawer like in TextMate

2009-08-17 Thread Joseph Kocherhans
On Mon, Aug 17, 2009 at 2:17 PM, Vladimir Penkin wired.mu...@gmail.comwrote: Hello all. I just wondering is it possible to implement such cool feature of textmate like Project Drawer in Vim? I think this will be a great feature. But I don't know is it possible. Thanks Björn for a great job