GUI Implementation (moved to #14)

Issue #2 resolved
mezzodrinker repo owner created an issue

Implement all GUI functions listed below.

  • addBookmark(int)
  • saveAs(int)
  • openFile()
  • settings() - done, but settings screen needs more config options
  • about() - done, need to add a topic link
  • closeTab(int) - done
  • save(int) - done
  • uploadToFTP(int) - done
  • refresh() - done
  • newScriptPack() - done
  • newScriptFile() - done
  • openDataFolder() - done
  • selectResourcesFolder() - done
  • undoEdit(int) - done
  • redoEdit(int) - done
  • cut(int) - done
  • copy(int) - done
  • paste(int) - done
  • findReplace(int) - done
  • openScriptPackEditor() - done

Comments (12)

  1. Log in to comment