www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - D IDE Coedit - version 3, update 3 released

reply Basile B. <b2.temp gmx.com> writes:
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.
Jul 13 2017
next sibling parent reply Gunther Klawa <gunkla gmail.com> writes:
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.
Jul 15 2017
parent Basile B. <b2.temp gmx.com> writes:
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.
Jul 15 2017
prev sibling next sibling parent reply Alonso =?UTF-8?B?Q8OhcmRlbmFz?= <acardenas bsd-peru.org> writes:
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
Jul 22 2017
parent reply Basile B. <b2.temp gmx.com> writes:
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 ?
Jul 23 2017
parent reply Alonso =?UTF-8?B?Q8OhcmRlbmFz?= <acardenas bsd-peru.org> writes:
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
Jul 23 2017
parent Basile B. <b2.temp gmx.com> writes:
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.
Jul 23 2017
prev sibling parent reply user1234 <user1234 12.hu> writes:
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.
Aug 24 2017
parent Basile B. <b2.temp gmx.com> writes:
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.
Aug 25 2017