ide

Problem to add current Java sources to JCreator

Hi, I have downloaded a complete source of a Java-based project. I want to use JCreator to add in the Java project source in order to modify and compile the code. My problem is, I do not know how to start to create a project workspace so that I can add in this current Java source files (and folders). Since this project does not provide...

Python Triple Quoted Strings in Visual Studio 2010

I'm used to using Idle for Python development, but decided to give Visual Studio 2010 + IronPython a try last week. It seems to work fine, but I noticed that triple-quoted (multi-line) strings don't highlight correctly in the editor. See photo: Does anyone else have this problem or know of a good fix? Apart from that bug, Visual St...

How to disable task scanning for PHP edition of Netbeans 6.9

Task scanning on very large projects seems to bog down the IDE. I love this editor and it's ability to parse large complex projects such as Magento, but performance can get iffy. According to this answer, it used to be possible to disable the plugin, but it seems that version 6.9 of Netbeans has made that impossible. Any ideas on how...

IntelliJ IDEA 9 CE "Create New Class" dialog UI element purpose.

Hi! I'm using IntelliJ IDEA 9 Community Edition for Java project. On "Create New Class" dialog you can see some strange UI element (highlighted in red). What is the purpose of this element? ...

Getting back into C++ (tools, debuggers, environments, compilers)?

I'm going to be using a subset of C++ (working within some of the ideas in Elements of Programming), but I haven't used C++ in years. I'm going to be writing a highly parallel algorithm on a 100+ nodes system with shared memory. The nodes are Mac OS X, but I have access to *nix and windows machines, too. Do people have suggestions for e...

Stuck with eclipse debugger setting

So sorry i wasted yuor time, i found the answer out Feel free to delete, sorry again ...

Netbeans or Eclipse?

Netbeans or Eclipse, what is your favorite and why? ...

Aptana vs Netbeans for Ruby Development

Which IDE is more superior for Ruby development? Aptana or Netbeans? Also, is there any IDE to date that is better than the two? ...

Difference between Eclipse and NetBeans

Possible Duplicate: What is the difference between Eclipse and Netbeans if I want to use only the Java in it? What is the difference between Eclipse and NetBeans IDEs? What are the specific features of both IDEs? ...

Linker error in dev c++

Hi, I download this program, and I add a little modification. When I compile this I see this errors. I found in Internet solution, that this parameters -lole32 -lkernel32 -lgdi32 -luuid -luser32 help me. I add this to linker and dev c++ throw me this errors What is wrong? What parameters I must add? ...

How do you reset the Zoom in Visual Studio 2010

How do you reset the "Zoom" in VS 2010 back to normal? CTRL+SCROLL WHEEL lets you zoom in/out with Visual Studio 2010, but I'd like to get back to the initial 100%. ...

How to get IntelliJ From making annoying blue popups?

On Mac OSX running the latest JDK, my IntelliJ 9.0.3 pops up these incredibly annoying and persistent windows: This stuff compiles and runs fine, the JDK is definitely operational on this machine. It should be a java.util.string, not some other apache string. what is this supposed to be, and how do i get rid of it? Thanks! ...

Can Visual Studio tell me how many files I have open?

Assume I have more than 30 or so open within the Visual Studio IDE. Too many to show without scrolling, which makes a manual count laborious. I can do Window -> Windows to list them in a popup but it doesn't show a count. Does it show somewhere (like in the status bar) that I'm missing? Edit: Why would anyone need this? Well, I want...

Online c sharp/.net IDE (.net based)

Some time ago I came across an online .NET(C#) IDE. I remember it was .NET based because the site required that i have .NET framework installed so i can run it, compiling and viewing the application took place inside the browser window, i could actually view my newly created application inside the browser window. Can't seem to find it...

commercial IDE for crossdevelopment arm chips

Hi fellas, for now i use eclipse on windows and codesourcery compiler to crosscompile c applications for my AT91SAM9RL-EK board. I am thinking of getting a commercial IDE for crossdevelopment for c / c# / .net on arm. Has anyone experience with commercial products for arm development? ...

An IDE for shell-scripting in windows environment.

I have learned shell-scripting in linux environment. Now I am unable to install Linux on my PC. I need to practice shell-scripting. Currently, I have Windows XP installed on my PC. Is there any known IDE which can help me practice shell-scripting programs in windows environment? Thanks in advance. ...

Xcode Debugging Limitations

One of the annoyances I've faced when debugging on macs native IDE, xcode, is that the debbugers ability to read through recursive pointers - ie, a pointer pointing at a pointer pointing at a pointer pointing at data I want to read - is limited to around 4 'recurses', after which it will show the pointers structure but will show every pr...

Are there any Online IDEs that support Objective-C?

Are there any online IDEs that support Objective-C? The popular ones seem to have neglected this language. Please include a link. ...

Java ACM package

Hi there! I'm trying to write a java application in Eclipse. I'm really wanting to use the ACM.Program package, however, my copy of Eclipse doesn't have it installed! I've looked all over the net, and I can't find a single download for the ACM package. More info: Whenever I try the code: package helloGeiodo; import acm.program.*; pu...

Is there a standardised way to get type sizes in bytes in C++ Compilers?

I was wondering if there is some standardised way of getting type sizes in memory at the pre-processor stage - so in macro form, sizeof() does not cut it. If their isn't a standardised method are their conventional methods that most IDE's use anyway? Are there any other methods that anyone can think of to get such data? I suppose I co...