JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

Rename refactoring does fails for function parameters with dashes #66

Closed Odinodin closed 11 years ago

Odinodin commented 11 years ago

Tried to refactor the name of a function parameter that has a dash in it (e.g some-parameter-name), but the refactor did nothing. The refactoring works fine for parameters without dashes.

Using La Clojure 0.7.36 and IntelliJ 132.325.

Alefas commented 11 years ago

I created an issue: http://youtrack.jetbrains.com/issue/CLJ-243