Re: D IDE Coedit - version 3, update 3 released

2017-07-23 Thread Basile B. via Digitalmars-d-announce
On Sunday, 23 July 2017 at 06:01:23 UTC, Alonso Cárdenas wrote: On Friday, 14 July 2017 at 06:10:08 UTC, Basile B. wrote: Better integration of D-Scanner. D-Scanner binary is itself included from now, in addition to DCD. See https://github.com/BBasile/Coedit/releases/tag/3_update_3 for the

Re: D IDE Coedit - version 3, update 3 released

2017-07-23 Thread Alonso Cárdenas via Digitalmars-d-announce
On Sunday, 23 July 2017 at 18:10:25 UTC, Basile B. wrote: Configuration Options ===> The following configuration options are available for coedit-3.u.3_1: > Options available for the single LCL: you have to select exactly one of them GTK2=on: Use gtk20 interface QT4=off: Use qt4

Re: Boston D Meetup: Strawman Structs

2017-07-23 Thread Moritz Maxeiner via Digitalmars-d-announce
On Sunday, 23 July 2017 at 02:15:18 UTC, Steven Schveighoffer wrote: struct StrawmanRange(T) { ... void popFront() {} } How do you deal with ranges where `.popFront` returns the old front element (`.front` requires copying the front element if the caller wants to store it, `.popFront`