Git setup
I am having some troubles in configuring Git. Is there any requirement to install any additional plugin? From the menu Version Control menu I cannot find any CSV system (picture attached)
Attachment(s):
Capture.PNG
Please sign in to leave a comment.
I believe that for this first release of the EAP build, they did not implement VCS Integration. (At least, that's the speculation. I did mention this in my blog post about 0xDBE)
Wish I could read the article few hours ago specially the part of csv and file creation..
Thank you.
Thanks for your patience.
Here're some plugins that will be bundled to the next release. Now you can install them manually via 'Install plugin from disk' action. Please see attached screenshot.
http://download.jetbrains.com/dbe/138.551/cvsIntegration.zip
http://download.jetbrains.com/dbe/138.551/git4idea.zip
http://download.jetbrains.com/dbe/138.551/hg4idea.zip
http://download.jetbrains.com/dbe/138.551/svn4idea.zip
http://download.jetbrains.com/dbe/138.551/terminal.zip
Quick heads up, Sergey... The terminal plugin seems to not be functioning
Unfortunately purejavacomm.jar is missing so Terminal plugin doesn't work.
We'll fully support plugins & plugin repository in the next EAP build.
For the time being the workaround is to download/copy purejavacomm.jar to 0xDBE lib folder.
https://github.com/JetBrains/intellij-community/raw/master/lib/purejavacomm.jar
I'll note that simply adding this to the /lib/ folder didn't resolve the issue.
I also needed to copy the /lib/libpty/ directory (which I had from PhpStorm) over.
Is there maybe any timeline when the plugins will be included in the new release?
VCS integration support has been added, including Git support. Please install Git Integration plugin (File | Settings | Plugins, type Git and select Browse link to find the plugin in plugins repository.
See also related help topic https://www.jetbrains.com/idea/help/using-git-integration.html about Git integration.
Thanks, it works.