Sai
Sai
No, I don't have non-ascii chars in my username, I just removed it from path as I use my company laptop to test this program and want to remove my...
I think I figured out the problem. The compilation fails with 'files not found' errors as indicated above if the path is too long. I suspect the path is getting...
Probably related to this issue: [https://forum.dlang.org/thread/[email protected]](https://forum.dlang.org/thread/[email protected])
OK, after trying few more things I figured that Auto completion in DlangIDE, CoEdit, etc works only for * stuff declared locally in the file or in the local project....
I noticed that dlangIDE already used JSplitPane like layout. Can that be added to the DlangUi library?
I added ResizerWidget between other panels and in the GUI I can see a thick line where the resizer is present. But I couldn't drag it, and it does not...
I am using DockHost as a containment as for now as suggested by triplejam (thanks btw), seems to work ok. But when I nest it, the splitter-bar for the inner...
I modified the createBody function as below: override protected Widget createBody() { Widget leftPanel2; { WidgetsList widgetsList = new WidgetsList(); StringListWidget propList = new StringListWidget(); auto sla = new StringListAdapter();...
Maybe I should open a separate issue for this? As the original one is meant for the Resizer widget?
Thank you GrimMaple. Will try testing it.