Re: will there be a persistent store capability, like SystemOptions, but for each project?
Vitezslav Stejskal <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
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. -vita