Sai

Results 6 issues of Sai

When building sample dlangui project, I get the following error: `Running (in C:\xxxxxx\DLang\newworkspace\newproject): C:\xxxxxx\dlang\dlangide-v0_8_5\dub.exe build --arch=x86 --compiler=dmd --build-mode=allAtOnce --build=debug Performing "debug" build using dmd for x86. derelict-util 2.0.6: building configuration...

For some reason auto completion in DLangIDE never worked for me. I need some suggestions. How to trigger the auto completion? Can I just type '.' after an object and...

Does DLangUI has SplitPane? Like JSplitPane in java swing? I was using DMLEdit.d and I couldn;t resize the panels. If the lib has split-pane like widgets, it would help dmledit,...

bug

In DMLedit example program, there are couple of bugs at line 261: This is original: case IDEActions.FileSave: if (_content.modified) a.state = ACTION_STATE_ENABLED; else a.state = ACTION_STATE_DISABLED; return true; Should be...

Wondering as the last update was 2 years ago. I am planning to port a project from Python to D, and may be porting to delight will be easier? Want...

question

How can I add RichTextCtrl to Status bar? And use that instead to show rich text messages? I cannot add directly using AddFrame as its not a InfoCtrl. I tried...