ide

is there any free Jquery IDE or online tool?

Possible Duplicate: Good JavaScript IDE with JQuery support ? is there any free Jquery IDE or online tool? to write and test jquery easily and visually. With jquery 1.4 intellisense and WYSIWYG. ...

Python 3.0 IDE - Komodo and Eclipse both flaky?

heya, I'm trying to find a decent IDE that supports Python 3.x, and offers code completion/in-built Pydocs viewer, Mercurial integration, and SSH/SFTP support. Anyhow, I'm trying Pydev, and I open up a .py file, it's in the Pydev perspective and the Run As doesn't offer any options. It does when you start a Pydev project, but I don't w...

How to compile a C project with more than one main function?

Hi folks, I am new to C, and now read some textbook and going to apply its examples. The problem is, whenever I creates a new project and try to put more than one file that contains a main function, the linker (as I thougt0 explains saying: /home/mohammed/tmp/abcd/main.c:4: multiple definition of `main' (BTW, I used many IDEs, MonoD...

How to make the eclipse IDE to build faster

Hi all.. i am using Eclipse IDE for developmental purpose, IDE is taking too much time to build, it gets hangs up, when the percentage of Build reaches to 78. it shows refreshing workspace several times.. it eats up lots of time.. please tell me how to make it to disable the unwanted "refreshing workspace" and other time consuming acti...

Which is better? Qt Creator or Visual Studio IDE

I am currently using Qt Creator 1.3 for my Qt applications. I know it uses jom for make step which is better when we have multi core processors. But besides that what are all the advantages of using both the IDEs? Dis advantages as well? I am using CL compiler though for compiling my applications. Is there any other specific advantages ...

In a Maven project, what are reasons for either a nested or a flat directory layout?

As my Maven project grows, I'm trying to stay on top of the project structure. So far, I have a nested directory layout with 2-3 levels, where there's a POM on each level with module entries corresponding to the directories at that level. POM inheritance (parent property) does not necessarily follow this, and is not relevant for the purp...

PHP IDE with Integrated Web Server

Note: This is not another "What is the best PHP IDE?" question. I'm looking for a PHP IDE with a specific feature, namely an integrated / embedded (php enabled) web server; ideally with xdebug pre-bundled. I already know that Aptana 1.5 has this functionality (and some older versions of Zend Studio as well), but Aptana 1.5 hasn't been ...

ANTLR IDE does not find the grammar files that need to be imported in another grammar file(in the import package)

I have set up my ANTLR project to build using maven just like it is mentioned here http://www.antlr.org/antlr3-maven-plugin/index.html. I also have the ANTLR IDE plugin for eclipse. Maven builds my project fine and finds all the file it needs to build. However, when I try to use the ANTLR IDE in my eclipse for development, it does not fi...

Beyond Compare and Eclipse combined?

I just realized that I've been doing as much coding in Beyond Compare as in my IDE (Eclipse). I'm finding it's very handy to have two copies of my project and to be able to always see the diff between the last known good copy and the working copy. However, BC isn't that great an IDE, it's merely a decent text editor. Eclipse has a Compa...

Programming for Ipad from Windows

Possible Duplicates: iPhone development on PC iPhone development on Windows Hi, Do I really need a Mac to make small simple apps for iPad? Is there any kind of work around? Cool IDE? Thx for any reply! /Marthin ...

Will "Programming in the Cloud" Ever Take off?

Just got a chance to try out a cloud programming environment that let's you develop .net apps within the browser (http://coderun.com/ide/) I found it pretty interesting, since I was able to develop a mockup ASP.net site on an IPad. With javascript engines in browsers becoming faster and faster, cheap server infrastructure to compile o...

More Code Assist in Eclipse PDT For HTML

I am trying to come over from dreamweaver to eclipse. In eclipse when I am in a php file writing html. If I just type a "<" then the code assist popup will come up with all the options I can choose from. I would like to know if the code assist can appear in more places though. If I type "<div" and hit space can I get another code assi...

Delphi 2009 RAD Studio - Desktop Selector not Working

In the Delphi 2009 RAD Studio, there is a drop-down combo box where you can select the desktop configuration, i.e. "Default Layout", "Debug Layout, "Classic Undocked", etc. This has stopped working for me, i.e. when I select a desktop, nothing happens. I think I once "customized" the toolbar, by removing the drop-down combo box, and then...

What IDE's do professional C and C++ programmers use?

Possible Duplicates: Best unix/linux C++ debuger/IDE ? Best C++ IDE or Editor for Windows Not counting Visual Studio what IDE's do professionals use? ...

The best ide for gtk+ programming

Hello, Recently i start to studying C/gtk+ programming. And want to ask one question: how do you think, what is the best ide for C/gtk+ development? Thank you. ...

what else text editors can be used to editor Objective-C code except xcode.

I am new to mac, my question is what else text editors can be used to edit Objective-C code except xcode. And which one is the best for productively editing source code? ...

Launching desired version of XCode from Finder

My google-fu has failed me, and I guess this may be basic OS X/Xcode knowledge but.... When I double click .xcodeproj files, I'm getting the Beta I have installed launching instead of the stable release - which is the one I actually want. I have tried changing the launch program in the finder info window, but it always displays as "Xc...

emacs: pass arguments to inferior python shell during buffer evaluation

Hi there, recently I started using Emacs as a Python IDE, and it not quite intuitive... The problem I am struggling with right now is how to pass command line arguments to the inferior python shell when the buffer is evaluated with C-c C-c. Thanks for help. ...

Any templates for MS Word for formatting source code (when writing psuedocode)?

I'm writing an interface spec in MS Word and it would be great if there were some sort of template or pluggin for Word (2003 here) that would make it all look a bit prettier. (I'm realizing how spoiled I am with even the archaic VB6 IDE). ...

C#: How can I move my controls on a win form in windows application freely?

C#: How can I move my controls on a win form in windows application freely? I do NOT want IDE control the position of my controls for me. Thank you ...