Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Heshitha Hettihewa
Hi Awanthika/Kavith, Thanks for the suggestions. I'll send a PR of those functions for sure. Further I added a Jira[1] to track this functionality. Thanks. [1]. https://wso2.org/jira/browse/DEVTOOLBPS-37 On Mon, Jun 13, 2016 at 3:25 PM, Awanthika Senarath wrote: > Hello

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Awanthika Senarath
Hello Heshitha, As mentioned please add the functionalities into the web ui core plugin available at [1], developer studio tooling platform and send a PR. [1] https://github.com/wso2/devstudio-tooling-platform/tree/master/plugins Regards Awanthika Awanthika Senarath Senior Software Engineer,

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Kavith Lokuhewage
On Mon, Jun 13, 2016 at 3:11 PM, Awanthika Senarath wrote: > > @ Kavith, WDYT? is there any other approach OR a possibility for us to > make this available through the framework? > Yep, we should add this support to the framework itself. @Heshitha, this is perfectly fine

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Heshitha Hettihewa
Hi Awanthika, Thanks a lot. I'll try this out. Thanks. On Mon, Jun 13, 2016 at 3:11 PM, Awanthika Senarath wrote: > Hello Heshitha, > > You can add your own preference page to change text colors and sizes from > eclipse preferences and retrieve these values on Java side.

Re: [Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Awanthika Senarath
Hello Heshitha, You can add your own preference page to change text colors and sizes from eclipse preferences and retrieve these values on Java side. There are enough samples on this in the kernel at [1]. You will have to introduce a method in the java code to read these preferences and make

[Dev] [DevStudio][WebUI] Providing CSS Editing feature through Web UI platform

2016-06-13 Thread Heshitha Hettihewa
Hi all, Is there any possibility of providing the ability of editing Web UI Editor's CSS styles such as font size and font colors from eclipse preferences?. If not what is the best approach to do such thing?. As an example if user needs to change the font size of the web editor's fonts what is