Skip to content

A manager for messages that belong to a line of code in Sublime Text

Notifications You must be signed in to change notification settings

KristoforMaynard/SublimeMessages

Repository files navigation

SublimeMessages

A manager for messages that belong to a line of code in Sublime Text. This plugin handles creating gutter marks for lines with messages and changing the status bar to relay the message when the cursor changes lines. Unlike similar plugins, this one keeps track of gutters when the file changes. This plugin depends on other Message* plugins to work. The idea being plugins like SublimeMessagesPylint will generate python lint messages, and tell this plugin about them.

Plugins

Gutter Icon Options

In your Messages.sublime-settings file, you can set icon_style to one of ["default16" (default), "default32", "blank16", "blank32", "dots"]. The number is the size of the icon in pixels (32 is for high dpi machines). The default icons have their own color and the the blank icons can be colorized by your color scheme. The keys in the color scheme are:

  • SublimeMessages.error
  • SublimeMessages.warning
  • SublimeMessages.info
  • SublimeMessages.unknown

Note

The settings for this and all associated plugins are automatically read using multiconf.py. Settings filenames are Messages<PluginName>.sublime-settings.

About

A manager for messages that belong to a line of code in Sublime Text

Resources

Stars

Watchers

Forks

Packages

No packages published