Thread overview
D IDE Coedit - version 3, update 3 released
Jul 14, 2017
Basile B.
Jul 15, 2017
Gunther Klawa
Jul 16, 2017
Basile B.
Jul 23, 2017
Alonso Cárdenas
Jul 23, 2017
Basile B.
Jul 23, 2017
Alonso Cárdenas
Jul 23, 2017
Basile B.
Aug 25, 2017
user1234
Aug 25, 2017
Basile B.
July 14, 2017
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 download links and a complete changelog.
July 15, 2017
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 download links and a complete changelog.

I have no idea what strange versions of dcd-server you always include in your Windows packages, but everytime avast! behaviour detection deletes them which doesn't happen to my self compiled ones.
July 16, 2017
On Saturday, 15 July 2017 at 23:37:51 UTC, Gunther Klawa 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 download links and a complete changelog.
>
> I have no idea what strange versions of dcd-server you always include in your Windows packages, but everytime avast! behaviour detection deletes them which doesn't happen to my self compiled ones.

Nothing special about it. Build with DMD 2.074.1. I think that it's the setup program that triggers avast. To be sure download the zip file (the one that doesn't have "setup" in the file name) and extract. I bet avast won't complain.

By the way you can build the setup program yourself. I bet you'll also have the fake heuristic detection. See https://github.com/BBasile/Coedit/tree/master/cesetup.
July 23, 2017
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 download links and a complete changelog.

Hi Basile

I have added Coedit to FreeBSD ports tree. Look it at http://www.freshports.org/editors/coedit/. Maybe you could add some entry about that on Coedit webpage

Greetings
July 23, 2017
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 download links and a complete changelog.
>
> Hi Basile
>
> I have added Coedit to FreeBSD ports tree. Look it at http://www.freshports.org/editors/coedit/. Maybe you could add some entry about that on Coedit webpage
>
> Greetings

Thanks. I'll maybe add a paragraph for the 3rd part packages. There's another one (for ArchLinux).

I can read

> 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 interface
> ===> Use 'make config' to modify these settings

What does that mean exactly ? Do you propose to the user to build Coedit themselves with optionally the QT interface ?

July 23, 2017
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 interface
>> ===> Use 'make config' to modify these settings
>
> What does that mean exactly ? Do you propose to the user to build Coedit themselves with optionally the QT interface ?

Yes, I do. Coedit can be compiled with gtk2 or qt4 interface from FreeBSD ports. For the while just one of them can be selected. I'm thinking split lazarus based ports to app-gtk2 and app-qt4 respectively (It will generate binary packages too on FreeBSD package servers). Maybe after of lazarus 1.8 release.

Look Coedit(gtk2/qt4)screenshots running on FreeBSD at

https://people.freebsd.org/~acm/ports/coedit/

Greetings
July 23, 2017
On Sunday, 23 July 2017 at 19:11:24 UTC, Alonso Cárdenas wrote:
> On Sunday, 23 July 2017 at 18:10:25 UTC, Basile B. wrote:
>>
>>> [...]
>>
>> What does that mean exactly ? Do you propose to the user to build Coedit themselves with optionally the QT interface ?
>
> Yes, I do. Coedit can be compiled with gtk2 or qt4 interface from FreeBSD ports. For the while just one of them can be selected. I'm thinking split lazarus based ports to app-gtk2 and app-qt4 respectively (It will generate binary packages too on FreeBSD package servers). Maybe after of lazarus 1.8 release.

Take care because i don't plan to support Lazarus 1.8 to build Coedit. It's 1.6.4 only. The coming version breaks things in my software.
August 25, 2017
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 download links and a complete changelog.

update 4 is available too:

https://github.com/BBasile/Coedit/releases/tag/3_update_4

mostly fixes at first glance.
August 25, 2017
On Friday, 25 August 2017 at 04:29:51 UTC, user1234 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 download links and a complete changelog.
>
> update 4 is available too:
>

indeed.

> https://github.com/BBasile/Coedit/releases/tag/3_update_4
>
> mostly fixes at first glance.

~~mostly~~ only.