Cosmin Popescu
Cosmin Popescu
@imsnif So, I see that the tests are failing because of the title being different. Can you please explain me how the snapshot assertion is working?
Hello @imsnif and the others. I'm back from holidays and I will start working again on zellij. Meanwhile I will open a bug report.

Unfortunatelly I don't have the logs from the attached screen shot session. If this is a blocker in investigating this issue, then next time I will attach another screen shot...
But at least you could just not completely overwrite the old API, like Zone is doing. So, before the `var File = function(...)`, you could do something like this: ```...
I've created the PR #409 to achieve this.
Sorry, but it still doesn't. I am using eclim 2.4.1. It doesn't find any results.
I am having a big project, with 8 eclipse projects (for dao, services, war etc.). If I just do `:JavaSearch -p MyClass.MyMethod -t method -x implementors`, then it will go...
That's exactly the problem. I need to do `:JavaSearch MyClass.MyMethod -x implementors`. If I look to the `eclim#java#SearchAndDisplay` function I can see that the function `eclim#Execute` is called with a...
That was just a typo. I am using eclim 2.4.1 which I installed a few days ago. `JavaSearchContext` is not a convenience for `JavaSearch`. Check the `eclim#java#search#SearchAndDisplay` function. This is...