Aptana error missing plugin org.eclipse.ui
If you get the
Aptana requires missing plugin org.eclipse.ui
It got it when trying to install the Adobe AIR extensions.
Simply navigate to your installation directory of Aptana and run
AptanaStudio.exe -clean
Which cleans the cache so I’m told.
see here
Javascript Singleton Pattern explained
Hi Folks,
Here’s a great site with an explanation of the Singleton design pattern in Javascript with examples.