Skip to content
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

[Breaking] Celllayout: fit the grid when layouting the root layoutable container #610

Draft
wants to merge 1 commit into
base: maintenance/mps20211
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
<language id="1919c723-b60b-4592-9318-9ce96d91da44" name="de.itemis.mps.editor.celllayout">
<concept id="4682418030828725523" name="de.itemis.mps.editor.celllayout.structure.HorizontalLineCell" flags="ng" index="2T_mXK" />
<concept id="9000758320091481718" name="de.itemis.mps.editor.celllayout.structure.GridLayoutFlattenStyle" flags="lg" index="1QQdxR" />
<concept id="2728748097294410385" name="de.itemis.mps.editor.celllayout.structure.GrowXStyle" flags="lg" index="3T7XtY" />
<concept id="2728748097294412051" name="de.itemis.mps.editor.celllayout.structure.PushXStyle" flags="lg" index="3T7XNW" />
</language>
<language id="ceab5195-25ea-4f22-9b92-103b95ca8c0c" name="jetbrains.mps.lang.core">
<concept id="1169194658468" name="jetbrains.mps.lang.core.structure.INamedConcept" flags="ng" index="TrEIO">
Expand Down Expand Up @@ -545,6 +547,8 @@
<ref role="1NtTu8" to="ayyv:1pn4Qu08Obs" resolve="property1" />
</node>
<node concept="2iRkQZ" id="1pn4Qu08Ob6" role="2iSdaV" />
<node concept="3T7XNW" id="IT3nkH7wT0" role="3F10Kt" />
<node concept="3T7XtY" id="IT3nkH7wT5" role="3F10Kt" />
</node>
</node>
</model>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3065,8 +3065,16 @@
<node concept="37vLTw" id="1XCA2wmsrXj" role="37wK5m">
<ref role="3cqZAo" node="40e1npHrxWg" resolve="sizeConstraint" />
</node>
<node concept="3clFbT" id="36CzSVYOsyl" role="37wK5m">
<property role="3clFbU" value="false" />
<node concept="3clFbC" id="IT3nkH6o_m" role="37wK5m">
<node concept="10Nm6u" id="IT3nkH6qVF" role="3uHU7w" />
<node concept="2OqwBi" id="IT3nkH6j$c" role="3uHU7B">
<node concept="37vLTw" id="IT3nkH6h8q" role="2Oq$k0">
<ref role="3cqZAo" node="40e1npHrxWe" resolve="container" />
</node>
<node concept="liA8E" id="IT3nkH6mw6" role="2OqNvi">
<ref role="37wK5l" node="3Osd_yx2aIO" resolve="getParent" />
</node>
</node>
</node>
</node>
</node>
Expand Down