digitalmars.D.announce - DLanguage IntelliJ plugin released
- Kingsley (11/11) Dec 25 2015 Hi
- Vadim Lopatin (3/14) Dec 25 2015 Great!
- Kingsley (2/22) Dec 25 2015 Debugging will be in July 2016
- Russel Winder via Digitalmars-d-announce (13/16) Dec 26 2015 Or sooner if others chip in and help out?
- Jakob Jenkov (3/14) Dec 25 2015 Cool - I am a long time IntelliJ IDEA user :-) I will give it a
- Pradeep Gowda (7/16) Dec 25 2015 Thanks!
- eyveer (4/5) Dec 25 2015 https://github.com/kingsleyh/DLanguage
- Pradeep Gowda (3/8) Dec 25 2015 Thank you. The screenshots are very impressive! Gives me
- Bogdan (4/14) Dec 25 2015 Couldn't figure out what went wrong until I read your comment and
- Kingsley (3/19) Dec 25 2015 Raise any issues at the GitHub page and I will fix - I will write
- Minas Mina (7/7) Dec 25 2015 I'm trying to build on IntelliJ 15, Ubuntu 15.10:
- Minas Mina (2/2) Dec 25 2015 Also, it seems that no [project name].sdl file is created for dub
- Kingsley (2/4) Dec 26 2015 I've fixed both of those issues and released
- Kingsley (3/22) Dec 28 2015 Intellij D plugin version 1.5 released with improved DUB support
- Suliman (2/24) Dec 30 2015 How to install this plugin on Windows?
- Israel (5/22) Dec 30 2015 Intellij Idea 14 on windows.
- Minas Mina (2/18) Jan 01 2016 I am actually using it with IntelliJ 15.
- Kingsley (9/30) Jan 03 2016 I'm still on IntelliJ 14 so haven't tried it with 15 personally -
- Russel Winder via Digitalmars-d-announce (20/30) Jan 04 2016 [=E2=80=A6]
- Israel (3/16) Jan 05 2016 I Agree but CLion is not free and accessible as IDEA. I believe
- Russel Winder via Digitalmars-d-announce (27/31) Jan 06 2016 Actually CLion is free for those who can show their use is for a FOSS
- Kingsley (3/12) Dec 25 2015 Ok thanks - I'm still on 14 but will test with 15 next
- Minas Mina (3/14) Dec 25 2015 This is awesome, I really waited for an IntelliJ plugin!
Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub See the GitHub page screenshots for an idea Enjoy :) --Kingsley
Dec 25 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub See the GitHub page screenshots for an idea Enjoy :) --KingsleyGreat! Does it have debugging support?
Dec 25 2015
On Friday, 25 December 2015 at 11:09:01 UTC, Vadim Lopatin wrote:On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:Debugging will be in July 2016Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub See the GitHub page screenshots for an idea Enjoy :) --KingsleyGreat! Does it have debugging support?
Dec 25 2015
On Fri, 2015-12-25 at 20:17 +0000, Kingsley via Digitalmars-d-announce wrote:[=E2=80=A6] =20 Debugging will be in July 2016Or sooner if others chip in and help out? --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 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
Dec 26 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub See the GitHub page screenshots for an idea Enjoy :) --KingsleyCool - I am a long time IntelliJ IDEA user :-) I will give it a try!
Dec 25 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dubThanks! I did install it on IntelliJ IDEA Ultimate 15 and take it for a spin. However, it did not create a "dub" project even when I chose "D application with DUB" option in the "New project" screen. Nor was it able to import an existing DUB project.See the GitHub page screenshots for an ideaA link to the github page would help me in reporting these bugs?
Dec 25 2015
On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:A link to the github page would help me in reporting these bugs?https://github.com/kingsleyh/DLanguage I was waiting year for this. Best christmas gift, Thank you! downloading right now :)
Dec 25 2015
On Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.A link to the github page would help me in reporting these bugs?https://github.com/kingsleyh/DLanguage
Dec 25 2015
On Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:On Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.A link to the github page would help me in reporting these bugs?https://github.com/kingsleyh/DLanguage
Dec 25 2015
On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:On Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days alsoOn Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.A link to the github page would help me in reporting these bugs?https://github.com/kingsleyh/DLanguage
Dec 25 2015
I'm trying to build on IntelliJ 15, Ubuntu 15.10: 9:05:55 ΠΜ All files are up-to-date 9:05:55 ΠΜ Error running Run DUB: DUB executable is not specified.Configure DUB settings How do I configure dub settings? It seems that "configure" is a link (it's underlined) but nothing opens when I click on it.
Dec 25 2015
Also, it seems that no [project name].sdl file is created for dub projects.
Dec 25 2015
On Saturday, 26 December 2015 at 07:17:01 UTC, Minas Mina wrote:Also, it seems that no [project name].sdl file is created for dub projects.I've fixed both of those issues and released
Dec 26 2015
On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote:On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:Intellij D plugin version 1.5 released with improved DUB support and bug fixesOn Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days alsoOn Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.[...]https://github.com/kingsleyh/DLanguage
Dec 28 2015
On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote:On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote:How to install this plugin on Windows?On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:Intellij D plugin version 1.5 released with improved DUB support and bug fixesOn Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days alsoOn Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote:Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:Thank you. The screenshots are very impressive! Gives me motivation to figure out why i couldn't get it to work.[...]https://github.com/kingsleyh/DLanguage
Dec 30 2015
On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote:On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote:Intellij Idea 14 on windows. File > Settings > plugins > browse repositories The plugin does not show up on Intellij Idea 15 though so im guessing it isnt compatible yet and neither on CLion.On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote:How to install this plugin on Windows?On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:Intellij D plugin version 1.5 released with improved DUB support and bug fixesOn Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda wrote:Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days also[...]Couldn't figure out what went wrong until I read your comment and looked at the screenshots. Try going to Settings/Other Tools/D Tools and press all the "Auto Find" buttons.
Dec 30 2015
On Wednesday, 30 December 2015 at 17:17:07 UTC, Israel wrote:On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote:I am actually using it with IntelliJ 15.On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote:Intellij Idea 14 on windows. File > Settings > plugins > browse repositories The plugin does not show up on Intellij Idea 15 though so im guessing it isnt compatible yet and neither on CLion.On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote:How to install this plugin on Windows?On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:Intellij D plugin version 1.5 released with improved DUB support and bug fixes[...]Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days also
Jan 01 2016
On Friday, 1 January 2016 at 15:37:44 UTC, Minas Mina wrote:On Wednesday, 30 December 2015 at 17:17:07 UTC, Israel 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.On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote:I am actually using it with IntelliJ 15.On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote:Intellij Idea 14 on windows. File > Settings > plugins > browse repositories The plugin does not show up on Intellij Idea 15 though so im guessing it isnt compatible yet and neither on CLion.On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote:How to install this plugin on Windows?On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:Intellij D plugin version 1.5 released with improved DUB support and bug fixes[...]Raise any issues at the GitHub page and I will fix - I will write some documentation over the next few days also
Jan 03 2016
On Sun, 2016-01-03 at 23:46 +0000, Kingsley via Digitalmars-d-announce wrote:=20[=E2=80=A6]I'm still on IntelliJ 14 so haven't tried it with 15 personally -=C2=A0 but it should be fine. IT should work fine on windows as well -=C2=A0 although I'm an OSX user so have only ever tested it on OSX -=C2=A0 please raise any windows specific issues at the github project=C2=A0 https://github.com/kingsleyh/DLanguage/issues =20 At the moment I've restricted the plugin to Intellij - so it=C2=A0 won't work on other jetbrains products - but It should not be=C2=A0 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. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 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
Jan 04 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 Agree but CLion is not free and accessible as IDEA. I believe it should still get support but IDEA should have top priority.[...][…][...]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.
Jan 05 2016
On Tue, 2016-01-05 at 23:19 +0000, Israel via Digitalmars-d-announce wrote:[=E2=80=A6] =20 I Agree but CLion is not free and accessible as IDEA. I believe=C2=A0 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. =C2=A0 --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 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
Jan 06 2016
On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote:On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:Ok thanks - I'm still on 14 but will test with 15 next GitHub: https://github.com/kingsleyh/DLanguage[...]Thanks! I did install it on IntelliJ IDEA Ultimate 15 and take it for a spin. However, it did not create a "dub" project even when I chose "D application with DUB" option in the "New project" screen. Nor was it able to import an existing DUB project.[...]A link to the github page would help me in reporting these bugs?
Dec 25 2015
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote:Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with Dscanner, code formatting with Dfmt and navigation jump to classes and functions and dub support - recommend using dub See the GitHub page screenshots for an idea Enjoy :) --KingsleyThis is awesome, I really waited for an IntelliJ plugin! I will test on IntelliJ 15 tonight or tomorrow :)
Dec 25 2015