Just a small idea/question: Is it somehow possible to automatically open
the ProjectTree on all new tabs. I tend to have the ProjectTree open at
all times. But if editing several files at the same time, it's better to
open them in different tabs. Right now I have to open the ProjectTree by
hand if a new tab opens.
Maybe this is a vim-question, rather than an eclim-question. If
nevertheless someone has an idea (or a hint, where to look) on how to do
this, I would be very thankful.
Greetings
--
cu
--== Jerri ==--
Homepage: http://www.jerri.de/ ICQ: 54160208
Public PGP Key: http://www.jerri.de/jerris_public_key.asc
> Adding the following to your vimrc will probably give you what you're
> looking for:
> let g:EclimProjectTreeAutoOpen = 1
> For your usage you may also find this useful as well:
> let g:EclimProjectTreeExpandPathOnOpen = 1
You are the best. This is exactly what I was looking for. It seems I
wasn't looking deep enough into the documentation. Sorry for that. I
will reread the documentation now. Seems there are a lot of things to be
found! I love eclim more and more! :)