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 240126 - Inconsistent activation/deactivation of Apply button from Miscellaneous->Groovy options panel
Summary: Inconsistent activation/deactivation of Apply button from Miscellaneous->Groo...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks: 239792
  Show dependency tree
 
Reported: 2014-01-08 16:14 UTC by Theofanis Oikonomou
Modified: 2014-01-11 04:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (4.10 KB, patch)
2014-01-08 16:20 UTC, Theofanis Oikonomou
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Theofanis Oikonomou 2014-01-08 16:14:45 UTC

    
Comment 1 Theofanis Oikonomou 2014-01-08 16:20:29 UTC
Created attachment 143723 [details]
patch

I am attaching the patch to make this work. I needed to add one more method in the spi.GroovyOptionsSubpanel interface namely boolean changed(). This is a simple change and groovy.common exposes api/spi only to friend modules. I think this can be pushed as is. If you think it deserves an API review just let me know to start one. Thank you
Comment 2 Martin Janicek 2014-01-09 13:08:14 UTC
No need to make API review IMHO. Path seems to be fine from my point of view, thanks!
Comment 3 Theofanis Oikonomou 2014-01-09 14:31:31 UTC
Changeset: f37b767887df
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-01-09 15:32
Message:
Comment 4 Quality Engineering 2014-01-11 04:46:50 UTC
Integrated into 'main-silver', will be available in build *201401110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f37b767887df
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #240126 - Inconsistent activation/deactivation of Apply button from Miscellaneous->Groovy options panel