Jump to page: 1 2
Thread overview
DlangUI v0.7.60 released
Aug 30, 2017
Vadim Lopatin
Aug 30, 2017
Dukc
Aug 31, 2017
Vadim Lopatin
Aug 31, 2017
Suliman
Aug 31, 2017
Vadim Lopatin
Aug 31, 2017
Suliman
Aug 31, 2017
HyperParrow
Aug 31, 2017
Domain
Aug 31, 2017
Vadim Lopatin
Aug 31, 2017
aberba
Re: DlangIDE v0.7.60 released
Sep 11, 2017
Eliatto
August 30, 2017
There are a lot of improvements in DlangIDE since last announcement.

DlangIDE is a cross-platform IDE for D programming language.

Project link: https://github.com/buggins/dlangide
Release: https://github.com/buggins/dlangide/releases

Windows binaries are available (requires only DMD or LDC to work).

* DUB package as project format
* DUB is used to build and debug projects
* DCD is integrated as a library - provides code completion, go to definition and symbol documentation lookup.
* GDB (mago-mi on windows) debugger support

Recent changes:

* Stability fixes
* DCD support fixes
* Better UI look and feel
* UI font setting added
* List of opened files is saved on exit
* Setting to reopen recent workspace on startup
* Opens project or workspace passed as commandline parameter
* UI translations improved
* DUB Subpackages support

Thanks to DlangIDE and DlangUI contributors for PRs and issue reports.

Main TODO: better debugging support - variable display. Currently it's impossible to see content referenced by pointers, struct or class members. It's main stopper from using DlangIDE for everyday development.

August 30, 2017
On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
> [snip]

From what I've followed, you sure update the project often! Perhaps more often than what Phobos is upgraded, by all developers combined. Great work.
August 31, 2017
On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
> There are a lot of improvements in DlangIDE since last announcement.
>
> [...]

Is there any themes to download? It's a bit ugly in windows
August 31, 2017
On Thursday, 31 August 2017 at 02:41:08 UTC, Domain wrote:
> On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
>> There are a lot of improvements in DlangIDE since last announcement.
>>
>> [...]
>
> Is there any themes to download? It's a bit ugly in windows

There are no other themes available.
Although, it's easy to create your own theme.
Instructions can be found here:

https://github.com/buggins/dlangui/wiki/Adding-New-Theme

Built in themes are created based on Eclipse look & feel on Windows platform.

But Dark theme is ugly in Eclipse as well :(

BTW, topic should be DlangIDE released, not DlangUI released.
August 31, 2017
On Wednesday, 30 August 2017 at 19:47:17 UTC, Dukc wrote:
> On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
>> [snip]
>
> From what I've followed, you sure update the project often! Perhaps more often than what Phobos is upgraded, by all developers combined. Great work.

I'm trying not to spam too often.
August 31, 2017
On Thursday, 31 August 2017 at 08:51:12 UTC, Vadim Lopatin wrote:
> On Wednesday, 30 August 2017 at 19:47:17 UTC, Dukc wrote:
>> On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
>>> [snip]
>>
>> From what I've followed, you sure update the project often! Perhaps more often than what Phobos is upgraded, by all developers combined. Great work.
>
> I'm trying not to spam too often.

How to turn on autocomplete? I am starting typing but do not see any autocomplete suggestions.
August 31, 2017
On Thursday, 31 August 2017 at 02:41:08 UTC, Domain wrote:
> On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
>> There are a lot of improvements in DlangIDE since last announcement.
>>
>> [...]
>
> Is there any themes to download? It's a bit ugly in windows

Ive been planning to create a new theme but stuff got in my way. Its still among my bazillion  plans though.
August 31, 2017
On Thursday, 31 August 2017 at 10:06:27 UTC, Suliman wrote:
> On Thursday, 31 August 2017 at 08:51:12 UTC, Vadim Lopatin wrote:
>> On Wednesday, 30 August 2017 at 19:47:17 UTC, Dukc wrote:
>>> On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
>>>> [snip]
>>>
>>> From what I've followed, you sure update the project often! Perhaps more often than what Phobos is upgraded, by all developers combined. Great work.
>>
>> I'm trying not to spam too often.
>
> How to turn on autocomplete? I am starting typing but do not see any autocomplete suggestions.

Ctrl+Space

After opening of project, it takes 10-20 seconds for DCD to parse and cache phobos/druntime modules so first invocation may be delayed.
August 31, 2017
On Thursday, 31 August 2017 at 11:59:16 UTC, Vadim Lopatin wrote:
> On Thursday, 31 August 2017 at 10:06:27 UTC, Suliman wrote:
>> On Thursday, 31 August 2017 at 08:51:12 UTC, Vadim Lopatin wrote:
>>> On Wednesday, 30 August 2017 at 19:47:17 UTC, Dukc wrote:
>>>> On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote:
>>>>> [snip]
>>>>
>>>> From what I've followed, you sure update the project often! Perhaps more often than what Phobos is upgraded, by all developers combined. Great work.
>>>
>>> I'm trying not to spam too often.
>>
>> How to turn on autocomplete? I am starting typing but do not see any autocomplete suggestions.
>
> Ctrl+Space
>
> After opening of project, it takes 10-20 seconds for DCD to parse and cache phobos/druntime modules so first invocation may be delayed.

Can it work without Ctrl+Space ? Just show variants when typing?
August 31, 2017
On Thursday, 31 August 2017 at 11:59:16 UTC, Vadim Lopatin wrote:
> After opening of project, it takes 10-20 seconds for DCD to parse and cache phobos/druntime modules so first invocation may be delayed.

That should not take more than 3 secs, there might be an error in the way you init DCD.

« First   ‹ Prev
1 2