andytill/erlyberly

Store UI "layout" in preferences

Open

#57 geöffnet am 16. Nov. 2015

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Java (43 Forks)batch import
enhancementhelp wantedjava

Repository-Metriken

Stars
 (686 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The following information about the UI should be stored in preferences:

  • Processes pane hidden
  • Modules pane hidden
  • Process pane width
  • Modules pane width
  • Width of columns in the trace log table

erlyberly uses the PrefBind class to manage preferences to disk. See the examples in this search for usage:

https://github.com/andytill/erlyberly/search?utf8=%E2%9C%93&q=PrefBind+

Contributor Guide