This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netonjm
force-pushed
the
proppy-native
branch
2 times, most recently
from
October 2, 2019 10:59
6518dcc
to
16975c8
Compare
Therzok
reviewed
Oct 2, 2019
...gnerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelEditorProvider.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...gnerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelEditorProvider.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...gnerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelEditorProvider.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...port/MonoDevelop.DesignerSupport/NativePropertyEditor/PropertyInfo/DescriptorPropertyInfo.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
.../MonoDevelop.DesignerSupport/NativePropertyEditor/PropertyInfo/EnumDescriptorPropertyInfo.cs
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
.../MonoDevelop.DesignerSupport/NativePropertyEditor/PropertyInfo/EnumDescriptorPropertyInfo.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...evelop.DesignerSupport/NativePropertyEditor/PropertyInfo/StringStandardValuesPropertyInfo.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 2, 2019
...evelop.DesignerSupport/NativePropertyEditor/PropertyInfo/StringStandardValuesPropertyInfo.cs
Outdated
Show resolved
Hide resolved
netonjm
force-pushed
the
proppy-native
branch
4 times, most recently
from
October 4, 2019 18:30
d63193c
to
193f680
Compare
Therzok
reviewed
Oct 5, 2019
...gnerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelEditorProvider.cs
Outdated
Show resolved
Hide resolved
Therzok
reviewed
Oct 5, 2019
...signerSupport/MonoDevelop.DesignerSupport/NativePropertyEditor/ComponentModelObjectEditor.cs
Show resolved
Hide resolved
netonjm
force-pushed
the
proppy-native
branch
2 times, most recently
from
October 10, 2019 08:14
2b19864
to
2d36ad5
Compare
propably we should allow change this selecting an element
…ingStandardValues
netonjm
force-pushed
the
proppy-native
branch
from
October 10, 2019 16:03
2d36ad5
to
0c656ac
Compare
netonjm
changed the title
[In Propress] Enables by default propperty panel
Enables by default propperty panel
Oct 10, 2019
This was referenced Oct 11, 2019
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch will enable by default native property panel. Right now this will be used only in monodevelop with our basic types (designers will a secondary approach to allow reflection types).
=================== CURRENT STATUS ======================
Detected issues in implementation:
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/959084
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/959086
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/999288
Proppy detected issues
Remove first empty item from NSPopupItem
[Mac] PredefinedValues adds an empty element on TValue string xamarin/Xamarin.PropertyEditing#646
Include a mechanism to include separators in PredefinedValues
Include a mechanism to include separators in PredefinedValues xamarin/Xamarin.PropertyEditing#644
TabKeyLoop navigation seems to be broken in some views
[Accessibility][Mac] TabKeyLoop navigation seems to be broken xamarin/Xamarin.PropertyEditing#643
=================== HOW TO TEST ======================**
https://gofile.io/?c=YFNPNh
Installing this Extension adds a new section of properties in every node in the Solution Pad
This are all the Editors we added in this PR and how are represented
Mac Collection Editor xamarin/Xamarin.PropertyEditing#117
Check Ide.log for changes details
Fixes VSTS #563555
Fixes VSTS #959084
Fixes VSTS #959086