louislau86
louislau86
We must adjust the width of list view header by manual when a new checking finished and showing the results. I think it would be automatic adjust by setting header...
hi, i am a zerobranestudio user, thanks for your good job! But for wxLua development, it is not so convenient. So, is there any plan to support auto-completion or hint...
I have a class A, it contains a std::vector type member B. When i used state accessing a table from lua such as “B = lua["tableName"]; ”, error happened. "error...
有考虑开源么
最近也在开发应用于工业领域设备调试的Lua IDE,思路也是使用mobdebug远程调试的模式。对于IDE本身的编辑、断点等功能希望可以获得一些参考,谢谢!
if it is possible to run 2 APP instance of CTK framework and let them communicate with each others with some kind of IPC? Is there any plan to support...
Is there any release version of fastdds monitor could run on CentOS 7 need nothing change with the OS?
I want to know why IEC6131-3 decided to schedule tasks through periodic scanning and what are the advantages of doing so? Can be specific to some development levels, thanks!
Line 151 in ctkPluginFramework.cpp, the exception type should be caught is ctkRuntimeException rather than ctkPluginException. It result in the exception thrown in "plugin->start(option)" couldn't be caught.