Re: [cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread James Bigler
On Mon, Oct 11, 2010 at 2:37 PM, Brad King wrote: > On 10/11/2010 02:54 PM, Brad King wrote: > > I just tested it with the COnly test and VS9 x64. It now reloads even > > when the project has not changed at all (touch CMakeLists.txt). I > > wonder if the project solution folder feature affected

Re: [cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread Brad King
On 10/11/2010 02:54 PM, Brad King wrote: > I just tested it with the COnly test and VS9 x64. It now reloads even > when the project has not changed at all (touch CMakeLists.txt). I > wonder if the project solution folder feature affected this. It happens when the USE_FOLDERS property is on. The

Re: [cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread Brad King
On 10/11/2010 02:49 PM, Bill Hoffman wrote: > On 10/11/2010 2:42 PM, James Bigler wrote: >> I'm using VS 2009 Team Edition SP1 on XP64. >> >> James >> > > I don't think it is "desired" behavior, but it might be the best we can > expect... > > It should only do this when the .sln file changes. I

Re: [cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread Bill Hoffman
On 10/11/2010 2:42 PM, James Bigler wrote: On Mon, Oct 11, 2010 at 12:38 PM, Brad King mailto:brad.k...@kitware.com>> wrote: On 10/11/2010 02:23 PM, James Bigler wrote: > It seems to me that the plugin behaves slightly differently than it used to. > > It used to load all t

Re: [cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread James Bigler
On Mon, Oct 11, 2010 at 12:38 PM, Brad King wrote: > On 10/11/2010 02:23 PM, James Bigler wrote: > > It seems to me that the plugin behaves slightly differently than it used > to. > > > > It used to load all the projects and the solution at the same time, now > > it re-loads all the projects and

Re: [cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread Brad King
On 10/11/2010 02:23 PM, James Bigler wrote: > It seems to me that the plugin behaves slightly differently than it used to. > > It used to load all the projects and the solution at the same time, now > it re-loads all the projects and then VS asks me to reload the solution. I haven't noticed this.

[cmake-developers] VS Plugin in 2.8.3

2010-10-11 Thread James Bigler
It seems to me that the plugin behaves slightly differently than it used to. It used to load all the projects and the solution at the same time, now it re-loads all the projects and then VS asks me to reload the solution. Is this the desired behavior? James __