ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
220 stars 50 forks source link

String insertion and keyword conversion #364

Open laurentpetit opened 9 years ago

laurentpetit commented 9 years ago

Original issue 323 created by laurentpetit on 2012-02-12T01:53:15.000Z:

Some possible enhancements

  1. if you highlight a section of text and type " it would be good if the selected text was enclosed "<...selected text...>". currently it inserts "" before the selected text.
  2. shortcut to support conversion of string to keyword and back

"hello" <-> :hello

laurentpetit commented 9 years ago

Comment #1 originally posted by laurentpetit on 2012-02-12T10:51:57.000Z:

Please separate those in two distinct issues

laurentpetit commented 9 years ago

Comment #2 originally posted by laurentpetit on 2012-02-12T13:06:46.000Z:

done - I added two more because I cannot seem to edit this one.