Difference between revisions of "Configuring Komodo Edit for Joomla Code Completion"

From Joomla! Documentation

(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...")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{inuse}}
 
 
{{RightTOC}}
 
{{RightTOC}}
  
Line 27: Line 26:
  
 
[[Category:Development]]
 
[[Category:Development]]
 +
[[Category:IDE (Integrated development environment)]]

Revision as of 15:11, 7 August 2013

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.