-
Notifications
You must be signed in to change notification settings - Fork 331
Component Isolation from Revit #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
done, PR #306 submitted. |
|
Oh thanks, but |
|
nope. it is the officially correct plural of schema, though, afaik. but feel free to use schemas if you prefer. nobody will complain. i will feel the pain, but that is just poor little me. |
|
https://english.stackexchange.com/questions/77764/plural-form-of-schema
|
proof read MockDashboardViewModel.cs card decriptions and titles
|
@SergeyNefyodov History added: https://github.com/jeremytammik/RevitLookup/blob/dev_environment/source/RevitLookup.Abstractions/Services/Decomposition/IDecompositionService.cs#L8 So you can rework FamilySizeTableEditDialog and other dialogs. Now we have a navigation context. Currently New menu registration format: var decompositionService = serviceProvider.GetRequiredService<IDecompositionService>();
decompositionService.DecompositionStackHistory //Find parent context to pass to your methodNo documentation for now, will be later. |
|
I guess I will not mention this in public yet, to avoid mentioning the dreaded |
|
This is a version of RevitLookup, not a future release of Revit, these are different products with own versioning system |

Summary of the Pull Request
What is this about:
Update the Solution structure to provide more flexible development and isolate projects from each other.
A new ability to create plugins based on LookupEngine #278
Description:
.slnxformat supportLookupEngineUI frameworkQuality Checklist
async voidblocks