Configuring Komodo Edit for Joomla Code Completion

From Joomla! Documentation

Revision as of 03:06, 5 May 2012 by Oasisfleeting (talk | contribs) (Created page with "{{inuse}} {{RightTOC}} == Introduction == This article provides instructions for setting up Komodo Edit and code completion for joomla. == Installation == 1.) Download and in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Quill icon.png
Page Actively Being Edited!

This article is actively undergoing a major edit for a short while.
As a courtesy, please do not edit this page while this message is displayed. The user who added this notice will be listed in the page history. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page. If this page has not been edited for several hours, please remove this template, or replace it with {{underconstruction}} or {{incomplete}}.

Introduction[edit]

This article provides instructions for setting up Komodo Edit and code completion for joomla.

Installation[edit]

1.) Download and install the latest version of Komodo Edit from here. http://www.activestate.com/komodo-edit
2.) Download the latest versionof Joomla.

Put Joomla Somewhere Safe[edit]

Once you have downloaded the latest version of Joomla from the link above you'll want to put it somewhere on your drive where it won't get lost or deleted by accident. Unpack the Joomla file you just downloaded to this location.

Adding Joomla Path To Komodo[edit]

Start the Komodo Edit software you just downloaded and installed and in the menu at the top you will see a menu option titled Edit. Go to Edit -> Preferences and a dialog will appear. Find Languages in the list on the left, expand it and you will see another list of languages, click PHP in the sublist.
On the right of the screen under PHP Directories you can specify any directories that you want Komodo to use for autocomplete and calltips. Komodo will recursibely scan these directories for information.
Press the green plus icon to add a new directory and point it at the Joomla package you unzipped and placed somewhere safe. Mine is in "C:\joomla\joomla2_5\Joomla_2.5.4-Stable-Full_Package" press okay and the editor will add the all the joomla code to it's database and you'll have code completion as soon as it's done scanning.
Now you're ready to start coding. Type "JFactory::" into your new php extension and Komodo will list all the methods available to JFactory.