CoffeeScript-Sublime-Plugin icon indicating copy to clipboard operation
CoffeeScript-Sublime-Plugin copied to clipboard

conflict with c language

Open xuluan opened this issue 13 years ago • 3 comments

Recently, when I use Ctrl-R to list functions in c code, It shows some mess. After I uninstalled CoffeeScript plugin, It shows good. Could you check this issue?

I try it in both Windows and Linux(Ubuntu)

xuluan avatar Jan 16 '13 05:01 xuluan

Same for me, on Linux and Mac. Conflicts with Ctrl/Cmd-R for C++.

dinfuehr avatar Apr 02 '13 19:04 dinfuehr

Took me a while to find out this out, but yeah Ctrl+R shows the contents of all the symbols e.g

class Herp{ function lol(int bla){ //comments } };

Ctrl+R would list function lol(int bla){ //comments }

Pity I had to uninstall the plugin.

LoveIsGrief avatar Jun 18 '13 13:06 LoveIsGrief

Fixed here: https://github.com/aponxi/sublime-better-coffeescript/pull/61 "Better CoffeeScript"

lavrton avatar Jun 18 '13 14:06 lavrton