-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird idetools column misplacements #416
Comments
Further parsing of the idetools output to display the docstrings highlights that the last call to |
Since dropbox sucks I've mirrored the file at https://gist.github.com/gradha/5528425, though gist is not very user friendly for HTML either. |
Column handling has been fixed in the compiler by now. |
It seems to be a little better but not yet correct. I've updated http://dl.dropboxusercontent.com/u/145894/t/weird.proc.th.html where you can see the
|
416: cleanup: remove warnings throughout the compiler r=saem a=saem ## Summary - mostly cleaning up unused variables and procs - consolidated max macro pragma and generic instantiation const Co-authored-by: Saem Ghani <saemghani+github@gmail.com>
Continuing my work on https://github.com/gradha/the_hyperlink_vs_nimrod/tree/develop I'm unleashing idetools on simple source files and finding unexpected results. If you take a look at http://dl.dropboxusercontent.com/u/145894/t/weird.proc.th.html you will see highlighted the characters for which idetools returns anything for the
--def
option.In general it does a good job, but there are strange off by one errors. Many words are highlighted one character past their actual text, including whitespace. But more worrying is that on line 12 column 16 the first letter of the
toSeq
iterator is not highlighted, which seems a bug.The text was updated successfully, but these errors were encountered: