-
Notifications
You must be signed in to change notification settings - Fork 304
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
Component Isolation from Revit #296
Conversation
@jeremytammik Jeremy if you has some time, could you please verify a Card description for tools ? |
you mean run it and |
oh i think i understand what you mean now. you mean proof read the descriptions that you have written for each card? sure, i will do that immediately. |
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 method No 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:
.slnx
format supportLookupEngine
UI framework
Quality Checklist
async void
blocks