Skip to content

IDE-109: Implement collapseable scripts and composite bricks#5196

Draft
harshsomankar123-tech wants to merge 2 commits into
Catrobat:developfrom
harshsomankar123-tech:feature/IDE-109-collapseable-scripts
Draft

IDE-109: Implement collapseable scripts and composite bricks#5196
harshsomankar123-tech wants to merge 2 commits into
Catrobat:developfrom
harshsomankar123-tech:feature/IDE-109-collapseable-scripts

IDE-109: Implement collapseable scripts and composite bricks

103fa2a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Checkstyle succeeded Apr 15, 2026 in 4s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 706 in catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment/ScriptFragment.java

See this annotation in the file changed.

Code scanning / Checkstyle

'?' has incorrect indentation level 16, expected level should be 20. Warning

'?' has incorrect indentation level 16, expected level should be 20.

Check warning on line 707 in catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment/ScriptFragment.java

See this annotation in the file changed.

Code scanning / Checkstyle

':' has incorrect indentation level 16, expected level should be 20. Warning

':' has incorrect indentation level 16, expected level should be 20.

Check warning on line 730 in catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment/ScriptFragment.java

See this annotation in the file changed.

Code scanning / Checkstyle

'?' has incorrect indentation level 20, expected level should be 24. Warning

'?' has incorrect indentation level 20, expected level should be 24.

Check warning on line 731 in catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment/ScriptFragment.java

See this annotation in the file changed.

Code scanning / Checkstyle

':' has incorrect indentation level 20, expected level should be 24. Warning

':' has incorrect indentation level 20, expected level should be 24.