Skip to content
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

Unable to call 'eclim-problems-correct' from 'eclim: problems' buffer. #198

Open
r0adrunner opened this issue Jul 6, 2015 · 1 comment
Labels

Comments

@r0adrunner
Copy link

(defun eclim-problems-correct ()
  (interactive)
  (let ((p (eclim--problems-get-current-problem)))
    (if (not (string-match "\\.\\(groovy\\|java\\)$" (cdr (assoc 'filename p))))
        (error "Not a Java or Groovy file. Corrections are currently supported only for Java or Groovy.")
      (eclim-java-correct (cdr (assoc 'line p)) (eclim--byte-offset)))))

Someone removed the line (eclim-problems-open-current) from the function above.

@kleewho
Copy link
Collaborator

kleewho commented Jul 6, 2015

It was removed long time ago by the same person which added it in the first place dbc368b. On the other hand it would be nice to have this possibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants