Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timboudreau/adhoc-projects
NetBeans Plugin to make any folder a project
https://github.com/timboudreau/adhoc-projects
folder netbeans-plugin project
Last synced: 2 days ago
JSON representation
NetBeans Plugin to make any folder a project
- Host: GitHub
- URL: https://github.com/timboudreau/adhoc-projects
- Owner: timboudreau
- Created: 2013-03-21T03:22:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T05:30:10.000Z (almost 10 years ago)
- Last Synced: 2023-04-04T00:38:13.269Z (over 1 year ago)
- Topics: folder, netbeans-plugin, project
- Language: Java
- Size: 292 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ad Hoc Project NetBeans Plugin
==============================A NetBeans Plugin to make any folder a project.
NetBeans is project-oriented; yet if you do web or similar development, sometimes it can be useful to work with a folder *as if* it were a project, even though it isn't in terms of having a build file or similar.
This plugin lets you make any folder into a project. It is no-frills, and tries to simply do the Right Thing.
Download
------------
Get the latest ``nbm`` file from [the continuous build server](https://timboudreau.com/builds/job/Netbeans-Adhoc-Project-Plugin/lastSuccessfulBuild/artifact/adhoc-project/target/). Install it in the IDE by opening **Tools | Plugins**, on the **Downloaded** tab.Features
--------* **Favorites** - frequently opened files show up under the Favorites node - you tell it what files are most important by using them
* **Files by Type** - locate files by file type without having to remember what folder they're in
* **Code Formatting** - projects remember their code formatting settings![Screen Shot](screenshot.png "NetBeans Ad-Hoc Projects")
The plugin does not write any metadata into project folders - it is all kept in your NetBeans settings directory - so there are no surprises with versioning checkins and such.
License
-------MIT license - do what thou wilt, give credit where it's due.