On Wednesday, 21 January 2015 at 15:49:06 UTC, FrankLike wrote:
On Wednesday, 21 January 2015 at 14:52:36 UTC, Vadim Lopatin wrote:

DlangIDE status Update:
Syntax highlight for D source is working.
It's just highlight based on token types. No advanced features like code completion, folding, etc.

Best regards,
    Vadim

good work.

If use dco to build the dlangIDE,config local.ini

----------------local.ini---------------------------
DC=dmd
DCStandardEnvBin=dmd2\windows\bin
SpecialLib=dlanguilib
importPath= -I..\..\dlangui\src
;lflags=console
lflags=win32
;lflags=win64
;dflags=
libs= ..\lib\dlanguilib.lib ..\lib\dlib.lib
;targetType=exe//lib//staticLib//dynamicLib//sourceLib//none
targetType=exe
;targetName=;//    ;'null is auto'
targetName=dlangide.exe
;compileType=;//64//32mscoff
compileType=
;buildMode=debug;//release
buildMode=debug
--------------------end---------------------
and copy dlib.lib with dlanguilib.lib to lib folder,and copy dlib to "dmd2\windows\import",then run 'dco',will get the dlangIDE.exe file only
1206kb,but bu dub, 4518kb.

get dco:
git clone https://github.com/FrankLIKE/dco

Frank

Reply via email to