-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature excel delete building blocks #497
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic from removeSelectedAnnotationBlock
seems overly complicated, are you sure this cannot be improved?
@@ -66,6 +66,27 @@ module OfficeInteropExtensions = | |||
values = U4.Case1 col | |||
) | |||
|
|||
|
|||
|
|||
static member adoptTableFormats (table:Table, context:RequestContext) = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had some function which did something similiar. This will be important for another one of the quickaccess buttons. Add a parameter which toggles hide or unhide.
if true -> hide all reference columns
if false -> unhide all columns
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@Freymaurer Somehow I cannot comment on your one comment so I do it that way: |
…Blocks_KF Add some general logic for finding selected building block
closes #495