0
votes
6answers
102 views
Eclipse as an IDE - What do you find missing as a beginner in Java?
I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in prod …
0
votes
6answers
116 views
Any cheap or free IDE’s out there for VB6 programming?
Any cheap or free IDE's out there for VB6 programming? or is MS the only way to go?
Thanks.
0
votes
5answers
45 views
will installing several IDEs cause problems
I'm trying to evaluate a number of IDEs like Eclipse, intelliJ, Aptana, etc. to see which one suits my needs. My question is should I expect any problems from installing several ID …
0
votes
1answer
22 views
Pure NetBeans doesn’t work…
I had system: ubuntu-9.04-amd64. I installed IDE NetBeans 6.5 from official default repositories. Everything worked correctly.
But now, I decided to use ubuntu-9.10-desktop-amd6 …
2
votes
14answers
269 views
Good IDE/editor for C++ suited to my tastes
First off, I know that this question is asked a lot. I have looked at several threads and I end up being more confused than anything because usually the thread question is vague s …
1
vote
5answers
44 views
Navigate files with VisualStudio 2008
I am currently developing with VisualStudio 2008. I find it increasingly difficult to find files when the number of files and projects increase. The situation become so bad that I …
0
votes
3answers
57 views
Flex + PHP: Flash Builder 4 vs. Eclipse
I'm getting started with Flex and initially installed the Adobe environment (Flex Builder 3) and later found out that they're starting to call it Flash Builder 4.
Anyway since I' …
6
votes
4answers
137 views
IDEs that can embed gVim as editor
Are there any IDEs that can embed gvim as its editor? I found PIDA for linux, I'm wondering if there are any windows equivalent for this. I'm not looking for Vi emulation, I am loo …
3
votes
16answers
318 views
Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
For those who are using vim/emacs/terminals,etc (ie, not an IDE proper) what sort of projects are you working on? Are they big? Production? Are these the tools you use at work? Or …
0
votes
2answers
30 views
Restoring the IntelliJ IDEA “Project tab”
By default the IntelliJ IDEA interface contains the following tabs/panels:
Project (tabbed to the left)
Structure (tabbed to the left)
Commander (tabbed to the right)
Ant Build ( …
1
vote
4answers
110 views
Delphi IDE - How to make disabled toolbar buttons grayscaled?
Seams like this one is for real Delphi geeks only.
This is how it looks (sorry, can't post images)
Delphi IDE ugly toolbar
What's wrong - disabled Delphi IDE toolbar and menu b …
0
votes
7answers
176 views
Good C IDE for Mac?
I've just started a job where I'm programming in C on a Mac, which is my first experience using a Mac for development. For now I'm using XCode as my editor, then using make/gcc/svn …
0
votes
1answer
35 views
Why do errors no longer appear in Eclipse’s package explorer?
My project used to be fine - errors showed up in the file margin, the editor breadcrumb, the problems view and in the package explorer tree as little red X marks.
Somewhat spontan …
0
votes
4answers
30 views
PHP web-textbox syntax highlighting
I'm looking for a solution where users can copy/paste PHP code into a textbox and it will be highlighted like it is inside an IDE. (Like stackoverflow does when you paste a code sn …
-1
votes
14answers
156 views
Top 5 things an IDE must do? [closed]
Yes, an IDE can do everything for you. But no single IDE satisfies everyone, and each IDE excels at different things. Makes it hard for someone like me who would like to encourage …
