andytill/erlyberly

Store UI "layout" in preferences

Open

#57 aberto em 16 de nov. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Java (43 forks)batch import
enhancementhelp wantedjava

Métricas do repositório

Stars
 (686 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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+

Guia do colaborador