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 204399 - Display README.txt etc. in logical view
Summary: Display README.txt etc. in logical view
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2011-10-30 06:19 UTC by dbell
Modified: 2013-08-19 07:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dbell 2011-10-30 06:19:11 UTC
[ BUILD # : 201110270600 ]
[ JDK VERSION : 1.6.26 ]

It would be great if Maven projects displayed everything in the standard layout
[1], including (e.g.) README.txt and LICENCE.txt. With the new Git support,
support for README.txt will become much more useful if people are using GitHub,
which uses README.txt to provide project documentation.

[1]
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directo
ry-layout.html
Comment 1 Jesse Glick 2011-11-10 00:01:32 UTC
Already visible in Files tab, but might be useful to show a readme somewhere in logical view as well.

NOTICE.txt and LICENSE.txt are normally not of daily interest to the developer so I think they should be omitted.

BTW most GitHub projects I know of use README.md, not README.txt.

Straightforward to write as an external plugin if you feel motivated: http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi/org/netbeans/spi/project/ui/support/NodeFactory.Registration.html
Comment 2 retobg 2013-05-31 13:34:45 UTC
I agree that having the README.* visible would be in the projects tab would be a great improvement. Currently for me that's the most frequent reason to switch to the files pane where I have to find the project again.
Comment 3 markiewb 2013-08-18 16:21:34 UTC
(In reply to Jesse Glick from comment #1)
> 
> Straightforward to write as an external plugin if you feel motivated:
> http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi/org/
> netbeans/spi/project/ui/support/NodeFactory.Registration.html

Here it is. A one class plugin http://plugins.netbeans.org/plugin/50171/?show=true
Comment 4 Milos Kleint 2013-08-19 07:14:20 UTC
great, thank you markiewb@netbeans.org.

closing this issue as wontfix (as not implemented in netbeans codebase)