January 04, 2016
On Sun, 2016-01-03 at 23:46 +0000, Kingsley via Digitalmars-d-announce wrote:
> 
[…]
> I'm still on IntelliJ 14 so haven't tried it with 15 personally - but it should be fine. IT should work fine on windows as well - although I'm an OSX user so have only ever tested it on OSX - please raise any windows specific issues at the github project https://github.com/kingsleyh/DLanguage/issues
> 
> At the moment I've restricted the plugin to Intellij - so it won't work on other jetbrains products - but It should not be hard to get it working on CLion.

I have just upgraded to IntelliJ IDEA 16 so I'll give it a try.

All my JVM-language projects, I now do a Gradle build specification for and then let IntelliJ IDEA build a project based on that. CLion does the same with CMake.

Given we can build D projects with CMake and IntelliJ IDEA plugins can (with a bit of fiddling) be used in CLion, I will try with CLion 1.5.

I think D should focus on CLion not on IntelliJ IDEA.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



January 05, 2016
On Monday, 4 January 2016 at 12:17:22 UTC, Russel Winder wrote:
> On Sun, 2016-01-03 at 23:46 +0000, Kingsley via Digitalmars-d-announce wrote:
>> [...]
> […]
>> [...]
>
> I have just upgraded to IntelliJ IDEA 16 so I'll give it a try.
>
> All my JVM-language projects, I now do a Gradle build specification for and then let IntelliJ IDEA build a project based on that. CLion does the same with CMake.
>
> Given we can build D projects with CMake and IntelliJ IDEA plugins can (with a bit of fiddling) be used in CLion, I will try with CLion 1.5.
>
> I think D should focus on CLion not on IntelliJ IDEA.

I Agree but CLion is not free and accessible as IDEA. I believe it should still get support but IDEA should have top priority.
January 06, 2016
On Tue, 2016-01-05 at 23:19 +0000, Israel via Digitalmars-d-announce wrote:
> […]
> 
> I Agree but CLion is not free and accessible as IDEA. I believe it should still get support but IDEA should have top priority.

Actually CLion is free for those who can show their use is for a FOSS project. I have a licence for Zipios. But you have to apply.

IntelliJ IDEA Community is indeed just download and go, but it is fundamentally JDK Maven/Gradle oriented. OK so Gradle has a C++ build capability, but it doesn't have a SCons, CMake or Dub one really.

My background here is that I think all builds should be driven by a text file. Whilst Eclipse and IntelliJ IDEA used to demand manually constructed projects, this approach is now history. All the IDEs now focus on generating projects from external build descriptions. For all my projects I use a Gradle, CMake, or SCons file and then generate projects as needed.

I am told there are some differences between plugins for CLion and
IntelliJ IDEA but not too different so a single code base should
suffice.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



1 2 3
Next ›   Last »