-
Notifications
You must be signed in to change notification settings - Fork 81
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
Insert item #589
Insert item #589
Conversation
changed so that all items in TreeView has the same context as the root Item.
FYI, you don't need to feel rushed, but but any features for the next release to be merged by early next week so we can schedule testing. Thanks. If not, that's fine, it'll go in the next release. |
Mostly this looks ready after the changes I suggested. We might play with the UI a bit afterwards, but nothing major I don't think. |
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.
Looks great, again much thanks!
A couple of minor bugs/fit-and-finish issues found after playing with it, entered those separately because I want to get this merged now.
#669 (should probably be fixed now)
#670 (lower priority items)
I'll fix #669 tomorrow or Wednesday if you can't or don't want to get to it, no worries.
This is an implementation of the functionallity described in #508
It allows you to insert
The functionallity can be called by
Insert Function will always insert the new function in the first namespace (if it exists) otherwise it will create a new namespace.
Insert Resource will use the existing snippets to create a new resource but the user will be able to select which resource from a list that can be filtered.