Tagged Questions

5
votes
12answers
471 views
+100

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 production. Eclipse, as …
0
votes
4answers
1k views

How to use Microsoft C++ compiler with NetBeans?

I was wondering whether it's possible to use Microsoft's C++ compiler and linker with NetBeans IDE? If so, what's the best way of doing it. P.S. I'm not interested in Mingw. EDIT: Is it possible to …
1
vote
4answers
76 views

Does RubyMine 2.0 earn it’s $99 as a Rails IDE?

I've seen a lot of blogs talk about RubyMine lately, as a best of breed Rails IDE. Currently I am using NetBeans IDE for my Ruby and Rails stuff, but I was wondering if anyone here would personally …
1
vote
2answers
67 views

What is ‘Facet’ in JavaEE?

I wonder not only what is Facet but also what is Facet 'in physical level' (as I understand it's not a separate jar, but what?)? I also wonder how can it affect my application after deploying. I'll …
20
votes
14answers
2k views

Setting up an Erlang development environment

I'm interested in looking at Erlang and want to follow the path of least resistance in getting up and running. At present, I'm planning on installing Erlang R12B-3 and Erlide (Eclipse plugin). This …
5
votes
11answers
525 views

PHP Development - lot of (newbie) questions

Hi! I'm a Engineering student and I'm attending a Database and Information Systems class this semester. It's required that I produce a website/application that uses a database, using PHP/PGSQL. My …
0
votes
5answers
107 views

Live HTML & PHP editor/IDE for PC?

Are there any IDEs on PC which will allow you to view your changes live as you are typing? / Can any IDEs you know of be set up to do that? For both HTML and PHP ideally?
5
votes
10answers
206 views

PHP IDE with best code completion?

Despite what some might say, I believe that code completion (aka Intellisense) is the second best invention when it comes to code editors (the first being syntax coloring). It really makes coding …
0
votes
5answers
76 views

[NetBeans]: NetBeans IDE for PHP/Ruby.

I just came across NetBeans site and found its PHP and Ruby IDEs. I want to know how popular is NetBeans and are the plugins for SVN really as good as the plugins for Eclipse?
4
votes
8answers
214 views

PHP Web development IDE

I am coming from a C++ background and am used to testing code by setting breakpoints, viewing variables in the debugger etc. I am now doing web development (using the symfony framework). what I …
2
votes
3answers
22 views

Any pitfalls to working on a project created in a ‘higher’ version of Visual Studio?

I'm asking this specifically regarding Visual Studio 2008 and also the upcoming Visual Studio 2010. If we are given a project that has been created in an edition of Visual Studio such as Team Suite …
1
vote
4answers
184 views

C++ IDE with good intellisense

So I've been using Visual Studio 2008 for my C++ development for a while now, however the insanely crappy intellisense has been bugging me for ages. I'm looking for an alternative C++ IDE where the …
1
vote
9answers
341 views

Best IDE / TextEditor for R

Duplicate Recommendations for Windows text editor for R Which IDE for R in Linux? Which IDE or TextEditor do you use to write R code?
0
votes
1answer
17 views

Can I stop Aptana’s PDT plugin from messing with my Javascript editing

I run Aptana 2.0 on Win 7. I normally code HMTL/CSS/JS but the other day I started with a PHP project, so I downloaded the PDT plugin to get proper colorization in .PHP files. It works fine, but my …
1
vote
4answers
757 views

PHPDoc type hinting for array of objects?

So, in PHPDoc one can specify @var above the member variable declaration to hint at its type. Then an IDE, for ex. PHPEd, will know what type of object it's working with and will be able to provide a …

1 2 3 4 5 71 next
15 30 50 per page