This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 115353 - Index file in Project Creation wizard should have an extension
Summary: Index file in Project Creation wizard should have an extension
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 14:24 UTC by kozlov
Modified: 2008-06-19 14:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kozlov 2007-09-12 14:24:59 UTC
Reproduced in PHP milestone1.

Steps to reproduce:
- invoke New Project Creation wizard;
- choose PHP project.

Wizard suggest to create index file 'index' instead 'index.php'.
Comment 1 Alexei Mokeev 2007-11-06 15:26:18 UTC
Good point. Nice to have it fixed for 6.0 FCS.
Comment 2 Andrew Korostelev 2007-11-20 17:06:08 UTC
default displayed value is chaged to 'index.php'.
But behaviour is leaved the same:
- extension is not necessary.
- only .php file can be created

if typed file has no php extension, it will be added during creation.


Comment 3 kozlov 2007-12-04 15:37:04 UTC
Any extension can be chosen for php file.
Comment 4 Petr Pisl 2008-06-19 14:00:37 UTC
Fixed in the new project wizard.