ide

What IDEs and tools are available for C language development?

Looking at learning some C since i saw in another SO question that is good to learn for the language and for the historical experience. Wondering about what IDE's professionals use and what other tools are useful while programming in C? ...

IDE's for C# development on Linux?

What are my options? I tried MonoDevelop over a year ago but it was extremely buggy. Is the latest version stable a stable development environment? ...

Is Eclipse the best IDE for Java?

Is Eclipse the best IDE for Java? If not, is there something better? I want to know and possible try it out. Thanks. ...

How do you manage growing eclipse configurations?

I use eclipse for quite a lot of work, including: multiple "utility" projects that include code that most of my java work makes use of various plugin-related projects that I sync and use periodically (eg: the Git plugin) plugin projects I'm actually developing the occasional pydev / non-java project etc... It is becoming quite diffic...

PHP Development - lot of (newbie) questions

Hi! I'm a Engineering student and I'm attending a Database and Information Systems class this semester. It's required that I produce a website/application that uses a database, using PHP/PGSQL. My questions are: which IDE would you recommend? does anyone have good tips and advices for a new developer? it would help me (a lot) to devel...

Are there any user interface prototyping tools for Eclipse?

I am looking into designing new features for Eclipse-based programming tools, from the requirements/ideas perspective. To really do this quickly, I would like to sketch UI elements without having to code things -- my concern is with the concepts and ideas right now, not the possible later realization. Are there any such graphical sketch...

How to simulate a Delphi breakpoint in code?

I am pretty sure I have seen this before, but I haven't found out / remembered how to do it. I want to have a line of code that when executed from the Delphi debugger I want the debugger to pop-up like there was a break point on that line. Something like: FooBar := Foo(Bar); SimulateBreakPoint; // Cause break point to occur in Delph...

Error "Cannot change Visible in OnShow or OnHide" in Delphi IDE

I have a very strange problem with the Delphi 2006 IDE. If the IDE is minimized, and the PC is locked. I return to the pc, unlock it and maximize the IDE, I sometimes get the error "Cannot change Visible in OnShow or OnHide". If this happens, I have to kill the IDE with the taskmanager. Is there anybody out there who has the same pro...

Disable Intellisense in XAML Editor in VS2008?

Is there a way to disable Intellisense in the XAML editor in Visual Studio 2008? It is often a big performance drain while typing, and sometimes I'll sit for ten or more seconds waiting while the list automatically popups up. It appears that in Options->Text Editors->XAML, the Intellisense section is section is unavailable (grayed out)....

What's the best stable C++ IDE with a GUI that runs on linux?

What's the best stable C++ IDE with a GUI that runs on linux? ...

What are some pros and cons of the various PHP IDEs?

This isn't a "Which IDE should I use?" question and I'm not interested in text editors no matter how awesome they may be (and I don't consider either vim or emacs to be an IDE so... unless you have a couple of days to explain precisely and in full gory detail how to fully configure, say vim, to work as a PHP IDE let's just stick to the b...

Flash IDE - Find a symbol in the library

I've inherited a flash project (my first) that has many existing symbols in the library. They are organized in a large complex hierarchy of folders. Often, I find a reference to a symbol in actionscript code, but can't find the symbol in the library. The "Find" feature only searches for instances of a symbol. If none exist, is it possibl...

Fast compiler error messages in Eclipse

As a new Eclipse user, I am constantly annoyed by how long it takes compiler error messages to display. This is mostly only a problem for long errors that don't fit in the status bar or the "Problems" tab. But I get enough long errors in Javaespecially with genericsthat this is a nagging issue. (Note: The correct answer to this question ...

When do you use an IDE?

I know that some people swear against using a language-specific IDE ever (vim/emacs or die! type stuff) and that some people are really uncomfortable with coding/compiling in the terminal at all, so my question has the following parts. When do you switch from one to the other Is it even necessary to know both? If not, which should you...

Eclipse's WTP translation output

How can I view the intermediate translation done to JSP and JSPX pages by WTP? I'm getting weird syntax errors in my Problems tab of Eclipse in a project that has plenty of .jspx pages. They don't affect anything in the running application (Tomcat 6.0) and they appeared only over the last 2 weeks, after an update. The reason why I'd l...

best IDE / Editor for PHP

Possible Duplicate: Any good PHP IDE, preferably free or cheap? I want to know if there's an IDE for PHP like Visual Web Developer for .net? Thanks mates ...

Is there a way to maximise the current tab in Visual Studio?

I sometimes need to use Visual Studio when I have limited screen real estate (remote desktopping from a laptop for example). It would be really useful to be able to make the currently selected code tab maximise to take the whole screen for a limited time. Is that possible? Is there a keyboard shortcut? ...

Best IDE for Powershell?

What are the different IDE's for PowerShell? Which is the best? ...

How to remove paths from tabs in Visual Studio 2008?

Is there a way to stop the path showing in a source code tab in Visual Studio 2008? Currently when developing an ASP.NET site, I get the path from the root plus the filename - truncated when it gets too long. So something like: MyDir/MyPage.aspx for a short path and filename, or: MyDir/MyLong...yPage.aspx for a longer path a...

Best lightweight IDE/Text Editor

So I just got my new Eee PC 1000H and it's obviously not a beast of a machine, but it gets the job done with most tasks. I'm looking for a lightweight IDE or text editor (read: lightweight doesn't mean lack of features, just that it's not a bloated piece of crap) The computer itself has a 1.6ghz Atom processor and 1GB of RAM. It's for sc...