Label: ♦english ♦news

[101] Dao Studio: The IDE for Dao programming language

Comment

Dao Studio: The IDE for Dao programming language


Using the excellent Qt4.5 application framework, an integrated developing environment named Dao Studio was created with a small amount of time, and now it is released. It includes a source code editor and command line console with syntax highlighting and identifier auto-completion. A basic debugger has also been included in Dao Studio. For this debugger to work, one has to call stdlib.debug() in the codes to pass the execution control (which must be running in debugging mode) to the debugger for running time information examination and modification.

Download

Screenshots:
  • Editor:
  • Console:
  • Debugger:

Comments
Fixed a serious bug, which will crash the program on certain system when the Dao typing system detects and reports a typing error.

Download: DaoStudio-0.1.1-Beta

Change picture:

Choose file:

123 4
56789 10 11
121314151617 18
192021222324 25
2627282930

fu: Fixed and updated There was a minor bug in storing returned value in the DaoVmProcess structure. Now it is fixed and up ... (Sep.07,23:43)

klabim: ... Ok, I found it. It can be so easy by reading the documentation :- ). I have overseen the keyword glob ... (Aug.21,18:09)

klabim: returning a string from function to c++ code! Hi, I run in some trouble while calling a dao function from the c++ code. The dao function should re ... (Sep.07,19:44)

klabim: sharing vars between scripts Hi, how can I share a variable between 2 scripts in an embedded environment? For example: script 1: ... (Aug.21,17:55)

This site is powered by Dao
Copyright (C) 2009,2010, daovm.net.
Webmaster: admin@daovm.net