UNPKG

atom-message-panel

Version:

An easy way to display your messages in Atom

106 lines (75 loc) 2.2 kB
1.3.0 / 2017-01-24 ================== * fixing #80 - allow height adjustment even through max height is set * adding state function * minor adjustments * allow positions "left" and "right" for MessagePanelView * adding remove prototype * add unfold 1.2.5 / 2016-06-13 ================== * clear summary on clear * simplifying get file path * fixing goToLine * replace space-pen with atom-space-pen-views 1.2.4 / 2015-05-13 ================== * fix deprecate api call (getActiveEditor->getActiveTextEditor) 1.2.3 / 2015-05-04 ================== * Fix Deprecations * Update README 1.2.2 / 2015-02-19 ================== * new atom api to get root path (fixes #66) 1.2.1 / 2015-02-16 ================== * removing unnecessary code (fixes #65) 1.2.0 / 2015-02-10 ================== * adding option to add messages at the top instead of bottom * adding the option to set another max-height at startup * adding resize ability * adding position option * Make the heading toggle the panel. Closes #57 * adding contributors * add option to autoScroll 1.1.4 / 2014-12-18 ================== * Fix Close Function, Manage Panel Correctly 1.1.3 / 2014-12-16 ================== * Remove Pane Option In :abc: * Fix Deprecations * Use spacePenView 1.1.2 / 2014-10-09 ================== * Add link to "They use it!" wiki page in README * fix summary raw in fold mode 1.1.1 / 2014-06-19 ================== * enable text selection in the message panel 1.1.0 / 2014-06-16 ================== * adding ref to amp-tester * adding editorconfig file * adding ability to attach to the active pane * Support file change when no active editors are open * Add support for specific files in LineMessageView * adding gitter link 1.0.0 / 2014-04-07 ================== * a whole new API! * ported the library to use View-subclasses * now using indent 2 * new and better README that matches the new API! * adding LICENSE file * adding CONTRIBUTING file * adding `.jslintrc` file 0.3.0 / 2014-03-14 ================== * adding fold/unfold feature * new close icon 0.2.0 / 2014-03-13 ================== * adding `lineIndicators` function