On 2012-05-25 09:20:01, Ming-Hsuan TU wrote:
> Does Eclim support to hide the ProjectTree?
>
> That is, I can map a key such as <F5> to hide/display the current
> ProjectTree(usually in the left buffer) like the functionality of
> NerdTree?
>
> In NerdTree, I can use the following mapping to hide/display the
> NerdTree:
> nnoremap <silent> <F6> :NERDTreeToggle<CR>
There wasn't any sort of toggle command but I just added one:
https://github.com/ervandew/eclim/commit/cc8bc7a91b75a3a617873472e7e3bb15b8e8a6e3
> The reason behind this motivation is that I spent little time in
> navigating ProjectTree, Instead of that, I prefer using FuzzyFinder or
> Command-T to find the file I want to edit, and I want to make more
> space to locate my code.
>
> The Eclipse seems support this feature, but I am not sure if Eclim
> also support that?
>
> Thanks in advance:)
--
eric