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 180136 - JS reformatting doesn't work
Summary: JS reformatting doesn't work
Status: VERIFIED DUPLICATE of bug 180085
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-02-02 03:42 UTC by Jindrich Sedek
Modified: 2010-02-09 06:39 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 Jindrich Sedek 2010-02-02 03:42:03 UTC
Create new Web Application
Create new JS file
use this code:
------------
function displaymessage(){
alert("Hello World!");
}
------------
invoke reformat -> nothing happens


using web-main build of today - it must be a regression of last days since it worked last week
Comment 1 Petr Pisl 2010-02-09 06:28:48 UTC
This was a regression in editor infrastructure. It was fixed week ago. Issue #180085

*** This bug has been marked as a duplicate of bug 180085 ***
Comment 2 Jindrich Sedek 2010-02-09 06:39:03 UTC
v.