0
votes
1answer
15 views
Is there any way to improve IDEA 9 Community Edition Look&Feel?
Earlier versions of IDEA had their own skin and looked really nice. But fresh 9CE version has really strange look&fells included: default is IDEA 4.5 (!!!) that looks like apps in 1998, also there …
2
votes
3answers
56 views
VIM: How to move between matching tags?
I'm a big fan of ctags, but sometimes it is hard to use it.
In case when I have a few declaration of the functions with the same name - "ctrl + ]" throws you to the first occurrence - which is not …
-3
votes
5answers
120 views
Best Free IDE for PHP Development? [closed]
Possible Duplicates:
What is the best IDE for PHP ?
Any good PHP IDE, preferably free or cheap?
I'm looking for a good, free PHP IDE with features such as Code Completion, Syntax Highliting …
15
votes
14answers
404 views
Best editor for remote pair programming?
Do you know of an editor that allows two people to edit the same code simultaneously sitting at two different computers connected remotely?
This can be used for code review e.t.c
The platform could …
1
vote
1answer
37 views
How to make use of Grails Dependencies in your IDE
Hi All,
So I finally got my dependencies working with Grails. Now, how can my IDE, eg IntelliJ or Eclipse, take advantage of it? Or do I really have to manually manage what classes my IDE knows about …
0
votes
0answers
11 views
j2me AWT development
Dear all,
I plan to development an embedded application with AWT GUI.
How to setup the IDE based on Eclipse? So that the developed applications can run on CDC FP1.0/FP1.1?
0
votes
0answers
15 views
Managing different windows in Apple’s Interface Builder
I'm working on Interface Builder. I don't like the fact that I have to manage multiple windows. For example if I open two xib files I can easily have six different windows scattered across my window. …
0
votes
5answers
73 views
Separate code and comments
I'm finding comments on code starting to get annoying. I feel that once you achieve some level of expertise, code is pretty much self documenting. But comments are still a necessity.
What I would like …
0
votes
1answer
19 views
What exactly is the difference between the Dreamhost IDE and Netbeans?
I just started using Netbeans about a week ago, and really like it thus far. Now I'm seeing something about Dreamhost IDE which I guess is a program that is built using the Netbeans platform. I use …
0
votes
2answers
14 views
netbeans: the replace button is unclickable?
i want to find and replace a string in netbeans.
but the edit -> replace button is unclickable.
why is that and how do i solve it?
1
vote
4answers
73 views
Recommend Linux + Java books, resources for .NET developer
Hi,
I want to learn Java and Linux.
Java itself (as a language) is not a big deal for me as I know pretty well .NET and C# (so the paradigm is similar).
The biggest issue for me would probably be …
0
votes
5answers
73 views
PHP IDE with design view?
Are there any good IDEs for PHP that have design view as well?
Like in Dreamweaver, or visual studio, sometimes it is advantageous to place controls with drag and drop.
Also want syntax …
2
votes
2answers
24 views
Eclipse Create Multiple Class at Once
Eclipse as a option to create a class automatically once a undefined Object is detected
e.g.
Tester test = new Tester();
It will ask if you want to create the Tester class.
Does it have an option …
2
votes
1answer
55 views
Aptana studio won`t load ?
i`m using a standalone version of Aptana and i have just finished reformatting when i tried to launch Aptana i got this error
"Could not launch the product because the specified workspace cannot be …
0
votes
1answer
18 views
Change right-click context menu options in VS2008
When I right-click in my class library, I get some quick options to create things, like an Item from the popup list (New Item...), a User Control, etc. E.g.
Now in my web app project, I'd like to …
