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 interfac

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 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 it even better tha

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 o

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 wrote: > > Like Rui sa

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 shou

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 wrote: > > > On Sun, Oct 11, 2009 at 9:39 PM, Steven Michalske wrote: > >> >> >> On Oct 9, 2009, at 3:11 PM, Marcus Ferreira wrote: >> >> > Caruso, >> > >> > Being more specific, "more info" an

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 o

Re: Project drawer like in TextMate

2009-10-12 Thread Marcus Ferreira
On Sun, Oct 11, 2009 at 9:39 PM, Steven Michalske wrote: > > > 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 bro

Re: Project drawer like in TextMate

2009-10-12 Thread Johannes
2009/10/12 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

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

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 M

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 p

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 fo

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 wrote: > > On Oct 09, 2009, at 09:19 , carus

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 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 i

Re: Project drawer like in TextMate

2009-10-09 Thread caruso_g
On Oct 8, 9:23 pm, Marcus Ferreira 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 NERDTree it is also a file

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 wrote: > > Why not just use NERDTree for this ? > > ~Wayne > > On Oct 08, 2009, at 11:07 , Tobia Conforto wrote: > > > > > Hello Björn and other

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 wrote: > > Why not just use NERDTree for this ? > >  

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 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-08-20 Thread Воффка Пенкин
I will try to implement this, this is very interesting for me. I will report if there will be any progress On Fri, Aug 21, 2009 at 12:59 AM, björn wrote: > > 2009/8/18 Joseph Kocherhans: > > > > > > On Mon, Aug 17, 2009 at 2:17 PM, Vladimir Penkin > > wrote: > >> > >> Hello all. > >> I just won

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 > 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 is it possible. >> T

Re: Project drawer like in TextMate

2009-08-18 Thread Воффка Пенкин
Yes I use NERDtree right now, but I thought that have a shiny cocoa project drawer with a vim functional will be great. This will be much greate if we could use vim bindings in it. On Tue, Aug 18, 2009 at 6:20 PM, dacresni wrote: > > so your not depending on a gui, there is NERDtree. > http://ww

Re: Project drawer like in TextMate

2009-08-18 Thread dacresni
so your not depending on a gui, there is NERDtree. http://www.vim.org/scripts/script.php?script_id=1658 not that I have anything against the GUI but I always thought of this program as the Camino of the Firefox Community On Aug 17, 2:17 pm, Vladimir Penkin wrote: > Hello all. > I just wondering

Re: Project drawer like in TextMate

2009-08-17 Thread Joseph Kocherhans
On Mon, Aug 17, 2009 at 2:17 PM, Vladimir Penkin 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 is it possible. > Thanks Björn for a great job. I really love M

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