Amine Lajmi
Amine Lajmi
Thank you for submitting this issue. Currently, embedding the editor as-is into a view part is not the proper approach (activation/deactivation, dirty state, focus, etc.), the solution would be to...
This is a feature of the common navigator component which is bundled with the workbench, it is still incubated under Eclipse RAP.
I will split this issue into several ones so that we keep track of each one individually.
Issues 5 and 8 are fixed since build [0.9.0-20161210](https://github.com/plugbee/dslforge/releases/tag/0.9.0-20161210), could you confirm?
The older releases are available under the following update sites: - http://dslforge.org/downloads/tooling/releases/ - http://dslforge.org/downloads/runtime/releases/
Hi @kgardas , I don't recommend the programmable way to specify the workspace location, because the root path should be available early on startup for the database to start, and...
Just to clarify, in (b) do you mean something like %user.home%/www/ in the extension point contribution? or a static method like @jabiercoding suggested in #45.
Until now, the file system and the database go together, and I don't see any advantage of using the database if it's not for sharing information among users. Wouldn't it...
This is feasible, the clean way to do it would be to add a boolean flag in the extension point definition, something like enableDatabase which is defaulted to true. Then,...
For now, only a subset of the RCP styledText API is available on RAP. DSL Forge does the default syntax coloring (keywords, strings, comments, numbers) of language grammars, but if...