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

Summary: View README and LICENSE files in the Project Files panel
Product: projects Reporter: taringamberini
Component: Generic Projects UIAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: taringamberini
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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>