Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] New features for JDT/Core 20020305

We plan to release the following new features into today's integration
build:

SHARED WORKING COPIES=====================================
Added the notion of shared working copies. This allows clients to always
get the same IWorkingCopy instance when asking for a working copy. See
IWorkingCopy.getSharedWorkingCopy(IProgressMonitor, IBufferFactory),
IWorkingCopy.findSharedWorkingCopy() and IWorkingCopy.destroy() for more
detail.

CLASSPATH VARIABLE INITIALIZER==============================
Added extension point to jdtcore so as to allow client plugins to register
classpath variable initializers. Extension point is
"org.eclipse.jdt.core.classpathVariableInitializer"). (also check
development resources for design notes on this topic) Note that each
classpath variable, if unbound, will trigger its registered initializer
exactly once per session. If unsuccessful, it will stay unbound.




Back to the top