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

conflict with c language #34

Open
xuluan opened this issue Jan 16, 2013 · 3 comments
Open

conflict with c language #34

xuluan opened this issue Jan 16, 2013 · 3 comments

Comments

@xuluan
Copy link

xuluan commented Jan 16, 2013

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
Copy link

dinfuehr commented Apr 2, 2013

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

@ghost
Copy link

ghost commented Jun 18, 2013

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
Copy link

lavrton commented Jun 18, 2013

Fixed here: SublimeText/CoffeeScript#61 "Better CoffeeScript"

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

No branches or pull requests

3 participants