DlangUI project update

Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Jan 20 02:51:37 PST 2015


On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote:
> Hello!
>
> DlangUI project is alive and under active development.
>
> https://github.com/buggins/dlangui
>

Project update:

* A lot of bugs fixed
* Look and feel of default theme changed to one similar to Visual 
Studio 2013
* Project documentation is now generated by ddox: 
http://buggins.github.io/dlangui/ddox
* Updated screenshots 
http://buggins.github.io/dlangui/screenshots.html
* Font antialiasing and hinting settings
* New classes for toolbars, dockable UI
* Improvements in editors
* SourceEditor - supports line number display and syntax highlight

DlangIDE project is in progress.

https://github.com/buggins/dlangide

It's D IDE based on DlangUI.

Early alpha stage. Mainly useful as DlangUI demo, and for 
development of new functionality required for building of apps 
like IDE.

Can open sample workspace with two projects (dub.json only). Can 
browse projects and open source files in editor tabs.


First screenshot from 
http://buggins.github.io/dlangui/screenshots.html


Current activity: syntax highlight implementation
Next step: implement DUB based builder

Best regards,
      Vadim


More information about the Digitalmars-d-announce mailing list