andre2007
andre2007
My understanding is, there was a decision for a convention based approach to be implemented by the themes. An index.md as first array element should be used as target, but...
This is a comment from @waylan I am referring to: > In the end, we settled on sorting pages so that an auto-generated nav would list an index file (index.md)...
@chrissimpkins do you plan to implement this feature? When could it be available?
The proposal on the wiki page was about converting mago-mi only. I wondered whether you enhanced the scope to whole mago. Is it a valid option to convert mago-mi to...
I also hit this issue. @pirocks I assume you ask because this is related to IntelliJ D plugin you are involved. I did some tests and it seems it is...
I compared the behavior of GDB mi2 (linux) with MagoMI. In my test also GDB mi2 does not allow setting a breakpoint before the executable is specified. Doing so, will...
This issue can be closed. Today the merge of the pr was done which loads the executable first and then sets the breakpoints.
Thanks a lot Adam. I just noticed, the system I tested, has a rather old dmd (2.089). That was the reason for the TBS_REVERSED issue.
@adamdruppe Is there a way to set TenantWindow to blocking? There main window should be blocked until TenantWindow is closed. I tried also base class Dialog, without luck.
My main window should show data for a specific tenant. While the application starts, I want to show the user a list of available tenants (in a dedicated window), the...