Re: Using electron for IDE development

2016-07-05 Thread Chris via Digitalmars-d
On Tuesday, 5 July 2016 at 08:14:36 UTC, Vadim Lopatin wrote: On Monday, 4 July 2016 at 18:25:51 UTC, tcak wrote: As far as I known, and FEEL, one of the biggest problems of IDE development is cross platform user interface development. I'm working on cross-platform D IDE based on

Re: Using electron for IDE development

2016-07-05 Thread Vadim Lopatin via Digitalmars-d
On Monday, 4 July 2016 at 18:25:51 UTC, tcak wrote: As far as I known, and FEEL, one of the biggest problems of IDE development is cross platform user interface development. I'm working on cross-platform D IDE based on cross-platform GUI library. Works on Linux, Windows, OSX, and may be easy

Re: Using electron for IDE development

2016-07-05 Thread tcak via Digitalmars-d
On Monday, 4 July 2016 at 19:42:33 UTC, Ola Fosheim Grøstad wrote: On Monday, 4 July 2016 at 19:30:37 UTC, Dmitry wrote: On Monday, 4 July 2016 at 18:55:57 UTC, Gerald wrote: Visual Studio Code is based on electron and works very well for me with D when using the code-d plugin for it: Yes, it

Re: Using electron for IDE development

2016-07-04 Thread WebFreak001 via Digitalmars-d
On Monday, 4 July 2016 at 19:30:37 UTC, Dmitry wrote: On Monday, 4 July 2016 at 18:55:57 UTC, Gerald wrote: Visual Studio Code is based on electron and works very well for me with D when using the code-d plugin for it: Yes, it works prefect

Re: Using electron for IDE development

2016-07-04 Thread Ola Fosheim Grøstad via Digitalmars-d
On Monday, 4 July 2016 at 19:30:37 UTC, Dmitry wrote: On Monday, 4 July 2016 at 18:55:57 UTC, Gerald wrote: Visual Studio Code is based on electron and works very well for me with D when using the code-d plugin for it: Yes, it works prefect

Re: Using electron for IDE development

2016-07-04 Thread Dmitry via Digitalmars-d
On Monday, 4 July 2016 at 18:55:57 UTC, Gerald wrote: Visual Studio Code is based on electron and works very well for me with D when using the code-d plugin for it: Yes, it works prefect https://dl.dropboxusercontent.com/u/78963719/D/forum/vscode.png

Re: Using electron for IDE development

2016-07-04 Thread Basile B. via Digitalmars-d
On Monday, 4 July 2016 at 18:25:51 UTC, tcak wrote: As far as I known, and FEEL, one of the biggest problems of IDE development is cross platform user interface development. I haven't started using, but Electron seems like a good tool to develop applications by using HTML, JS, CSS. Because it

Re: Using electron for IDE development

2016-07-04 Thread Gerald via Digitalmars-d
On Monday, 4 July 2016 at 18:25:51 UTC, tcak wrote: As far as I known, and FEEL, one of the biggest problems of IDE development is cross platform user interface development. I haven't started using, but Electron seems like a good tool to develop applications by using HTML, JS, CSS. Because it

Using electron for IDE development

2016-07-04 Thread tcak via Digitalmars-d
As far as I known, and FEEL, one of the biggest problems of IDE development is cross platform user interface development. I haven't started using, but Electron seems like a good tool to develop applications by using HTML, JS, CSS. Because it is based on node.js, it can run on many platforms.