ide

How to manage constantly changing project run-time parameters in the IDE?

杀马特。学长 韩版系。学妹 提交于 2019-12-11 14:56:29
问题 In my (XE2) IDE I constantly have to switch the settings for Project Options/ Debugger / Parameters because I'm testing for different client configurations, databases etc. The Parameters dropdown list is becoming unmanageable. Since these have no descriptions either, it's even hard to figure out which ones to remove (How can I clean the Parameters field in the Run -> Parameters menu?). Any smart ideas on managing these? In an ideal word I would like to give them a tag/description, reorder

Should we commit IDE settings in the VCS?

非 Y 不嫁゛ 提交于 2019-12-11 13:41:44
问题 We're working mainly in Java, using both Eclipse and Intellij in the team. We had a discussion in the team about committing IDE settings (.iml, .project) on our git. I'm against this practice, but someone pointed me the fact that would be much easier for everyone to be aligned on the same settings like code style and warnings. Also they showed me as modern browsers do a good job of separating local machine specific stuff from project specific ones. Is there are reason why we shouldn't commit

How to open a PHP file with a JS or HTML Editor in Eclipse

孤街浪徒 提交于 2019-12-11 13:40:08
问题 I normally open a file with it's default editor. Thus a .php file is opened in the default PHP editor and treated like a PHP file. However, often the code in my PHP files contains a lot of JS or HTML. In these cases it would be nice to open such PHP files using a JS or HTML Editor. Right now, this is a pain since I have to click on Open With -> Other and then choose the JS or HTML Editor. Is there a way to add the JS or HTML editor as an option to the Open With menu ? 回答1: Try adding the PHP

Eclipse: Info: Nothing to build for [Project Name]

人走茶凉 提交于 2019-12-11 13:15:25
问题 I'm currently new to C++ and I created a Hello World in Eclipse C/C++ but all It says in the Console is: Info: Nothing to Build for [project name].... How to fix this? Yes, I have done everything like setting up the variables of my mingw and all that and I still get this message on my Console... I searched all of this stuff on the Internet but It didn't quite help... 回答1: You have your console view set to the wrong console. There is a build console and the normal output console. It should

How do I modify Eclipse's library.path?

旧街凉风 提交于 2019-12-11 12:46:20
问题 I have rather perhaps general question... I am using Eclipse as my IDE... When I go to ->HELP ->ABOUT ECLIPSE SDK ->INSTALLATION DETAILS ->CONFIGURATION, I see the line entries: -Djava.class.path =C:\Eclipse\etc... and java.library.path =C:\Eclipse\etc... I have two questions on this... 1) What does -Djava.class.path mean in the context of ECLIPSE environment? 2) How do I alter/modify java.library.path option for eclipse, so that the changes that I make are visible in the eclipse's

Working comfortably in C using Eclipse

血红的双手。 提交于 2019-12-11 11:54:37
问题 Umm, I've been using Eclipse for Java development and I am trying to use it now for making C apps. The problem is that I don't feel too comfortable with it. Namely: I need to include headers by hand, i.e. not automatically. I've never seen a 'quickfix' to be available for any problem. I can't spot the problem before it has been compiled. Any ideas on how I could make myself feel a bit better? Sorry if my questions are rather stupid, but getting the way down from Java to C is rather hard on me

How to enlarge eclipse java editor functionality using plugins?

喜欢而已 提交于 2019-12-11 11:10:58
问题 Hope somebody could help me, giving a hint and way out. Right now I'm involved in a ambitious project trying to create mixed math and programming IDE. After a huge prestudy we decided to use eclipse as a base, and somehow add Mathematica,maple functionality. Generally speaking we want to make entering math expressions (a = sin(Pi)+10^2) into java code possible. Also those expressions should be showed in LaTex view, right in the code to make it more readable for engineers, to illustrate the

CodeMirror foldCode method not working

最后都变了- 提交于 2019-12-11 10:46:48
问题 I am trying to write an online editor and at the moment am trying to implement code folding. On the CodeMirror website they do a demo that uses the foldCode command that comes from the foldcode.js addon. Here is my code. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Mirror Test</title> <script type="text/javascript" src="codemirror-5.4/lib/codemirror.js"></script> <link rel="stylesheet" href="codemirror-5.4/lib/codemirror.css"> <link rel="stylesheet" href=

What IDE has better support for groovy, Netbeans or Eclipse? [closed]

守給你的承諾、 提交于 2019-12-11 10:17:54
问题 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 . What IDE has better support for groovy, Netbeans or Eclipse? 回答1: Last additions to Eclipse integration with Groovy added almost

Java code completion in Eclipse IDE

北城以北 提交于 2019-12-11 09:59:08
问题 A few years ago i set up my first Eclipse IDE env at work to begin studying the language. As i remember, it was some Luna build and it had a specific and really addictive code completion, which understood skipping some letters... like "p l n" would find "println". Now i'w installed Mars build(the Luna's one has gone with the past harddrive), and cant find this option. Some code completion works, but it looks only by the current character. Could someone tell me where to look. 回答1: Eclipse does