sustained / CoffeeScript-Sublime-Plugin

Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
MIT License
290 stars 71 forks source link

conflict with c language #34

Open xuluan opened 11 years ago

xuluan commented 11 years ago

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)

dinfuehr commented 11 years ago

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

ghost commented 11 years ago

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.

lavrton commented 11 years ago

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