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 126952 - Allow hyperlinks for URLs in New Project Description
Summary: Allow hyperlinks for URLs in New Project Description
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks: 124710
  Show dependency tree
 
Reported: 2008-02-07 22:26 UTC by lpolycarpou
Modified: 2010-03-16 17:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
hyperlink (47.68 KB, image/jpeg)
2008-02-07 22:28 UTC, lpolycarpou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lpolycarpou 2008-02-07 22:26:36 UTC
Some NB plugins have references to URLs in their description e.g. RubyOnRails.  It should be possible to enable
hyperlinks for these URLs so that they can be clicked on directly from the New Project wizard and opened in the default
external browser.  See screenshot for clarity.
Comment 1 lpolycarpou 2008-02-07 22:28:39 UTC
Created attachment 56290 [details]
hyperlink
Comment 2 Milan Kubec 2008-10-17 15:18:55 UTC
I think this should be solved on more general level, e.g. as component available for all modules. Please evaluate.
Comment 3 Lukas Hasik 2008-10-20 11:09:52 UTC
I don;t see a reason for general solution. It has to be solved for every component separately.  OTOH, it is quite easy.
Look at org.netbeans.modules.autoupdate.ui.wizards.OperationDescriptionPanel:87. You can use the javax.​swing.​
event.HyperlinkListener 
Comment 4 Milan Kubec 2008-10-20 11:29:42 UTC
The reason is called 'component reuse'. Why to have one thing implemented 5 times *almost the same or similar* with own
issues and bugs if we can have one reusable, documented and maintained component on one place with one set of issues. Do
you implement your own buttons when creating GUI application? I guess not. We have lots of copy/pasted code, why to add
more of it?
Comment 5 Antonin Nebuzelsky 2010-02-02 07:48:44 UTC
This ENH indeed makes sense. And as some providers of project templates use HTML text as their description which shows as HTML but does not react to clicks on hyperlinks, this is rather a bug.
Comment 6 Antonin Nebuzelsky 2010-02-02 07:53:13 UTC
core-main #04f6b47cd5d9
Comment 7 Quality Engineering 2010-02-03 21:51:37 UTC
Integrated into 'main-golden', will be available in build *201002040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/04f6b47cd5d9
User: Tonda Nebuzelsky <anebuzelsky@netbeans.org>
Log: #126952: Allow hyperlinks for URLs in New Project Description
Comment 8 Jesse Glick 2010-03-16 17:55:34 UTC
This patch reintroduced a memory leak that had previously been corrected. Refixing: core-main #c63219e81698