ide

Delphi 2010 Error Insight incorrectly flags "Undeclared Identifier"

In D2010, Error Insight is incorrectly underlining in red types like "TOpenDialog" (even though my unit and project's uses both include Dialogs). Also, in my method TMyFrame.Foo, it fails the same way by flagging a reference to a VCL component in my TMyFrame -- even though Foo and the component are both part of TMyFrame. SO suggested ...

how to perform Parallel Development, Side by Side execution, Backward compatibility in SqlServer 2008 integration.

i want to know about Multi monitor support, Multi targeting, Parallel Development, Side by Side execution, Backward compatibility and SqlServer 2008 integration. all in one.. ...

Mac Flash CS4: how can I reposition a dialog box when I can't see its title bar or lower right handle?

A frustrating UI issue using the Flash CS4 IDE on the Mac: I'm using a laptop that has a rather small screen (1280x800). Some of the CS4 dialog boxes and the script editor panel show up above the screen and extend below the screen. Is there any way to edit a config file to make windows/panels pop up in certain positions or is there an...

Axis error about runtime location

The error is: Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set. Go to the Web Services preference page and set the Axis2 runtime location under Axis2 Preferences. In the preferences mentioned, the location is set correctly and in fact, it says "A...

Emacs: is there a way to pass a variable or a string into a M-x command?

I have a command called go-to-url that I call in my lisp code, which opens up a webpage, I just pass it a value string as so: (go-to-url "www.yahoo.com") However it'd be nice to use this function from the M-x command line. Is there a way to do that? Nothing that I have tried works ...

When a method has too many parameters?

When debugging some web-service client code today (in Java, with jax-ws) I ran across a web-service method with the mind-blowing amount of 97 parameters! I had to create a test case that calls this method, and I noticed several things: code assist/hover doesn't scale well. I am using Eclipse, and the tooltip over the method is as wide...

Is it possible to use the TestNG plugin with Netbeans 6.8?

I downloaded the TestNG NetBeans Plugin and tried to install it in my NetBeans 6.8. I'm running NetBeans IDE 6.8 (Build 200912041610). When I click install, I get this message: Some plugins require plugin External Execution Support to be installed. The plugin External Execution Support is requested in version >= 1.19 but onl...

php project through ftp (Netbeans, Eclipse or any free IDE)

I am new to Netbeans. Is it possible to work directly on the server files through sftp to avoid downloading/uploading each time. Will the intelisense work the same ? If it is possible I can't find how to do that or what plug-in i need to use. And if it isn't what other free php IDE offers this option ? ...

Why does Code::Blocks constantly changes my language?

On my there are two set languages, which are English and Russian, and English is the default set language. Yet every time I leave Code::Blocks and click on the window again, the program automatically changes the language to Russian, which not only is it annoying, but it doesn't make much sense. Does anyone have any idea why it's going o...

Windriver Workbench - Including included files in the project folder?

How does one put any included files into the project folder in windriver workbench, or, at the very least, make it so that the subclipse plugin can include them in subversion. I've figured out how to use subclipse/subversion for a project, but it is useless unless we can keep the included code library in sync as well. ...

Which IDE Should One Use For C++ on Windows

Which IDE for C++ i should use on Windows? Is there an IDE with support for editing on SSH(on linux server)? I have very big C++ project without docs and editing it with text editor very difficult =( ...

Comprehensive list of Google Wave text editor clients?

Hi there, I know I'm late to the game, but 'still haven't found very many desktop-based Google Wave client text editors. Do any even exist? Do you know of a Google Wave client plugin for Eclipse, VIM, Netbeans, or any other IDE? (Doesn't have to be a complete product...alpha is fine,...just curious if there's any progress in that direc...

Using Intel Threading Building Blocks (TBB) in Linux

Hi, I want to use Intel Threading Building Blocks (TBB) in Linux. Can anyone suggest a good IDE for that and possibly any steps to integrate TBB with that IDE? Thanks, Rakesh. ...

How to learn use your IDE effectively?

I've developed in IntelliJ IDEA for several years. And I've never seriously used NetBeans or Eclipse. But now I have to work in Eclipse and I want to be able to use at least part of its power as soon as possible. So, the question can be divided into 2 parts. 1) More general question: how to learn new IDE in a short time? 2) Are ...

Is there any good Octave GUI/IDE for Windows?

The default GNU Octave installation comes with a CLI. If the same CLI was inside a Windows Forms or WPF or GTK interface it would be much better, as it would allow: White background Normal copy/past Normal window resizing Better fonts There is any better GUI for Octave already available? ...

Custom key actions in Eclipse

Hello ! Today I have question about Eclipse. I use this IDE very long and I think it is good, but last time I miss for some functionalities... Is it possible to set some shortcut which will do something like: Mark some text ('Hello world'), trigger shortcut (Ctrl+T) and it will do something with that text - in example adds text before...

Best C++ Linux IDE

Possible Duplicate: Best unix/linux C++ debuger/IDE ? Hey, I've been searcing and reading about a good Linux C++ IDE, and couldn't set my mind on the right one. I've been using Eclipse with the C++ pluging , for C development, for the last couple months, but I found it not very useful, especially the debugging process that ...

Multiline Find & Replace in Visual Studio

Can it be done? We're using either VS2005 or VS2008. I don't mean regular expressions - which have their place - but plain old text find & replace. I know we can do it (at a pinch) with regular expressions using the \n tag but prefer not to get tangled up in regex escapes characters, plus there's a readability issue. If it can't be don...

Which IDE for C++ software can I use for targeting Windows, Linux and OSX?

Hello I was reading today question on IDEs fo C++, and there are very good ones like Netbeans. My question is about creating a software in C++ on Windows Environment, but let users install and run my software also on Linux and OSX. Does netbeans has a compiler to do the job, or is there any good IDE which has a compiler for targeting...

How can Notepad++ be extended as an IDE for R ?

Hi all, I am working with NppToR as an extension allowing the use of notepad++ to be an IDE for R. But there are a few features I didn't yet see implemented (I compiled the list from another IDE solution, which is not open source) : Object Browser - Allow users to see all the data and function objects that are available, including tho...