Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
holmak committed Mar 10, 2012
1 parent e057a1c commit df11a7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TODO.txt
@@ -1,6 +1,7 @@
TODO TODO
==== ====


* Write README file describing prerequisites and features
* Check that external binaries exist (cabal, ghc, HLint, ...) before trying to run them * Check that external binaries exist (cabal, ghc, HLint, ...) before trying to run them
* Add "go to definition" (alt-click) * Add "go to definition" (alt-click)
* Add "find all references" * Add "find all references"
Expand All @@ -11,7 +12,8 @@ Error checking
* Add a syntax definition for the error panel format, so that error messages are highlighted * Add a syntax definition for the error panel format, so that error messages are highlighted
* Highlight errors and warnings in the view showing that file instead of all in the current view * Highlight errors and warnings in the view showing that file instead of all in the current view
* Run "cabal configure" when necessary * Run "cabal configure" when necessary
* Highlight partial functions and "bottom"-valued functions: head, undefined, error, etc. * Highlight partial, "bottom"-valued, and unsafe functions: head, undefined, error, etc.
* Trim highlighting to exclude leading and trailing whitespace on lines


Autocomplete Autocomplete
------------ ------------
Expand All @@ -34,3 +36,4 @@ Syntax highlighting
* It would be nice to draw modules names (in fully-qualified names) in a light gray color to be less distracting * It would be nice to draw modules names (in fully-qualified names) in a light gray color to be less distracting
* At a minimum, they should not be colored like types and constructors * At a minimum, they should not be colored like types and constructors
* User-defined operators should not be keyword-colored, they should be colored like other user-defined functions * User-defined operators should not be keyword-colored, they should be colored like other user-defined functions
* Add theme rules for XML scopes (compare with Monokai's supported scopes)

0 comments on commit df11a7f

Please sign in to comment.