www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Intellij D Language plugin v1.28.1

reply singingbush <singingbush hotmail.com> writes:
Following on from the 1.28.0 release earlier this month. A bunch 
of issues have been resolved 
https://github.com/intellij-dlanguage/intellij-dlanguage/milestone/33?closed=1
and a new release has been published to the Jetbrains plugin repository:
https://plugins.jetbrains.com/plugin/8115

The documentation (here https://intellij-dlanguage.github.io and 
https://github.com/intellij-dlanguage/intellij-dlanguage/wiki) 
still needs updating.

As always, there's much to do 
(https://github.com/intellij-dlanguage/intellij-dlanguage/issues). Help with
testing, documentation, detailed bug reports, and pull requests for
features/bugfixes is welcome.
Jun 22 2022
next sibling parent reply rikki cattermole <rikki cattermole.co.nz> writes:
Very nice.

Only one error in about 30 minute time frame. Significantly down!

:D

Thanks.
Jun 22 2022
parent singingbush <singingbush hotmail.com> writes:
On Thursday, 23 June 2022 at 02:59:47 UTC, rikki cattermole wrote:
 Very nice.

 Only one error in about 30 minute time frame. Significantly 
 down!

 :D

 Thanks.
There are some issues that are already in progress that will be fixed soon. Thanks for reporting the issue with __EOF__
Jun 22 2022
prev sibling parent reply Hipreme <msnmancini hotmail.com> writes:
On Wednesday, 22 June 2022 at 22:45:15 UTC, singingbush wrote:
 Following on from the 1.28.0 release earlier this month. A 
 bunch of issues have been resolved 
 https://github.com/intellij-dlanguage/intellij-dlanguage/milestone/33?closed=1
and a new release has been published to the Jetbrains plugin repository:
https://plugins.jetbrains.com/plugin/8115

 The documentation (here https://intellij-dlanguage.github.io 
 and 
 https://github.com/intellij-dlanguage/intellij-dlanguage/wiki) 
 still needs updating.

 As always, there's much to do 
 (https://github.com/intellij-dlanguage/intellij-dlanguage/issues). Help with
testing, documentation, detailed bug reports, and pull requests for
features/bugfixes is welcome.
Thanks a lot for working on this! Have been using D plugins on Android Studio :)
Jun 29 2022
parent singingbush <singingbush hotmail.com> writes:
On Wednesday, 29 June 2022 at 17:05:41 UTC, Hipreme wrote:
 On Wednesday, 22 June 2022 at 22:45:15 UTC, singingbush wrote:
 Following on from the 1.28.0 release earlier this month. A 
 bunch of issues have been resolved 
 https://github.com/intellij-dlanguage/intellij-dlanguage/milestone/33?closed=1
and a new release has been published to the Jetbrains plugin repository:
https://plugins.jetbrains.com/plugin/8115

 The documentation (here https://intellij-dlanguage.github.io 
 and 
 https://github.com/intellij-dlanguage/intellij-dlanguage/wiki) 
 still needs updating.

 As always, there's much to do 
 (https://github.com/intellij-dlanguage/intellij-dlanguage/issues). Help with
testing, documentation, detailed bug reports, and pull requests for
features/bugfixes is welcome.
Thanks a lot for working on this! Have been using D plugins on Android Studio :)
That's interesting. I've never tested running it in Android Studio at all but it would make sense that it works for that IDE seeing as it relies on the Java base. IDEA is the only one that really gets focus, at one time it was mostly working in CLion but Jetbrains moved a bunch of classes that we rely on outside of CLion breaking compatibility significantly.
Jun 29 2022