[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.php] Feature Request
|
- From: Hertzel Armengol <hertzel@xxxxxxxxxxx>
- Date: Fri, 16 Feb 2007 18:56:33 -0600
- Newsgroups: eclipse.tools.php
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.5 (X11/20060719)
HI, checking some of my projects I noticed that that outline and the
CRT + SPACE, to open include files are not working as expected
for example take this code
// Require the initialisation file
require_once '../../init-delivery.php';
// Required files
require_once MAX_PATH . '/lib/max/other/lib-log.inc.php';
Now check the outline, you only will see the first inlcude, the second
is ignored, also control + click will not work neither the first or the
second include (to open it in another tab)
so here are my toughs:
1. Initialize DEFINE values, during project initialization
(phpeclipse do this)
2. Parse paths, so ../../init-delivery.php, will open a file with that
name 2 levels, up of my current position
3. Maybe add folding to for, if, while, do... instead of just classes,
methods, functions
4. Add a hotkey to Add phpdoc documentation templates (the same way as
right click over a function in the outline view, but faster ..see
zendstudio as example)
also add some user documentation can be nice also.........
tnks for your efforts :)