-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
story 📚User stories are short, simple descriptions of a feature.User stories are short, simple descriptions of a feature.
Description
Problem to solve
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. WhenI edit a method and press savethenit gets saved in poppyprint-standard even if its displayed different - Given a
customized formatted methodwhenI press save or formatthenI 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
prettyprintpreferences in a submenu
Metadata
Metadata
Assignees
Labels
story 📚User stories are short, simple descriptions of a feature.User stories are short, simple descriptions of a feature.