facebookarchive/atom-ide-ui

Allow setting the diagnostics status bar item to only show counts for the current file

Open

#146 opened on Jan 16, 2018

View on GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (937 stars) (110 forks)batch import
enhancementhelp wanted

Description

Description

Allow setting the diagnostics status bar to only show counts for the current file instead of for the entire project. This is available in linter-ui-default as linter-ui-default.statusBarRepresents config.

There is already a checkbox for the diagnostics window itself, this is about the status bar. Instead of a setting, it might be better to make the button in the diagnostics panel effect the status bar too. This will be quite convenient since it will be easily toggleable.

Or maybe the setting could be to select from: "Same as panel", "Project", "File". Where "Same as panel" makes it obey the checkbox in the diagnostics panel and project and file always display project wide or for the current file only regardless of the checkbox.

Versions

  • Atom: 1.23.3
  • Client OS: Windows 10 x64
  • atom-ide-ui: 0.7.1

Additional Details

  • Installed packages (apm ls --installed):
Community Packages (2)
├── atom-ide-ui@0.7.1
└── ide-python@0.5.0

Contributor guide