Re: will there be a persistent store capability, like SystemOptions, but for each project?
Svata Dedic <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Organization | CollabNet Hosting |
| Message-ID | <[email protected]> |
pete eakle wrote: > I'd like to have a facility for persisting selected UI information > entered by the user as they work within each project. But it doesn't > need to be version controlled, and should just be stored on the user's > machine, similar to the current SystemOptions. For example, I may want The project settings system allows to bind a piece of information (java Object in general) under a name for any ProjectMember. So you may store UI information per-file, per build target (which is essintially also a file inside the project) etc. Any such binding may be declared either machine-private or shared (stored within the project file). -Svata