You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Squeak Developer, I want to save my methods in a standardized poppyprint way but I want to see my personalized poppyprint settings while coding so that the code is not reformatted again and again.
Further details
e.g. Braces are formatted in C Base Style, but I can change that in my preferences and it still gets stored in C Base style but my view is different
Code example how it gets stored:
{
example
}
and this is one possible way I can change my poppyprint preferences
{ example }
Acceptance Criteria
Given the standard poppyprint preferences. When I edit a method and press save then it gets saved in poppyprint-standard even if its displayed different
Given a customized formatted method when I press save or formatthen I want the method stored in the standard format of poppyprint
The selection can be choosen at the outer right button of the browser where you can select prettyprint preferences in a submenu
The text was updated successfully, but these errors were encountered:
Problem to solve
As
Squeak Developer
, I wantto save my methods in a standardized poppyprint way but I want to see my personalized poppyprint settings while coding
so thatthe code is not reformatted again and again
.Further details
e.g. Braces are formatted in C Base Style, but I can change that in my preferences and it still gets stored in C Base style but my view is different
Code example how it gets stored:
and this is one possible way I can change my poppyprint preferences
Acceptance Criteria
the standard poppyprint preferences
. WhenI edit a method and press save
thenit gets saved in poppyprint-standard even if its displayed different
customized formatted method
whenI press save or format
thenI want the method stored in the standard format of poppyprint
prettyprint
preferences in a submenuThe text was updated successfully, but these errors were encountered: