few links on Internet (ex:
http://drdobbs.com/article/print?articleId=232300575&siteSectionName=
http://www.hydrogenaudio.org/forums//lofiversion/index.php/t74268.html
)
point out that there is a VS toolchain plugin for Eclipse Indigo which integrates Visual Studio (Express) into CDT. Can someone point out where to download it from?
Thanks,
D.
Download eclipse (preferably for c++) development. THen goto help menu in eclipse and select an option to install new software (plugins). Select all sources and search for visual studio. Select plugin and install it (you don't have to worry where it comes from).
Related
My current IDE is JBoss Developer Studio, which is just a wrapper over eclipse (apart from changing the logo and having a default JBoss server, i don't see any difference from eclipse - the UI and menus are identical)
What i need to know is how can i find out the version of the eclipse on top of which jboss dev studio is built?
Using Help>About JBoss Developer Studio says:
Version: 9.1.0.GA
Build id: GA-v20160414-0124-B497
Build date: 20160414-0124
The readme.txt in the home folder says:
Red Hat JBoss Developer Studio
version 9.0.0, October 2, 2015
Look at the installed software list in 'Help > Installation Details' ('Installed Software' tab).
This shows all the installed features. The Eclipse components should be something like 'Eclipse Platform'. The Version column gives the full version.
By the way, Developer Studio 10.4 - based on Eclipse Neon.3 (Eclipse Platform 4.6.3) - is now available. Maybe you want to upgrade to the latest?
https://developers.redhat.com/products/devstudio/download/
I am trying to install Visual Page Editor in JBoss Developer Studio (basically customized Eclipse Luna). As per instrauctions I should: Visual Page Editor has experimental support for Windows 64-bit. Follow the link below to get details on how to install. Until then you can click on the Source tab to hide this error/info message. so I did it and added "http://download.jboss.org/jbosstools/updates/integration/luna/core/xulrunner/xulrunner-1.9.2_win64-2014-08-22_09-55-58-B4/" through Install New Software, but it fails with error:
org.jboss.tools.vpe.xulrunner.XulRunnerBundleNotFoundException: Bundle org.mozilla.xulrunner.win32.win32.x86_64 is not found.
at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.getXulRunnerPath(XulRunnerBrowser.java:233)
at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:117)
at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:128)
at org.jboss.tools.vpe.editor.mozilla.XulRunnerEditor2.<init>(XulRunnerEditor2.java:23)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:594)
at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:813) ... etc
Quite interesting and confusing, same software (plugin) can be installed without problems via same method (Install New Software option) in ordinary Eclipse Luna EE.
What gone wrong here and how should I resolve this issue with JBoss Developer Studio and install that plugin (JBoss Tools - xulrunner) in order to be able to use Visual Page Editor http://tools.jboss.org/documentation/faq/visualeditor.html ?
I got it. You need to install xulrunner for eclipse luna from here
I installed it in eclipse "Kepler Service Release 2" and it works fine for me
If you are using 64 bit windows with Eclipse Luna and JBOSS Tools then you need to download the xulrunner components by following the steps below:
1)
[enter image description here][1]
2) Eclipse > Help > Install New Software
[enter image description here][2]
3) Add URL below to
http://download.jboss.org/jbosstools/updates/integration/luna/core/xulrunner/xulrunner-1.9.2_win64-2014-08-22_09-55-58-B4/
[enter image description here][3]
4) Select xulrunner support and install all and this will solve visual editor error on Eclipse Luna
Restart Eclipse
Visual Editor will work.
I want to build a static library using MSVC compiler. And I have installed Microsoft Visual Studio 2012 and it is functional. But I haven't found any toolchain or compiler for MSVC in eclipse project properties so that I can build the static library for windows. Gone through several links. But no luck.
I want to know how I can get MSVC as compiler or toolchain in the compiler/toolchain option of eclipse project properties.
Issue is solved. I am posting the solution so that if anyone faces the same problem, then it would help them.
The probable root cause was, I have installed Microsoft Visual Studio 2012 and was running Eclipse Kepler CDT. And this version of eclipse CDT doesn't recognize MSVC2012.
After installing the latest eclipse CDT which is Eclipse Mars, it discovered the toolchain for Visual C++ successfully and worked fine.
So, I would suggest to use Eclipse Mars for avoiding these types of situations.
I'm currently trying out Aptana Studio 3 for PHP development (I'm pretty new to all these), and I've stumbled upon a problem. I've noticed Eclipse has a Marketplace that hosts a wide variety of plugins, and I'd like to install one that helps me for version control.
However, I can't find the Eclipse Marketplace dialog under Aptana. Is there anybody out there who's done this before (installing Eclipse Marketplace stuff in Aptana)?
Also, this is a little out-of-topic but I'd like to use Java.net as the place where I'll be storing my repository. To my knowledge, NetBeans has a built-in support for Java.net; is there anything similar for Eclipse/Aptana Studio?
EDIT: If it helps, I installed Aptana Studio as a standalone version, and not as a plugin on Eclipse.
Try Help / Install New Software, and click on the Available Software Sites link. You'll probably have the eclipse Helios release directory in the list, just check it to activate it. A lot of third-party packages have their own release sites, you can add them in the same dialog.
I have installed Eclipse Indigo (3.7.1), then I installed Aptana IDE from the update site, followed by Eclipse PDT from the update site as well. (In that order)
I now want to add the additional Aptana features, which are available in the Aptana Standalone installation as "Install New Software". So in the standalone mode, we would get that installation screen with options for jQuery support, ExtJS support, Dojo, Ruby and the works basically.
Since I have a plugin installation of Aptana in Eclipse 3.7.1, how do I access that Aptana feature installation screen? If not, how do I install all the Aptana specific features?
The "Install New Aptana Feature" menu is only available in Aptana Studio 2.0. If you have installed Studio 3 plugins, the menu won't be there. However, Studio 3 includes Ruby/PHP/Python support by default, and you could add additional JavaScript library support such as jQuery using the instruction here: https://wiki.appcelerator.org/display/tis/Using+JavaScript+Libraries.
Hope this helps.
I don't think that is at all relevant to the Aptana Studio 3.x plugin. Instead, you install jQuery support using the "Rubles" (aka "Bundles"). After installing the Aptana Studio 3.x plugin, go to the new "Commands" menu and find the "Bundle Development" sub-menu and follow it to "Install Bundle", i.e.
Commands > Bundle Development > Install Bundle
jQuery should be among the choices you are offered in the pop-up. Assuming you have Git installed, Aptana should open up a terminal view in Eclipse and run a Git clone of the bundle into your UserFolder\Aptana Bundles (Windows) or your ~/Documents/Aptana Bundles (Mac / Linux). You will then want to use the Javascript "Source Editor" in order to be able to use the extra features added by the bundle.
Hope that helps some of the others baffled by how this all works. I'm by no means "expert" in this yet, but I was similarly perplexed by the steps needed to take to get the Aptana Studio plugin to do very much "useful".