Integrated component dom tree#365
Open
aadsm wants to merge 44 commits into
Open
Conversation
Contributor
|
Will review, but we have a demo for HTML5 Dev Conf on Thursday so I'll probably hold off until after that for merging. |
Contributor
|
@declarativ-bot test this |
Contributor
Author
|
Just updated |
Contributor
|
I guess this might be the type of bug we're trying to flush out here: do the non-components appear anywhere? Trying to add a "Scene" object to my template and it doesn't seem to be represented anwyhere |
Contributor
|
also the splitter has a lot of |
This feature can be used to avoid bindings in specific situations. This will be used by the NodeCell to reduce the number of bindings. The following properties fire a propertiesChange event: - tagName - montageId - montageArg - montageParam - component - component.label - component.children.length
This feature can be used to avoid bindings in specific situations. This will be used by the NodeCell to reduce the number of bindings. The following properties fire a propertiesChange event: - editingDocument.selectedElements - highlightedElement
We now rely on the propertiesChange event to update properties that depend on nodeInfo and domExplorer properties. This is temporary until we boost up the observers.
Collapse non-component nodes and fix component's nodes indentation by setting the marginLeft to offset the additional indentation given by the node depth.
Returns a promise of the blueprint.
All bindings with a targetPath that match a property will be shown in the property explorer.
It is a valid binding.
The property explorer needs these methods to allow switching between one and the other.
The PropertyExplorer edits properties defined in the blueprint whether through a normal property or a binding.
All property items align with each other now.
Add autocomplete to property editor
Fix package explorer right bar
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Depends on montagestudio/palette#37