ide

How to develop C programmes without an IDE in Windows?

前提是你 提交于 2019-12-06 02:07:49
问题 I want to have a deeper understanding of how C programmes are run. But IDEs stops us from doing that. So is it possible that I manually set up the environment and write code in text editors, and finally run it in a prompt? If the answer is yes, how? 回答1: As others have said, install MinGW (I'm assuming you are using Windows) and put its bin directory on your path. Open a command line windows, and create a file with a text editor, such as notepad - call it foo.c: #include <stdio.h> int main()

How to detect if file in IDE is being edited using Open Tools API

旧街凉风 提交于 2019-12-06 02:06:16
问题 I made a small IDE plug-in using Open Tools API that accesses ClearCase. It has menu items "Check In", "Check Out", etc. It works OK but I want it to check out a read-only file automatically if I start typing in IDE editor or if I attempt to save the file. Do you think this is possible? I tried a few things but gave up eventually. IOTAEditorServices.KeyboardServices has AddKeyboardBinding method which looked promising. Using it I added a notifier with binding type btPartial (and later tried

Eclipse: is there a way to get Eclipse to output the commands given to run your program?

喜欢而已 提交于 2019-12-06 01:42:59
问题 I'm having some build issues with Eclipse in that it runs my app just fine in eclipse but for some reason when trying to run using #>java MyClass it ends up not running due to not being able to find the class. This makes no sense so I was wondering if there was a way to have eclipse output what it's feeding into the jvm to get it to build/run. Is this possible? Thanks 回答1: you can get the exact command used by Eclipse like this: Run your program inside Eclipse. Go to the Debug perspective.

Eclipse doesn't start in Ubuntu 14.04

谁说我不能喝 提交于 2019-12-06 01:33:59
问题 I have a problem trying to launch Eclipse in Ubuntu 14.04. Splash picture pops up, then blinks, turns white - and nothing happens until kingdom come. I have tried Luna, Kepler and 3.8 (from Ubuntu repository). EE and SE editions - both the same. I have also tried to launch them with different (oracle) vm - 1.7 and 1.8. And yes, I have tried the -clean and simple workspace removal. This is the only thing it says in console: org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback

Visual Studio Remote Compile and Run

扶醉桌前 提交于 2019-12-06 01:26:53
问题 I am trying to figure out if it is possible to use Visual Studio 2012 as a full linux development suite. I know this is not the regular question here but work with me. What i have so far is the ability to use Visual Studio as a text editor to edit inside a virtual machine of Linux running on my computer. The way that I have done this is to set up a permanent ssh portal that acts as as a hard drive in my windows. I have done this using a program called WebDrive: So that is cool, it means I

How can I get the Delphi IDE's Main Form?

喜夏-厌秋 提交于 2019-12-06 01:26:41
I'm writing a property editor for Delphi and I would like it to show up on the correct screen for multi-monitor support. In order to position it, I would like a reference to the "main" form for the Delphi IDE. I've tried using the Application's MainForm property, and the Application object itself, but neither seems to work. I believe this is because the MainForm is actually the hidden TApplication instance referenced in this article by Nathanial Woolls (search for "application form"): http://www.installationexcellence.com/articles/VistaWithDelphi/Original/Index.html Does anyone know how to get

Ruby IDEs: any worth looking at?

假装没事ソ 提交于 2019-12-06 01:20:10
I currently use TextMate for all my Rails development, and I like it very much, but I wonder if I'm missing anything by not using an IDE. Has anyone switched from using TextMate or another powerful text editor to a Ruby IDE? Am I missing anything? JetBrains, the people who created the legendary IDEA IDE for Java, have RubyMine in beta. DHH has mentioned it, so it must be good! TextMate is king for Development on Mac, it's not too bloated and has so many good bundles made by the developers that use those particular languages. Can't be beat in my opinion. I think IntelliJ/RubyMine is pretty good

How to ignore certain javascript libraries with the Html5 template?

≯℡__Kan透↙ 提交于 2019-12-06 01:18:03
I just upgraded my NetBeans from 7.3 Beta 2 to 7.3 RC1. In Beta 2 I could only exclude full folders (with the php project type). To ignore specific files I edited the project.properties file. This greatly helped me to ignore multiple versions of included libraries. In RC1 we have the Html5 project type. I no longer find any option to ignore files, and adding ignore.path to the project.properties no longer seem to do the trick for me. So my question is, is there a way to ignore files with the Html 5 project type? If so, how? If not, is my only way of solving this to move the library sources

Pair programming, mixed IDE environments?

馋奶兔 提交于 2019-12-06 01:04:04
Anyone got any experience of teams doing pair programming where there is a mixed IDE environment? I'm a long time IntelliJ user, others use Eclipse, which you may have heard of. In my mind pair programming involves a lot of passing the keyboard between the programmers. But every time I get the keyboard I grind to a halt as I don't know to do anything anymore. (It's like suddenly I'm an idiot!) Now I could, probably should, learn my way round Eclipse. (Not starting a holy war here about relative merits.) But I wonder if anyone else has got an opinion? I have not done this in a multi-IDE

Missing platform-tools when installing Android Studio on Mac OSx

风流意气都作罢 提交于 2019-12-06 00:42:05
问题 I am trying to install Android Studio on Mac OSx, with the goal of learning some Android development. The instructions provided were simply to: 1. Launch the .dmg file you downloaded. 2. Drag and drop Android Studio into the Applications folder. 3. Open Android Studio and follow the setup wizard to install any necessary SDK tools. I get to the setup wizard, select everything, give it 6 gigs of ram when asked, then it proceeds to download components and install. However, at some point a popup