Tue, 27 Mar 2007 02:17:42 +0000Fix an AIOOB exception nb-vw-integration_b_merge1 nb-vw-integration_base
jbaker@netbeans.org [Tue, 27 Mar 2007 02:17:42 +0000] rev 385
Fix an AIOOB exception

Tue, 27 Mar 2007 02:11:28 +0000#98648 Fix - Add Datasource is not supported
jbaker@netbeans.org [Tue, 27 Mar 2007 02:11:28 +0000] rev 384
#98648 Fix - Add Datasource is not supported

The getPreferredAction erroneously opened the Add Datasource dialog when it was double-clicked

Also disabled the Resolve data sources until the new implementation is ready

Tue, 27 Mar 2007 01:44:41 +0000#Fix exception related to 98979 and some cleanup
jbaker@netbeans.org [Tue, 27 Mar 2007 01:44:41 +0000] rev 383
#Fix exception related to 98979 and some cleanup

Tue, 27 Mar 2007 00:25:23 +0000Moving jsf model stuff out of designer.
pzavadsky@netbeans.org [Tue, 27 Mar 2007 00:25:23 +0000] rev 382
Moving jsf model stuff out of designer.

Tue, 27 Mar 2007 00:10:49 +0000Removing now unused method.
pzavadsky@netbeans.org [Tue, 27 Mar 2007 00:10:49 +0000] rev 381
Removing now unused method.

Tue, 27 Mar 2007 00:06:46 +0000Pushing the non designer code out of designer.
pzavadsky@netbeans.org [Tue, 27 Mar 2007 00:06:46 +0000] rev 380
Pushing the non designer code out of designer.

Mon, 26 Mar 2007 23:49:08 +0000Removing now unused method. versionability_89629_base_1
pzavadsky@netbeans.org [Mon, 26 Mar 2007 23:49:08 +0000] rev 379
Removing now unused method.

Mon, 26 Mar 2007 23:42:59 +0000Removing now unused field.
pzavadsky@netbeans.org [Mon, 26 Mar 2007 23:42:59 +0000] rev 378
Removing now unused field.

Mon, 26 Mar 2007 23:35:36 +0000Fix a long known issue with VW (and Creator) about requiring closing and reopening of projects
sandipchitale@netbeans.org [Mon, 26 Mar 2007 23:35:36 +0000] rev 377
Fix a long known issue with VW (and Creator) about requiring closing and reopening of projects
after making changes to and compiling non life cycle bean classes in the project.

The implementation works like this:

I have implemented a ProjectBuiltQuery which is anlogue of FileBuiltQuery at the project level.
The basic idea is that the project is considered built if all the files are built (i.e. compiled).
When the project's built state changes an event is fired. Insync reacts to the transition of the
project state from non-built to built state and recreates the internal Project Class Loader.
Subsequently the user needs to only hit Refresh button in the designer toolbar to pick up the
changes made to the compiled file. No need to close project.

I will look into getting rid of the need to hit the Refresh button also.

Mon, 26 Mar 2007 23:31:59 +0000Moving context page storage from the designer.
pzavadsky@netbeans.org [Mon, 26 Mar 2007 23:31:59 +0000] rev 376
Moving context page storage from the designer.