Robert Gründler

Results 54 comments of Robert Gründler

@kamilogorek we do see the same behavior - most source maps work fine but i'd say around 20% of the issues say `Invalid location in source map`. However, in our...

@sergeche thanks a lot for your feedback. The examples you posted should get me started to work with filters, but i can't find the Extensions directory to put the JS...

I've tried to get the PHP example from sergeche/emmet-sublime#365 working in eclipse, the following way: - Create an `emmet` directory in the eclipse folder and select this as the extension...

@sergeche nope, also with the explicit filter syntax, the expanded text is the same as before.

i'm getting a similar error, but here the exception talks about an unknown property "fields_array". did you solve the problem somehow?

the plugin uses the getFieldsArray() internally, so one would need to refactor the plugin. the strange thing is, that it works on all of our models, except one.

does this work for php code, ie. if you open a *.html file with the PHP Editor - do you get PHP syntax highlighting? I've added the html extension to...

This is how you can make the Twig editor recognizy any file extension you wish as twig content-type: 1. Open Eclipse Preferences -> General -> Content Types 2. Under Text...

the redmine-2 branch is not ready yet. i'm pretty busy atm and upgrading takes some time, as this is the only rails app i've been working on ;)

the viewpath issue needs some refactoring, as i'm currently resolving the second part of the viewpath via the [controllers available in the project](https://github.com/pulse00/Symfony-2-Eclipse-Plugin/blob/master/com.dubture.symfony.core/src/com/dubture/symfony/core/codeassist/strategies/ViewPathCompletionStrategy.java#L103)