Does Eclim support to hide the ProjectTree?

19 views
Skip to first unread message

Ming-Hsuan TU

unread,
May 25, 2012, 12:20:01 PM5/25/12
to eclim-user
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>

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 Van Dewoestine

unread,
May 26, 2012, 12:17:49 AM5/26/12
to eclim...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages