Alon Mishne
Alon Mishne
Related: - http://stackoverflow.com/questions/8229613/how-do-i-pass-a-log4j-configuration-to-the-eclipse-ide-itself - http://www.eclipse.org/forums/index.php/m/759520/
Related to #9
Such a setting should go in the preference page. See http://stackoverflow.com/questions/7964212/correctly-initializing-and-retrieving-preferences-in-a-xtext-based-eclipse-plugi On how to customize it.
A solution is outlined in this article: http://xtexterience.wordpress.com/2011/07/03/generate-graphical-visualizations-for-textual-dsls/
Hi, thanks for taking interest in this project! I'm quite new to the Eclipse plugin world and not experienced with Maven and Tycho. Could you please explain what is the...
Another useful feature: if the comparison view would sync with the visualizer in some way.
Or at the very least, just group all the metadata together.
0.1e2-style notation is applicable for halfs, floats and doubles. All other types must appear in their appropriate hex format only. However, the situation right now is that every floating-point literal...
Some problems still remain. This is a known problem with Xtext, see: http://stackoverflow.com/questions/15359321/some-features-of-xtext-based-editor-dont-work-on-files-outside-a-project Known issues: - Ctrl-click doesn't work
Possible solution from http://www.eclipse.org/forums/index.php/t/489049/: > In my case, the problem was that I forgot to add the "xtend-gen" folder to the build.properties in my ui-project, where I did some extensions...