But however, using firebug I can not find any of the elements or objects on the page.
For example: there are tabs for mail, calendar, contacts etc.
When I right click on these tabs brings up no menu. I know this is a java script but how to figure out and automate using Selenium IDE?
http://demo2.zimbra.com/zimbra/mail#1 --> This is the w...
In Textmate and even under Visual Studio, it's possible to use a keyboard shortcut to navigate to the end of the current scope. And for bonus points, in some editors there is a special combo to navigate to the next method in a source file.
I've taken a look at the keybindings section and can't seem to find anything relevant. Can I i...
Hello guys.
The topic says it all. In case of my question is not clear enough let me provide you a screenshot ;-)
I am editing ColumnHeadersHeight property. When I finish I want to use some a key to go to ColumnHeadersDefaultCellStyle property or to ColumnHEadersHeightSizeMode property. How to do that without using a mouse?
...
For a Java project (with the team of 5-10 developers) should I store my IDE project files (e.g. Eclipse or IntelliJ Idea) in version control system (currently I store only build scripts)? What's the best practice?
PS Do you aware of any tools to automatically generate project files for common Java IDEs according to some descriptor?
...
I am new to PHP and would like to learn. I am limited to running on Windows and need advice on getting setup. Which IDE should I use? Are there any development servers similar to the one included in Visual Studio? What other general advice do you have?
...
I'm looking for a fast IDE for Linux that has Find&Replace. I'm currently using Geany and I've tried NetBeans, and Aptana doesn't have a PHP plugin for 2.0. I prefer one that has a sense of projects. Does anyone have any suggestions?
...
I am trying to identify the point in time where code completion (autocomplete/intellisense/whatever) was first introduced in IDEs and would appreciate any pointers.
By code completion here I mean a feature within the editor that suggests methods or functions based on the code that was already typed, and I am interested in programming la...
Hello all,
Can someone tell me if this is a bug in the SDK/IDE:
Any custom or extended layout I add to my layout XML causes the IDE to ignore the fact that there are any child views of that layout (they just disappear from the outline view/window), thus making them uneditable via the properties view/window. (I need to extend a layout to...
We are looking for some tools to help us with our web development speed.
The two main areas that we have pinpointed as parts of the problem are "Framework/Flow Management" and "Visual/Layout Development"
Ideally we would find a tool that handles both rather well. However, it seems like there are few tools that handle the middle ground...
IRb is pretty plain compared to bpython, even when using wirble.
Is there any ruby equivalent of bpython?
...
Possible Duplicates:
IDE for PHP?
What is the best IDE for PHP ?
Currently I code PHP with Notepad++. Any ideas about better PHP-centric IDE out there?
Any help is much appreciated.
...
Until now, most of my PHP development had been done on a Mac in TextMate. For a new client I need to work on a secured windows box, and I was wondering which IDEs I should be looking at, as someone used to working with TextMate. I've tried the 'E' editor, and I'm unconvinced. I've tried IDEs on the Mac, and they always seem like poor rel...
Suppose I have two classes defined the following way:
public class A {
public A() {
foo();
}
public void foo() {
System.out.println("A");
}
}
public class B extends A {
private String bar;
public B() {
bar = "bar";
}
@Override
public void foo() {
System.out.println(bar);
}
}
...
NETBEANS
This is an IDE question.
I am used to work with a code window as big as it can be.
So I use 2 monitors and I have:
In the 1st monitor:
The Project/Files/Services Window together with the Navigator/Inspector Window
The Code Window (Editor) using the most space of the monitor.
In the 2nd monitor:
The Palette/Properties Wi...
Hello Guys,
i customized my Eclipse for a special Latex Perspective and saved this perspective as "MyLatex". I evenso added shortcuts in my texlipse preferences, so that i can type "tab"+strg+space to insert a table.
Now i would like to offer this to friends. I found out that i can use Export->General->Settings, but this exports ALL pe...
We have switched to JBoss 6 to make it possible to use a wider range of Java EE technologies. We chose JBoss because of its small memory footprint compared to other application servers, so we have no other choice.
Do you know any developer tools that can be integrated with JBoss AS 6?
Thanks in advance
Jonathan Frank
...
Do they use Windows to write Windows? I don't know, but if they did and suddenly there was no more Windows, what would they use to re-write Windows?
...
I made a small change to an old java file in IntelliJ and when I save the file the IDE automatically reformats all the code. Normally this would be preferable, however it seems almost every line has unnecessary white space that gets cleaned up. Now it appears the entire file was modified even though I only made a small fix. This will mak...
i wonder why sun doesnt support python and django in netbeans?
cause i am choosing between learning ruby/rails or python/django.
does this mean that i should use ruby/rails cause then support comes out of the box?
seems that other applications favor support for ruby over python.
...
Note I am not asking for which is the "best" IDE for PHP or anything subjective like that. I want to know which is the most widely used backed by some sort of statistic (something like the W3's stats for browser usage) but for IDE usage amongst PHP developers.
...