ide

Java IDE with VIM integration for someone coming from C/C++

I'm an experienced C/C++ programmer getting into Java and looking for a good IDE with VIM integration or a VIM plug-in that let me use the same key mappings for things like editing, cscope and omnicompletion functionality. What I mean is that whatever native functionality is provided by the IDE can be mapped to the equivalent vim key bi...

Is there an IDE for java programming on a blackberry?

How can I do my java programming on a Blackberry? I am not looking for Blackberry app development. I am looking for a way to work on a java webapp project while not at my PC. Ideally, I would like to be able to connect to a server on my desktop, download some Java code from an existing project... edit it, and send it back to the server t...

What technologies and tools would you use to create a new user data driven web site?

HI, I’m an experienced c# / ms-sql developer that has been mostly focused on WinForms / backend data services using remoting / XML Web Services and now some WCF RESTful services. I also have experience with ASP.Net WebForms (although not with Ajax or MVC). I’m looking at creating a web site and wanted to get some input as to what t...

Errors when using Lazarus IDE on OS X

I'm trying to use Lazarus for OS X to complete a PASCAL programming assignment, and for some reason, I keep getting the following debugger error. Debugger Error Ooops, the debugger entered the error state. Save your work now! Hit Stop, and hope the best, we're pulling the plug. Even though it tells me "Project successfu...

Delphi - Where is the IDE picking the list of form names from ?

Especially to populate the "inheritable items" and "forms creation" dialogs I am asking because since a few days, I cannot create inheritable items anymore as there is a space (or a tab?) appended to each form name so I end up with an error message when inheriting like 'basewindow 2 is not a valid identifier' (notice the space between b...

Why do many programmers prefer oldfashion tools like NC or VIM to modern file managers and IDEs?

I do understand why many use CLI - It provides more facilities and it is more flexible for particular tasks. But why do many programmers prefer old-fashion tools like NC or VIM to modern file managers and IDEs that have user-friendly, nice-looking interface and provide same functionality? ...

Which IDE is good for wordpress?

Hi Any one provide me best IDE for wordpress theme and plugin editing in windows. As I m new to this area, Please provide me suggestion. Any I am using it in my notebook with 2GB RAM. ...

How do I create a WYSIWYG code editor with autocomplete to my web application?

I'm developing a web application and I want the user to see autocomplete results like the autocomplete results shown by Eclipse. Where should I start from? ...

Tools Commonly used to Program in R

I apologize if this has already been asked a different way but I couldn't find anything getting at what I wanted. I am really getting into R from other packages (SPSS). As I learn about what truly can be done, I realize that there are additional "tools" that I need. This gets me to my question. What setup do you have for developing ...

What C++ IDEs on Linux have "intellisense" in par with, or better, than Visual Studio?

There are some Linux based C++ projects in the pipe. What IDEs should I go for that have some kind of "intellisense" in par with, or better, than the one of a bare Visual Studio (that is, without the Visual Assist steroids). (Note that I didn't use the words "as good as, or better". I consider the Visual Studio C++ intellisense everythi...

Is it possible to execute vb.net code using vs2010 without running the project?

This may be a strange question and have no answer but I thought I would post it to see how you would go about doing it. I have a line of code: Grade = Math.Round((Math.Abs(CorrectAnswers) / TotalQuestions) * 100) Basically that line just figures out the grade no major code work there, what I want to do is execute that specific line wi...

Is there a plugin for vim to auto-import python libraries?

In eclipse you can hit Ctrl+Shift+o to automatically import all the libraries you reference in your code. Is there any similar plugin for vim to have this feature with python? ...

Change background color of UI elements in eclipse IDE

I am using Eclipse 3.5 IDE on Fedora linux. Too much white or light gray color is hurtful to my eyes. I managed to change the background of editor and console window to black but nothing else so I am still seeing 30 to 40% space as not black. How do I change the background color of package explorer? If not possible then how to hack int...

Is there a keyboard shortcut to go to a line number in NetBeans?

I'm using NetBeans for a project, and baffled that I seem completely unable to find a keyboard shortcut to go to a specific line number. Please tell me that it's my googling skills that are lacking, rather than the IDE. ...

function to set background image in a jframe in java netbeans ide

Hi. I am making a java application using netbeans ide 6.8. I don't the function to set a background image to my jframe. I will be very helpful if you can post the specific coding. ...

Can I automatically refactor an entire java project and rename uppercase method parameters to lowercase?

I'm working in a java project where a big part of the code was written with a formatting style that I don't like (and is also non standard), namely all method parameters are in uppercase (and also all local variables). On IntellJ I am able to use "Analyze -> Inspect Code" and actually find all occurrences of uppercase method parameters ...

Auto-completion for Stat ET / Eclipse?

Dear all, after using sciviews-K for a while, I am about to give the R Eclipse combo another chanced. I updated to Helios on my Mac OS X Snow Leopard. So far everything that used to make trouble with Eclipse works, but somehow I miss the auto-completion of code. Or at least the standard suggestion of paramaters when you use R functions...

Visual C# 2010 express edition - can't add references or items to toolbox

I've been using Visual C# express through 2005, 2008 and 2010 editions. I'm irrationally irritated by its preference for putting Project files into different subfolders of the My Documents folder for each edition so I've recently moved the default location for Projects to a new single location My Documents\Visual Studio\Projects, this ap...

Open file in editor from browser, on Mac

I'd like to have a link which allows me to open a file in my favorite IDE. Textmate registeres it's own protocol txmt://open/?url=file://%file&line=%line and it works fine, but I can't find out how to open the file in some other application (for example NetBeans). This probably requires registering some protocols and setting my browser ...

vimrc error and config python on windows xp

I am using XP SP3 and have installed vim 7.3. I was following a how-to I found here in a previous thread on configuring vim for a python editor. http://www.sontek.net/post/Python-with-a-modular-IDE-%28Vim%29.aspx I am getting an error when starting gvim that it cannot find python27.dll. This is correct I don't have python 2.7 installed...