How to write Good IDE?

unDEFER via Digitalmars-d digitalmars-d at puremagic.com
Sat Feb 4 10:12:25 PST 2017


On Friday, 3 February 2017 at 19:17:54 UTC, MGW wrote:
> On Wednesday, 1 February 2017 at 15:12:42 UTC, unDEFER wrote:
>> And what important for you for Good IDE?
>
> Simple IDE. It is possible that that is useful from this what 
> is. I permanently use it as it is very quickly.
>
> https://www.youtube.com/watch?v=RBan5Dwt_JM
> https://github.com/MGWL/QtE5/tree/master/ide5

Wow, without DCD? Looking interesting.
How to build ide5?

$ dub build
Performing "debug" build using dmd for x86_64.
qte5 0.0.7: building configuration "exampleLinux"...
Linking...
Running post-build commands...
Error load: libQtE5Widgets64.so
Copying files for qte5...

$ dmd -of=ide_5 ide5/ide5.d  ide5/ini.d  ide5/qte5prs.d  
source/asc1251.d  source/qte5.d
$ ./ide_5 -d
Error load: libQtE5Widgets64.so


More information about the Digitalmars-d mailing list