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 258726 - View README and LICENSE files in the Project Files panel
Summary: View README and LICENSE files in the Project Files panel
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 13:02 UTC by taringamberini
Modified: 2018-03-23 14:56 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 taringamberini 2016-04-08 13:02:51 UTC
I would like Netbeans shown README* and LICENSE* files in the Project Files directory shown in the Window > Projects panel.


EXAMPLE

Given the project MyProject in the Window > File panel:

+-MyProject
  |
  +-src
  |
  ... other directories and files
  |
  |-nb-configuration.xml
  |
  |-README.md
  |
  |-LICENSE.txt

move to the Window > Projects panel.


ACTUAL BEHAVIOUR

Netbeans shows:

+-MyProject
  |
  +-Source Packages
  |
  ... other directories and files
  |
  |-Project Files
    |
    |-nb-configuration.xml


NEW BEHAVIOUR

I would like Netbeans shown:

+-MyProject
  |
  +-Source Packages
  |
  ... other directories and files
  |
  |-Project Files
    |
    |-nb-configuration.xml
    |
    |-README.md
    |
    |-LICENSE.txt


Thank you very much for your help.
Tarin <www.taringamberini.com>
Comment 1 taringamberini 2018-03-23 14:56:09 UTC
For the README file I have found this Netbeans plugin:
https://github.com/markiewb/readmeinprojectview

Nothing found for LICENSE file.

Thank you very much for your help.
Tarin <www.taringamberini.com>