You cannot post messages because only members can post, and you are not currently a member.
|
Does Eclim support to hide the ProjectTree?
|
| |
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>... more »
|
|
Can't get gvim to open in eclipse
|
| |
Hi,
I seem to be able to run headless eclim fine, and indeed I can run the
can't server fine within eclipse. However, when I try to open a file
with gvim, I get:
"Could not open the editor: Failed to properly start gvim:
"startupDone" event never received from gvim."
I'm running eclipse Version: 3.7.2. My OS is ubuntu 10.10.... more »
|
|
Import from Log
|
| |
I am writing Android application with Eclim recently.
However, I got a problem when automatically add import statement from
Log(cursor under "Log" token).
Eclim did give me the import statement from Log ,but the import
statement was not really what I want.
However, I am not prompted to choose the element I wish to import from... more »
|
|
Auto-import after code completion
|
| |
Hey,
I have a minor but annoying Problem with auto-completion in vim. When
I auto-complete a class name it is not auto-imported and that breaks
my workflow. Consider this:
SomeFac|<C-x><C-u>
SomeFactory.<C-x><C-u>
it will not show any completions after the . because the class is not
imported yet. I have to move back and issue a JavaImport and then move... more »
|
|
How do I know the eclim is running?
|
| |
However,I can use PingEclim that tells Eclim is running or not.
But I want the following settings:
"
When Eclim is running, turn on the autocomplop (that is, let
g:acp_enableAtStartup = 1)
otherwise turn off the autocomplop(that is ,let g:acp_enableAtStartup
= 0)
"
It seems that Eclim is not compatible with neocomplcache so I have to... more »
|
|
dude, you're my hero
|
| |
ok not REALLY, but eclim is the coolest project i've seen in a while.
i only heard about it today b/c i live under a rock, apparently. just
wanted to pass you compliments on the idea and implementation. thanks
ervandew!
|
|
Noobie Question!
|
| |
Hi I am setting up Eclim for my first. I am using Eclipse 3.7 and vim
7.3 I use Flash Builder 4.6 as a plugin to my eclipse. I was
wondering will I be able to integrate Flash Builder Functionality into
Vim? :)
|
|
New installation of eclim and eclipse pdt
|
| |
Hi to all, I have just install the new Linux version of eclipse pdt 3.0.2 and eclipse 3.7.1 (the all in one package). It seems to work (I don't use it really much, I prefer Vim).
I download and install eclim 1.7.4. The installation process finish well.
Than I try to run eclimd but I have this messages:... more »
|
|
statusline has no color
|
| |
Hi, Eric <[link]> In eclipse, the vim statusline has no color while by itself vim has a colored statusline. Please see the attached photos. Thanks.
|
|
Running headless eclim without a console window on Windows XP
|
| |
I'm not sure if there's an easier way (please let me know if there
is), but I came up with the attached Visual Basic script and .bat file
for Windows to launch Vim and a headless eclim server without any GUI
window at all. I thought I'd share in case anyone else is interested
or in case something similar could go into the distribution; it took a... more »
|
|
|