I have a search for an existing question here, but I do not have specific details that I need, so I ask my question.
I use Ubuntu Linux (current version 9.10) and use the Eclipse Galileo PDT to develop a web application using CodeIgniter. I can make autocomplete processed for CodeIgniter libraries and models using this comment in my controller file:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
class Content extends MY_Controller {
function Content()
{
parent::MY_Controller();
$this->load->model('content_model');
}
function index()
{
}
}
Using a comment like this in the controller file, Eclipse can autocomplete when I wrote partial code, for example $this->content_model->g. After input, gI can click Ctrl+Space, and Eclipse will show any methods in the class content_model.
eclipse - , . firefox, RAM , . , ( 2x1GB), .
IDE , Komodo Edit.
:
- Komodo Edit , Eclipse PDT? , , Komodo Edit " -", ?
- - IDE, Ubuntu CodeIgniter?
.
Update:
Komodo Edit 5.2.4 ( ). , , , . .
, , PDT:
- Eclipse PDT , .
{controller_name}, , , Eclipse . Kodomo Edit, . Kodomo IDE ?
- , , .