Files
atom/bundles/ruby.tmbundle/Support/RubyMate/todo.txt
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

14 lines
399 B
Plaintext

Syntax Errors
=============
Syntax errors will be written to stderr. We should catch these and turn them into clickable links.
Exit Status
===========
The exit code from the process we span is not shown. This is a limitation of popen3, but we could role a replacement for that.
Errors From Included Files
==========================
These could be shown differently to make them distinguishable.