-
Notifications
You must be signed in to change notification settings - Fork 303
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
base: dev
Are you sure you want to change the base?
Conversation
dear roman, @Nice3point , i suggest you do not use the term |
@jeremytammik already sent the pre-release builds to Weiwei's email, hope he got it. I don't think I mentioned 26 anything in this PR, except for Milestone, no problem I will remove it |
wow, great, i'm sure that made him happy. oh, i just saw the words in the github email notification. i don't know where they came from. thank you for taking such good care! |
most likely you have received a notification that the “Code quality” Pipeline has failed, its about JetBrains service, not Revit. For now, it will always fail with an error because the license has expired. We have requested a renewal from jetBrains |
@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. |
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