Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread Andre via Digitalmars-d-announce
On Friday, 26 February 2016 at 15:31:33 UTC, Remo wrote: On Wednesday, 24 February 2016 at 02:57:20 UTC, Charles wrote: On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote: Hi, with the newest version of Notepad++ (6.9) strings enclosed with backticks `Hello World!` are now correctly hig

Syntax highlighting of backticks now supported in Notepad++

2016-02-23 Thread Andre via Digitalmars-d-announce
Hi, with the newest version of Notepad++ (6.9) strings enclosed with backticks `Hello World!` are now correctly highlighted. Kind regards André

Re: Heroku Buildpack for D

2015-10-26 Thread Andre via Digitalmars-d-announce
On Monday, 26 October 2015 at 04:13:50 UTC, Martin Nowak wrote: I wrote a buildpack for Heroku to easily deploy D apps. The script is based on the Travis-CI build script, so you can select the same compilers (using a .d-compiler file) and get the same DC/DMD env vars. https://github.com/Marti

Re: DGui is alive

2014-05-26 Thread Andre via Digitalmars-d-announce
On Saturday, 24 May 2014 at 07:20:49 UTC, Denis Shelomovskij wrote: 20.05.2014 17:46, FrankLike пишет: DGui need some other controls,such as imageButton,DataView,GridViewe.t.c. There is no plan to add new controls and I don't see any lacking ones. One can use `paint` event to draw image

Re: DGui is alive

2014-05-21 Thread andre via Digitalmars-d-announce
On Wednesday, 21 May 2014 at 08:25:20 UTC, Denis Shelomovskij wrote: 20.05.2014 22:46, Suliman пишет: DGui need some other controls,such as imageButton,DataView,GridViewe.t.c. Thank you. Frank Yes, I very need imageButton. Is there any chance that they will be developed in nearest time