The last thing I could not find how I could port it concerns the code generation in forms designers. My addin now herits from FormsDesignerViewContent, with #D1.0 it was CSharpDesignerDisplayBindingWrapper. The thing is that in the new FormsDesignerViewContent, there is no code generator, and for example the Reparse() method, and stuff that updates the source code from the view design are missing.
AbstractDesignerGenerator has the c, initializeComponents, mergeFromChanges(), Reparse() but how can I use it in my addin while I use the FormsDesignerViewContent ? I am quite lost with this... Thanks