From Fedora Project Wiki
mNo edit summary |
(Expand test plans.) |
||
Line 17: | Line 17: | ||
* '''eclipse-epic''' | * '''eclipse-epic''' | ||
** Run eclipse from a terminal with -consoleLog. | ** Run eclipse from a terminal with -consoleLog. | ||
** TODO | ** Open Perl perspective, create a new Perl project and Perl file. | ||
** Syntax highlighting, occurance highlighting, content-assist and Outline view contributions work. | |||
** Syntax error markers shown in Problems view and task tag markers shown in Tasks view. | |||
** Mouse-over Perl built-in function tooltips work. | |||
** Right-click a built-in function "Perldoc" option opens Perldoc view. | |||
** Right-click a user function "Open Declaration" option works. | |||
** Create a "Perl Local" run profile and run, results appear in console. | |||
** Set a breakpoint and debug local profile, results appear in console and variable view works. | |||
** Create a "Perl CGI" run profile and run, server status appears in console, results appear in browser. | |||
** Set a breakpoint and debug CGI profile, server status appears in console, results appear in browser and variable view works. | |||
** TODO: Pod::Checker, Perl::Critic, Module::Starter integration. | |||
* '''eclipse-phpeclipse''' | * '''eclipse-phpeclipse''' | ||
** Run eclipse from a terminal with -consoleLog. | ** Run eclipse from a terminal with -consoleLog. | ||
** Open PHP perspective, create a new PHP project and PHP file. | ** Open PHP perspective, create a new PHP project and PHP file. | ||
** Syntax highlighting, occurance highlighting, content-assist and Outline view contributions work. | |||
** Syntax error markers shown in Problems view and task tag markers shown in Tasks view. | |||
** Start, stop and restart apache successfully. | ** Start, stop and restart apache successfully. | ||
** Apache stops when eclipse is closed. | ** Apache stops when eclipse is closed. | ||
Line 29: | Line 41: | ||
** Win32 help preference page is removed. | ** Win32 help preference page is removed. | ||
** Mouse-over PHP built-in function tooltips work. | ** Mouse-over PHP built-in function tooltips work. | ||
** Right-click a built-in function "PHP Help" option works. | ** Right-click a built-in function "PHP Help" opens help system to correct page. | ||
** Right-click a user function "Open Declaration" option works. | |||
** All the "PHPEclipse Help" links work in the help contents. | ** All the "PHPEclipse Help" links work in the help contents. | ||
** TODO: Run profiles and debugging. | |||
[[Category:Homepage]] | [[Category:Homepage]] |
Revision as of 10:06, 19 November 2008
Mat Booth
About Me
Mat is a software engineer who works on SCADA systems by day and Fedora by night.
Email: fedora(at)matbooth.co.uk
Website: www.matbooth.co.uk
Activities Within Fedora
Package Maintenance
A comprehensive list of the packages I maintain in Fedora can be seen in the Package Database. What follows is a brief test plan for some of the packages I maintain.
- eclipse-epic
- Run eclipse from a terminal with -consoleLog.
- Open Perl perspective, create a new Perl project and Perl file.
- Syntax highlighting, occurance highlighting, content-assist and Outline view contributions work.
- Syntax error markers shown in Problems view and task tag markers shown in Tasks view.
- Mouse-over Perl built-in function tooltips work.
- Right-click a built-in function "Perldoc" option opens Perldoc view.
- Right-click a user function "Open Declaration" option works.
- Create a "Perl Local" run profile and run, results appear in console.
- Set a breakpoint and debug local profile, results appear in console and variable view works.
- Create a "Perl CGI" run profile and run, server status appears in console, results appear in browser.
- Set a breakpoint and debug CGI profile, server status appears in console, results appear in browser and variable view works.
- TODO: Pod::Checker, Perl::Critic, Module::Starter integration.
- eclipse-phpeclipse
- Run eclipse from a terminal with -consoleLog.
- Open PHP perspective, create a new PHP project and PHP file.
- Syntax highlighting, occurance highlighting, content-assist and Outline view contributions work.
- Syntax error markers shown in Problems view and task tag markers shown in Tasks view.
- Start, stop and restart apache successfully.
- Apache stops when eclipse is closed.
- When running apache, right-click the editor "Show In->PHP Browser" works.
- When running apache, right-click navigator view "Open PHP Browser" works.
- Right-click navigator view "External PHP Parser" runs and results are in the console.
- Win32 help preference page is removed.
- Mouse-over PHP built-in function tooltips work.
- Right-click a built-in function "PHP Help" opens help system to correct page.
- Right-click a user function "Open Declaration" option works.
- All the "PHPEclipse Help" links work in the help contents.
- TODO: Run profiles and debugging.