ide

A feature rich JavaScript IDE environment?

I'm currently using Visual Studio 2008 to edit .js files with, and it has decent support but I want more... I like the VS syntax highlighting and auto-indentation features but additionally would like advanced features like: contextual info and help, collapsible JavaScript blocks, implicit symbol understanding for searching, refactoring...

How to skip parentheses on Netbeans with enter?

So I have been programming in C++ with Eclipse and have the habit of hitting enter to skip parentheses (anyone who has ever used eclipse probably knows what I am talking about). I have recently started learning Java and decided to use NetBeans, mostly due to the much more simple interface. However, I would like to know if there a way t...

What is the fastest and best PHP IDE on Windows?

I've tried a few PHP IDEs, but am still searching for the fastest one. All Java-based IDEs are too slow. I have 2 computers to work with: my home PC which is too fast, and my laptop which is good but can't handle heavy software. And I have to work on them both, so I'm looking for the best free IDE which is fast. I'm not talking about t...

how to implement code completion in qt

i am writing an ide using qt (on c++) and i need to add auto completion feature to it so i want to know : how to do that (i am using qtPlainTextEdit) ? what the data structure i should use ? ...

Is there a good Open Source xml ide?

I've looked around, and I'm surprised that I can't find an Open Source equivalent to Oxygen or XMLSpy. i.e. A rich XML editor with support for diverse types of validation, XSLT debugging and profiling, and all the other extra bits that make it more than just a text editor with syntax highlighting. I've seen a few (like Jaxe), that that...

Can I enable the "Comment out the selected lines" feature for working on text files in Visual Studio?

Can I enable the "Comment out the selected lines" feature for working on text files in Visual Studio 2008 or 2010? I'd like the ability to use that function on files other than normal code related files. When I open a TXT file the comment and un-comment buttons are disabled. Is there a way to change that? Thanks Clarification: I use th...

Is there an IDE for PHP where you can set breakpoints and step into the code?

Is there an IDE for PHP where you can set breakpoints and step into and render a webpage "stepwise"? And whats the "best" IDE for working with php-code? ...

Need some pointers/hints in writing a Windows Application

Hi, I want to create applications in windows that has complete portability (within windows OSes of course). I have tried using one application written in Visual C++ but I had a real tough time in making it run in other windows OS (like it required .net framework libraries to be installed). This put me on the back foot because I had to c...

Can I have Visual Studio IDE auto-comple brackets?

Suppose I have a line of code that starts like the following: Func1(Func2(Func3 Is it possible to set up Visual Studio (2005, 2008, 2010) IDE, so that when I hit ';' it will auto-complete all the brackets. I am only interested in brackets, nothing fancier. It doesn't have to be ';' key, it can be another key that auto-completes both b...

LLVM C++ IDE for windows

Hello Is there some C/C++ IDE for windows, which is integrated with LLVM compiler (and clang C/C++ analyzer), just like modern Xcode do. I have Dev-Cpp (it uses outdated gcc) and Code::Blocks (with some gcc). But Gcc gives me very cryptic error messages. I want to get some more user-friendly error messages from clang frontend. Yes, cl...

Access the GWT generated javascript source in Eclipse

In eclipse IDE, how can I see the javascript source code GWT has generated ? ...

Suggest a Java IDE for Pocket PC

Hi Guys How can I write a java application with Pocket Pc? could you please suggest me an IDE and JDK for PPC? I want write java applications with PPC's keyboard for example in travel. for example HyperEdit is an IDE for HTML. Thanks a lot ... My PPC : Xperia X1 My OS : WindowsMobile 6.1 My Cpu : 528 Mhz ...

What IDE do you recommend for Ruby on Rails on Windows with Cygwin?

I want to be able to use this IDE to step though code and debug. So far I have found: "e" Text Editor (http://www.e-texteditor.com/) $34.95 Arcadia (http://arcadia.rubyforge.org/) Has anybody ever tried either of these and how are they? Or anything else you can suggest? ...

About Android IDE

Right now I'm using Eclipse for Android development, but my computer is kind of old and I like responsive development environments. I've tried using VIM, Emacs and TextMate but I'm missing every feature in the Eclipse Android plugin: Auto generate R class Check for errors & warnings on code Auto completion Deploy to device or emulator...

C/C++ method parameter hints in Eclipse

Hello, is there any way how to enable Eclipse to show hints for parameters of C/C++ functions. When I press Ctrl + Shift + Space it shows only types of parameters but not the names. And is there also any way Eclipse can show parameter hints automatically when ( is pressed? Thanks for any advice. ...

Can and should I run 2 versions of XCode side-by-side?

Is it possible to install the beta iPhone SDK as well as the latest "official release"? Is this even necessary, or can i just use the beta for iPhone/iPod development as well as iPad dev? ...

Set next instruction in NetBeans IDE

Does NetBeans have something akin to "Set Next Statement/Instruction" when debugging in Java? ...

Does anyone have a list of the Delphi IDE macros?

I know about $(Delphi) and $EDNAME but after much seaching I cant find a list of these and any others for use in libary path names etc. Can anyone oblige please? ...

To find an execution line-counter for Java IDE

Is there any plugin to some IDE that show the number of times a line is run in the code? Eclipse's ECLemma does not seem to have a setting to show execution times at the left-hand-side bar, like in the service WebCat. ...

Transitioning from FlexBuilder 3 to FlashBuilder 4 ... there and back again.

It's growing pains time again. Some of our stuff requires FlashBuilder 4 and some still requires FlexBuilder 3. Both are installed OK, and no projects use both IDEs. The trouble is, when I go back to work on a FlexBuilder 3 project it takes freakin' forever to build and I get weird errors like these: This doesn't seem to cause any ide...