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...
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 ...
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...
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...
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...
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...
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...
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.
...
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...
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...
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 ?
...
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...
...
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...
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(...
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.
...
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...
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...
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:...
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?
...
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...