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 162255 - Shell scripts no longer recognized
Summary: Shell scripts no longer recognized
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: sh (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-04-08 20:30 UTC by Jesse Glick
Modified: 2009-04-15 16:34 UTC (History)
0 users

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 Jesse Glick 2009-04-08 20:30:20 UTC
In dev builds, shell scripts have no special icon or syntax coloring. If

changeset:   117503:27eae1b66208
parent:      117469:155ded1a681b
user:        Jan Jancura <jjancura@netbeans.org>
date:        Fri Feb 13 17:28:53 2009 +0100
files:       languages.sh/src/org/netbeans/modules/languages/sh/layer.xml
description:
removing obsolote [sic] dependencies

is reverted then it works again.
Comment 1 Jan Jancura 2009-04-09 12:51:25 UTC
reproducible
Comment 2 Jan Jancura 2009-04-14 10:21:34 UTC
Do you have cnd installed? Sh and bat data loaders are part of this cluster.
Comment 3 Jesse Glick 2009-04-14 18:32:53 UTC
No, I am using cluster.config=basic. languages.sh is part of the ide cluster (as is languages.bat). It's fine if the cnd
module wishes to _override_ the data loader for text/sh (seems that it makes minor changes to create-from-template
behavior) but languages.sh should still provide an entry in Loaders/text/sh/Factories/ at a later position.
Comment 4 Quality Engineering 2009-04-15 07:50:04 UTC
Integrated into 'main-golden', will be available in build *200904150201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ce285f53c6c6
User: Jan Jancura <jjancura@netbeans.org>
Log: #162255:Shell scripts no longer recognized
Comment 5 Jan Jancura 2009-04-15 16:34:58 UTC
sh and bar lexers are back in hg, moved to cnd/lexer module.