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 217465 - Unify CSS file type identification in New File dialog and context menu
Summary: Unify CSS file type identification in New File dialog and context menu
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-27 13:29 UTC by Vladimir Riha
Modified: 2012-09-03 12:59 UTC (History)
1 user (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 Vladimir Riha 2012-08-27 13:29:02 UTC
Unlike other web related projects, HTML/JavaScript calls css file as "CSS file". PHP and JavaWeb are using "Cascading Style Sheet"


To reproduce:
- create a new HTML/JS project
- on Site Root, invoke right click menu, focus New
=> among other, "CSS file" is there

Now repeat the same with PHP (right click menu on Source Files node) or Java Web project (Web Pages), the CSS is identified as "Cascading Style Sheet"

The same goes for New File dialog in first step "Choose File Type"


Product Version: NetBeans IDE Dev (Build EaselCSS-573-on-20120827)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 David Konecny 2012-08-27 22:18:36 UTC
That's an easy one. f583695b54b6
Comment 2 Vladimir Riha 2012-08-29 05:50:04 UTC
thanks, verified

Product Version: NetBeans IDE Dev (Build EaselCSS-589-on-20120829)
Comment 3 Quality Engineering 2012-09-03 12:59:48 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f583695b54b6
User: David Konecny <dkonecny@netbeans.org>
Log: #217465 - Unify CSS file type identification in New File dialog and context menu