Eclipse Plugin Zend Studio - eclipse

I'm going to write a plugin with Eclipse Mars for my Zend Studio 10.4
I know that the Zend Studio is based on Eclipse. Is there anything to condsider? Versions, Configurations and so on? Does somebody have links to good Eclipse-Plugin-Tutorials?

I've found the answert to my own question by my selfe. Yes it work!! Very nice. But if you've build the .jar-file ( export ) you have to do some steps to use the own written plugin in your Zend Studio. Here is the link :
enter link description here
I hope, that i can help some other developers with this post!!

Related

jquerymobile widgets missing from palette in eclipse while working on IBM worklight project

i am new to IBM worklight and mobile app developement as it is so i will be very grateful if somebody helps.
configuration
windows 8 64bit
eclipse juno 1.5.2
ibm worklight studio 6.0.0
jquery.mobile-1.3.0
i have read many forums and questions on stackoverflow itself. they suggest that it will work on jquery.mobile -1.3.1 nut i can't find the specific version online.
Also when i goto help->check for updates it outputs no updates found along with error message:
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/jquery.mobile-1.3.0/.
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/adapt/.
so the problem is that when i open the html file of my project only Html tags and html form tag gets opened but a jquerymobile widgets are missing.
what exactly is the problem is it with the way of my jquerymobile import or versions or is it entirely something else if problem is version kindly state me a few resources if you can!!
i am really in need to get my project done if anyone helps again i will be really grateful.
Use jQuery Mobile 1.3.1: http://jquerymobile.com/resources/download/jquery.mobile-1.3.1.zip
With this version of jQuery Mobile you will be able to see the Palette view in Eclipse while using Worklight Studio's RPE.

Eclipse PHP IDE

Similar title but different question to
Eclipse PHP IDE - custom auto complete tags
Possible duplicate of
Getting started with PHP in Eclipse IDE
Doe's anyone know a tool / IDE / plugin in Eclipse for PHP development?
I already try the ZEND PDT but it seems that it has a bug and it doesn't install in my eclipse. I even follow this workaround in installing it but it still doesn't work.
My Eclipse verions is 4.1.2, OS is in Windows XP SP3.
The previous questions doesn't seems to have a solid answer. Please help. Thanks in advance.
Another very good IDE to devolpe in PHP is NetBeans:
http://netbeans.org/
I know you specifically asked for an Eclipse plugin, but let me take the liberty of recommending a non-Eclipse PHP IDE, because it's really good and deserves a mention here: PhpStorm from JetBrains.
If you're very keen on Eclipse, Aptana Studio is a good IDE based on the Eclipse code base.
Pardon a possibly dumb question, but why are you using Eclipse 4.1.2? I suspect that the problem is with a bug in the 3.x compatibility layer in that version.
Unless you have a real need to be using 4.1.2 (and since it was a beta, I'm not sure what that would be...), perhaps try again with 3.7.2, which is the version currently listed on the Eclipse download page[1].
Hope that helps!
[1] http://www.eclipse.org/downloads/

Zend Studio: how to add Less CSS support to Zend Studio?

I would like to add Less CSS support including syntax highlighting and ability to create/edit .less files. How can I do this?
Zend Studio is built on Eclipse, so instruction on how to do this in Eclipse may also be helpful.
As far as I can remember, there is no plugin for LessCSS for the Eclipse platform. If you're using PHPStorm on the other hand, it comes bundled with a very neat LessCSS plugin. NetBeans also has a plugin you can download and install, but it needs a little bit of work.
ZendStudio is based on eclipse. I asked the same question some time ago and got a real answer few days ago.
https://stackoverflow.com/questions/3577637/less-css-support-for-eclipse-pdt/7966689#7966689

zend plugin for eclipse

i am planning to start develop a website that uses webservices , i am thinking using zend framework.
as i am pretty much new for zend , i don't know much about its tools and configuration
i have eclipse installed in my computer , now is there something like zend plug in that i can download and install in eclipse.
As i have download the Eclipse PHP Development Tools (PDT) but its a separate eclipse studio only , but i want to use it from my already installed eclipse.
There is a branded version of Eclipse called Zend Studio but it is pretty expensive.
Check out Netbeans.
I have been using PHPeclipse and it has worked great.
This is their tutorial how to install :
http://www.phpeclipse.com/wiki/Installation
PDT is not studio only, you can use it with any version of Eclipse. If you already have an Eclipse installation you'll want to add their update site and then install the plugin that way. See the installation instructions here: http://wiki.eclipse.org/PDT/Installation for whichever Eclipse version you have.
Zend Studio is based on PDT, and I believe it has better ZF integration but it is a commercial product.

Is there a Joomla Plugin for Aptana IDE?

I use Aptana for 2 or 3 months now and i'm very happy with it.
But since i need to work with Joomla! and to write some modules, compenents, etc...
I'd have like to know if there is a joomla plugin for Aptana ?
I would just like to have autocompletion, autosuggest, links to methods and class of the Joomla API
Any ideas ?
Thanks
The solution to enable Joomla code assist in Aptana Studio is in this video www.youtube.com/watch?v=4HCqomfey34. This is for Aptana Studio 3.
After creating your project, go to Project > Properties > PHP Buildpath > External Directories > Add... and choose the Joomla framework folder (your_joomla_folder/libraries/joomla).
As far as i am aware, there isn't any.
But I think for what your looking for this will depend on actually how you set up your development environment. To start, you could use the aptana PHP plugin, then create a new 'Joomla' Project, pointing to your entire Joomla folder.
I use aptana but solely for javaScript. none-the-less if autocompletion and autosuggestion are what you are looking for with php, u will love phpEdit or phpDesigner, once you create a new project, and point to the source folder, you are ready to start working. Unlike aptana and eclipse, (though you could) you won't need to add specific code libraries to the project!!
Codelobster PHP Edition is FREE but the Joomla plug-in is NOT you can download the IDE with a 30day trial of the plug-in...