I just downloaded a demo of Zend Studio and it looks remarkably like Eclipse. I was wondering if they were built on top of the same libraries or if the developers just stole the look and feel to make it more user friendly on developers familiar with Eclipse.

If they are built off the same libraries or framework, which ones? I ask cause I'm interested if their is an IDE builder. A way to quickly create your own IDEs for instance. Thanks

link|improve this question

The information can lead to a framework, set of libraries, or technology that can be researched for anyone interested in creating an IDE that looks like Eclipse. Bunch of trolls on stackoverflow – Spidy Jun 25 '11 at 22:46
feedback

closed as not constructive by Michael Petrotta, Merlyn Morgan-Graham, jonsca, Robert Harvey Jun 26 '11 at 2:19

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

Zend Studio is built off of Eclipse, that's why it looks similar. From the Zend Studio website:

Zend Studio is the most up-to-date PHP IDE that supports the latest technologies such as PHP 5.3, Zend Framework, and the latest Eclipse Platform (Helios) ensuring your environment is always up to date with the latest advancements. You can also use Zend Studio to easily build rich PHP-based Ajax applications thanks to extensive JavaScript support.

You can find a list of other Eclipse-based software on Wikipedia.

link|improve this answer
Oh right, the power of modularity and extendability. Thanks for the wikipedia list. – Spidy Jun 25 '11 at 5:07
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.