ide

Eclipse: C/C++ Plugin Download Link?

旧街凉风 提交于 2019-12-20 16:23:10
问题 I'm downloaded the Java EE version of Eclipse 3.5.1. Can I now use it to edit C/C++ with the proper plugin? I went to Help >> Install New Software but I don't know which URL to use to get the C/C++ plugin. I can't find it on the Eclipse website either. 回答1: http://www.eclipse.org/downloads/ May be you need to download C/C++ IDE. 回答2: Just wanted to update the thread with the Juno (Eclipse 4.2) plugin link since I had some trouble finding it. To install it on your existing eclipse go to Help >

Visual Studio 2013 Update 2 - C# navigation bar drop down menus not working

人走茶凉 提交于 2019-12-20 16:11:09
问题 In Visual Studio 2013 Update 2, my C# navigation bar isn't working when docked in the main VS window. The drop down menus don't open. I can scroll using the arrow keys when the menus have focus but can't navigate by typing a letter. When it isn't docked in the main VS window the menus work fine. I've uninstalled all extensions. Can anyone suggest a solution? 回答1: I have the same problem in that the dropdowns do not drop down. However, I only get this when VS is running on my second screen. If

Which editor/IDE should I use for Python? [duplicate]

大兔子大兔子 提交于 2019-12-20 15:35:24
问题 This question already has an answer here : Closed 10 years ago . Possible Duplicate: What IDE to use for Python I have Notepad++ and NetBeans 6.8, however I don't know if they work. I know you can edit Python with Notepad++ and compile/run it using the command line thing, but I'm not really sure how. I know NetBeans is a full-featured IDE and you can compile Java programs, but I don't think they support Python? Any ideas? 回答1: Eclipse with PyDev has been a great combination for me. Great

Matlab code formatting similar to AStyle? [closed]

旧街凉风 提交于 2019-12-20 14:12:50
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . Is there any tool similar to AStyle to format matlab code in m-files? 回答1: In recent versions of MATLAB, you can use the "Smart Indent

Which IDEs and text editors can deduce type of variables declared using auto keyword in C++11

孤者浪人 提交于 2019-12-20 13:00:09
问题 In "Almost always auto" article Herb Sutter lists several reasons for declaring variables using auto keyword. He says that actual variable type can be automatically deduced by IDE and shown by hovering over variable name. I would like to know which IDEs and text editors (or plugins) currently support "auto" variable type deduction. Edit: List of IDEs from answers: Visual Studio 201x Eclipse Qt Creator 2.7.0 KDevelop 4.5.1 Text editors What about Vim, Emacs, Sublime Text, etc. - are there

Creating a separate Folder in the same package… [ECLIPSE]

為{幸葍}努か 提交于 2019-12-20 12:41:24
问题 Is it possible in Eclipse to create a separate Folder in a package? When select "new --> folder", my eclipse version always creates a package. But i want the new folder to be in the old package. How can this be achieved? Thanks in advance... Patrick 回答1: What you might want to do, if you aren't putting code in that folder, is remove the folder from the build path. Right-click on the offending folder in eclipse and choose 'exclude from build path.' Or, you may want a different effect: Right

Are there any Browser Based IDE's to code java programs? [closed]

痞子三分冷 提交于 2019-12-20 11:53:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I have tried using some browser based IDE's like cloud9 IDE recently. But it doesn't have direct support to code java programs. And I also read that we need to follow certain tedious procedures to write and compile java codes. Is there any browser based IDE that will permit me to code and compile and share java

Best IDE/Editor for ColdFusion? [closed]

不想你离开。 提交于 2019-12-20 11:20:23
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . I am just starting at a job in which I will be using a lot of ColdFusion. What is the best IDE/Editor to use? 回答1: I'd like to provide

Eclipse - find all classes that extend interface

橙三吉。 提交于 2019-12-20 11:13:36
问题 We have an interface that has a child interface. Ie: public interface GenCalculator extends Serializable {} public interface SpecialCalculator extends GenCalculator {} In Eclipse, how can you find all interface-s that extend in this case GenCalculator ? If I right click, select "Open Type Hierarchy" in the GenCalculator interface, I only see classes that implement that GenCalculator interface. I want to see everything - those that implement and those that extend. We're on Eclipse v.3.2.2. 回答1

Python 2.7 and Sublime Text 2 Setup Guide

血红的双手。 提交于 2019-12-20 10:48:35
问题 I am new to Sublime Text 2. Basically I want to setup Sublime T2 as a Python IDE. I have come across various questions with regards to Python and Sublime T2, but I couldn't find a guide from a beginners perspective. This is what I have done so far: Installed Python. Installed Sublime T2. Installed Sublime Package Control What steps (e.g. package installations, etc.) should I follow to complete the Sublime Python IDE Setup? 回答1: Besides Package Control, I use the following packages for Python