Posts Tagged ‘aptana’

20Oct

Color theme for Aptana 3

For web development, few IDEs are both free and as powerful as Aptana. The new Aptana 3.0.5 Beta is now a mature product (early Aptana 3 was very buggy) and good enough to switch to. Here you will find a syntax colouring theme for the new Aptana 3, compatible with TextMate and e Text Editor theme systems.

Read more

Tags: , , , ,

18Sep

Huge collection of Aptana 3 themes

If Aptana is (still) your IDE of choice, check this gallery of colorization themes.
Read more

Tags: , ,

18Jan

Appcelerator acquires Aptana

The Aptana IDE has been around  for a few years now and has gained a loyal base of users (yours truly included) due to its strength, easy of use and wide support for various languages including its support for Android and Nokia development. Aptana has now been acquired by development platform Appcelerator, creators of Titanium platform for development on iOS and Android.

Read more

Tags: , , ,

17Oct

Clean restart for your stylesheet

Want to remove all properties from your CSS leaving the selectors intact? in Aptana, use the regular expressions (.*?):(.*?); and (.*?):(.*?)\R to clean everything.

Tags:

31Aug

5 Dark Themes for Aptana

5 Dark Themes for Aptana

If Aptana is your IDE of choice and you love every single feature forgiving any weakness, but your eyes after 8 hours coding just can’t tolerate the default bright theme, this is your post. These dark color themes for Aptana will bring some rest to your eyes.

Read more

Tags: ,

21Dec

Installing Aptana 1.5.1 + Aptana PHP

Installing Aptana 1.5.1 + Aptana PHP

I’ve just updated Aptana Studio from 1.5 to 2.0 only to find out that the spectacular Aptana PHP plugin is not longer supported and its installation has been removed from the Install Additional Features view. However, with some tricks we can still install the old Aptana 1.5.1 in order to use it. Well, in fact we can even install Aptana PHP in Studio 2.0.

Read more

Tags: , ,

31Jan

WordPress code templates for Aptana

What’s you IDE of choice when it comes to web development? I use Aptana Studio which absolutely rocks when it comes to web development. By default, Aptana doesn’t have a PHP editor but you can install it after you install the default Aptana installation from the Aptana\My Aptana menu option. A page will open with some plugins you can add to Aptana and this is where you will find PHP support.

Aptana IDE

So, what about WordPress? does Aptana supports WordPress? well, Aptana has HTML, CSS, PHP autocompletion and it also support libraries like jQuery. To enable jQuery autocompletion open the References panel and under the Global References section check (if it’s not checked already) the jQuery 1.2 or 1.3 support; you will instantly get jQuery autocompletion. However, WordPress autocompletion is not yet supported so I’ve been writing a bunch of what Aptana calls Code Templates to assist me while coding a WordPress theme or plugin. It’s no rocket science, all you have to do is (having Aptana PHP installed of course, since WP is written on PHP) go to Window\Preferences. Then, on the tree, go to Aptana-Editors-PHP-Code Templates

Aptana Preferences

Like I said, I’ve started writing some templates, so you can download these WordPress code templates for Aptana 1.2 and import them to the Code Templates. The Code Templates are variable based so, for example, you can write (see the image above) the hook name to add an action to, and it will append the hook name to whatever function name you add (it’s the way I write action and filter functions). I’ve included the WordPress loop by Justin Tadlock, explained in great detail on its website, as an example of a large code template, and you can trigger it typing the_loop on the Aptana PHP editor. Other code templates like the ones triggered by _openfile  and _savefile (for opening and saving a file in a WordPress option page) make heavy use of variables.

I wonder why there’s still no IDE that supports WordPress syntax, given that it has become so widely spread on the last two years. We can only expect that 2009 will be the year where an IDE add WordPress syntax. Maybe Aptana is the one, it has been growing amazingly in the last year and I hope it will continue doing it.

I wonder, do you know of any IDE supporting WordPress? which is your IDE of choice? I will be adding more WordPress Code Templates for Aptana so stay tuned!

Tags: , , , ,