eclipse-4diac / 4diac-ide

Eclipse Public License 2.0
15 stars 27 forks source link

autolayout imrovements for expanded subapps #216

Closed lindhuber closed 6 days ago

lindhuber commented 3 weeks ago

Contains some changes to improve code and layout quality as well as the possibility to layout expanded subapps by selecting everything(ctrl+a) and calling the new menu entry.

github-actions[bot] commented 3 weeks ago

Test Results

    94 files  ±0      94 suites  ±0   38s :stopwatch: -1s 27 159 tests ±0  27 159 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  27 160 runs  ±0  27 160 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 896f59c4. ± Comparison against base commit 0225e524.

oberlehner commented 2 weeks ago

After layouting this : image

image

I get this

image

oberlehner commented 2 weeks ago

Furthermore the undo behaviour of "layout nested subapps" feels strange. pressing undo does not undo the whole layout, it just "undoes" one connection. this means i have to press multiple times undo until i can undo the layout.

azoitl commented 1 week ago

@oberlehner is the sub-app size locked?

oberlehner commented 1 week ago

@oberlehner is the sub-app size locked?

no

oberlehner commented 6 days ago

Functionilayt is given, UNDO needs to be fixed in a follow up commit