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

2017-08-25 Thread Basile B. via Digitalmars-d-announce

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.




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

2017-08-24 Thread user1234 via Digitalmars-d-announce

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.


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 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


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 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 ?




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

2017-07-15 Thread Basile B. via Digitalmars-d-announce

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.


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

2017-07-15 Thread Gunther Klawa via Digitalmars-d-announce

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.