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]> |
Vitezslav Stejskal wrote: > > > Svata Dedic wrote: > >> 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. > > > It allows you to store settings not only on per-file basis of course. Oops. You are right. I still did not absorb the addition of ProjectContext and Configurable, sorry. Correction attempt: you may store settings for anything that you can generate an unique identifier for :-) Is that better ? -Svata