|
Source Code Synchronization Topic updated 11-10-2007 |
|
Why have we created this? Although we have an integrated Source Editor, our users are constantly switching to VS.NET for debugging purposes. Sometimes while debugging, it’s needed to change code to test again, etc.
How to activate this feature?
How does it work? It outputs extra regions in the Generated File. Please notice that when you are inside the GenWise IDE you don’t see these regions (so the code stays clean and nice).Whenever you want you can turn this option OFF and the output regions will be gone from the Generated Files also.
using System; #region User CodeBlock [ Class|Imports|CustomNameSpaces] using NUnit.Framework; using NUnit.Core; using NHibernate; using NHibernate.Expression;
#endregion User CodeBlock [ Class|Imports|CustomNameSpaces]
Synchronization Limitations
How to use it?
After selecting that option , if there is any different you will presented with the source comparison result:
Note: the differences are x File, so you accept all changes to 1 file or you can ignore x File.
|