ide

Web Develeopment IDE (Super Confused)

Hello, I am a web developer who switched to Mac OS X (Snow Leopard) and now I have some problems with the IDEs thing. I write XHTML, CSS, Javascript, PHP, jQuery and Ajax codes. But on Mac I wanted to ask what is the best (I mean it, The Best) app which handle all these things? with the following features: Syntax highlighting Code comp...

NetBeans IDE under Oracle

Hello lads and ladies, I'm a bit freaked about what I just read. I did some research, as I want to start programming in Java, and I came to the conclusion that NetBeans is the best IDE for me because of its capable Swing GUI Designer and powerful reporting with Jasper Reports (iReport). Yet Oracle (who will soon buy Sun) doesn't seem ...

How to prevent Eclipse from flagging file as erroneous

I have a file called "build_properties.xml" in my Java project, which is not a valid XML file, and it is not meant to be. It's included by a build system in another place, so I don't want to touch that file. But it is still a part of the Eclipse project. By default, Eclipse didn't try to validate that "build_properties.xml" is actually...

Interpreter that ignores leading >>> characters and ellipsis

Hi, I am studying some examples in a tutorial where there are a lot of leading >>> characters and ellipsis in the text. This makes it hard to cut and paste into the IPython interpreter since it doesn't like these strings. Is there another interpreter I could use that will appropriately ignore and interpret these leading terms? For exa...

Is building an application in Java different than making one in C#?

I mean using and IDE of course. Does Java come with a toolbox like control that has drag and drop controls, that you can move around, etc? Also, if I make an application in Java, will it run on any machine that has the Java Runtime Environment? I wouldn't mind learning some Java because of this single trait. :) Say I build a simple ca...

Time tracking from within an IDE

Hi all, I would like to track how much time is spent on each project within my IDE. For as long as I've been developing, I've used a standalone application or even a web application. I would like it to tie into the IDE directly because it will automatically track time spent based on the open project / file (ideally). I started to rea...

For someone coming from Visual Studio/C# background and wants to learn Java - Which should I get: Netbeans or Eclipse?

I'm looking for the following: A nice debugger that allows me to easily view variable values if I use breakpoints. Works very nicely in Windows 7. Has something similar to the Toolbox pane in Visual Studio. Built in intellisense, and code completion with the TAB key. Long term support. I mean something that will last and stay in act...

What jQuery IDE is this guy using?

In this video: http://vimeo.com/116991 I want to know because the result is changing as he codes it, and I want to use the IDE which has that feature. ...

Is there a way for NetBeans to automatically create brackets in a seperate line? [details inside]

When I create a new class for instance, I get this: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package helloworld; /** * * @author Sergio */ public class WordManipulations{ } I hate it when brackets are placed this way. Is there a way to make it create things like t...

Eclipse + pydev - Missing Console-view toolbar in minimized mode

I'm using Eclipse + pydev plugin as the development environment. In fact my application needs a big console area and I usually resize the console and minimize it, so that whenever I run the application, it automatically shows up. But when I minimize the console view or detach it or mark it as Fast View, the toolbar for controlling the r...

How to print the return type of a function in Visual Studio 2008 (C++)?

Imagine you have a function, if you hover over it with the mouse in visual studio you'll get the function prototype. Is it possible to print to the screen the return type of this function ? This is a practical question, not a programming one. Does the functionality exist in VS ? ...

What tool do you use as a web developer?

As a web developer there are a number of languages that most of us are usually familiar with Ruby, PHP, HTML, Javascript, etc... I want to know what programs you frequently use to code in? Even if it's NotePad, I'm interested... ...

Adding custom project to Visual Studio 2008 - MPFProj compiling problem

I'm trying to add new project type in Visual Studio 2008, using Visual Studio 2008 SDK, following the instructions in this tutorial. I have also included the following folders from Visual Studio 2008 SDK directly to my source code: c:\Program Files\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration\Common\Source\CSharp\Languag...

Problems with Error: There was an unexpected Confirmation!

I am trying to delete a user from a table. At first I was getting a timeout error but used the BeatnicClick() as described here: http://stackoverflow.com/questions/1391718/selenium-ide-click-timeout That solved the timeout error but I'm still getting the unexpected confirmation error. Here's part of the source code: selenium.Click(...

Netbeans: Navigate -> Go to declaration?

I'm finding that with Ruby or RoR code, Netbeans' "go to declaration" doesn't show as lit up. Is there some way to turn this on? Also: Eclipse with RadRails seems to have this for Ruby? RubyMine seems to as well... surely Netbeans can't be missing this normalish feature. ...

Eclipse IDE fail to launch with JVM Terminated. Exit code=-1

Hello everyone. I was having an issue with Eclipse IDE failing to launch with following error message: "JVM Terminated. Exit code=-1" After some googling, I've semi-unintentionally found the solution and was able to get the IDE to launch correctly. What I did was to set -Xmx JVM argument in eclipse.ini to a value that is lower than th...

How can I deal with having to code classic ASP?

I've just accepted a classic ASP project, because I need the work and the pay is good. So, can I use Visual Studio >= 2005 to edit this? Are there other editors that can deal with it, such as Aptana, NetBeans? Are there add-ins to other editors that allow them to deal with it? I don't want to go back to Visual Studio 6, because these...

Error when calling 3rd party executable from Powershell when using an IDE

I have a PowerShell script that uses du.exe (Disk Usage originally from Sysinternals) to calculate the size of directories. If I run du c:\Backup in the console, it works as expected, but the same line of code run in ISE or PowerGui gives the expected result plus the error + du <<<< c:\backup + CategoryInfo : NotSpecified:...

How can I get Geany to show me the methods a library has when I press the '.' key?

In visual studio, I could just press ctrl+spacekey and the methods appeared. In Geany is there a way for me to get this functionality? ...

How to Make Eclipse More Like Emacs

I am very familiar with emacs--and I realize that there is nothing that it cannot do--but there are some things that it does not do well or efficiently. So, being between projects I am open to the idea of switching to a full-featured IDE such as Eclipse. With muscle-memory being what it is, I would like to make Eclipse as emacs-like a...