MarkyC / Tab2PDF

CSE 2311 Software Project: https://wiki.eecs.yorku.ca/course_archive/2014-15/W/2311/proj
https://markyc.github.io/Tab2PDF/
1 stars 2 forks source link

Implement Title, Subtitle, Spacing in Editor Tab #57

Closed MarkyC closed 9 years ago

MarkyC commented 9 years ago

What to do

  1. Create a branch issue/57 on github (type issue/57 in the dropdown that says master, and it will say create new branch or similar)
  2. Implement the Title/Subtitle/Spacing editors on the left hand side of the EditorTab
  3. @Sitiugin I know I said I would remove the TITLE=blah, SUBTITLE=whatever, and SPACING=1 from the editor (JTextPane that holds the tab file), but if you want to keep it in the editor, that is up to you
  4. Make a pull request to merge issue/57 into master

    Assignees: Team 2 (GUI)

    • @Sitiugin
    • @varsharagav
MarkyC commented 9 years ago

Fixed. Forgot to tag the commit with fixes #57, but this was fixed in PR#63