Skip to content

Latest commit

 

History

History
executable file
·
55 lines (46 loc) · 1.81 KB

README.md

File metadata and controls

executable file
·
55 lines (46 loc) · 1.81 KB

Description

This plugins helps zipping/packaging projects.

Notes

Please, if you find any bug, use our Issue Tracker.

Usage

  1. Open any project on Netbeans (if you have any project opened, go to step 2)
  2. Start Project Zipper (Click on "File" > "Project Zipper")
  3. Select a project
  4. Select resources you wish to export
  5. Select your export location
  6. Click on "Export"

Download

@TODO

  • File tree sorting (all folders before files)
  • Iniciar o browser de arquivos na pasta do input
  • Salvar as preferencias do último export

@TODO (to release v1.0)

  • JavaDoc every class and method
  • JUnit tests
  • Write a decent Readme
  • Write a decent .nbm/project description
  • Publish to NB community (nbplugins official site)

Known Issues

  • Empty packages being created on Windows
  • Files on the treefilechooser not sorting in normal "Directories first, files after" way
  • Messy Wizard View (Perfectionism :))
  • Ant plugin detection not working

Changelog:

  • v0.92 @ 2011-08-03

  • Fixed: File Tree Chooser not showing contents when using the plugin on Windows

  • Added: Project Chooser dialog

  • Modified: Changed project architecture to MVC-based

  • Modified: Usage section (this document)

  • v0.9 @ 2011-06-25

  • Beginning of the project

  • Fully functional module (Not on Windows)