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

Support for cscope program to be in location not in PATH #9

Closed
vishalpatel opened this issue Feb 5, 2016 · 2 comments
Closed

Support for cscope program to be in location not in PATH #9

vishalpatel opened this issue Feb 5, 2016 · 2 comments

Comments

@vishalpatel
Copy link

I find that on my system cscope is located in ~/editortools and everytime I invoke cscope I get nasty warning that 'cscope' is not in PATH.

I double checked that ~/editortools is part of my $PATH variable but Atom's invocation has weird behavior if opened by "double clicking" App or when launched from cmd line as "atom myfile.c"

So I ended up changing the coffeescript and I've attached a diff that adds a config option and allows user to change its location.

Can you please apply this diff?
cscope_binary_path_config.diff.txt

@amitab
Copy link
Owner

amitab commented Feb 5, 2016

@vishalpatel Hey thanks for the patch! If you are ok with it, can you send in a pull request? If not I will apply the patch, but it would be nice to have a pull request :)

vishalpatel pushed a commit to vishalpatel/atom-cscope that referenced this issue Feb 5, 2016
Added config for cscope binary location.
Fixes amitab#9
@vishalpatel
Copy link
Author

I created a pull request

Hope it works out.
-Vishal

On Feb 5, 2016, at 10:46, Amitabh Das notifications@github.com wrote:

@vishalpatel Hey thanks for the patch! If you are ok with it, can you send in a pull request? If not I will apply the patch, but it would be nice to have a pull request :)


Reply to this email directly or view it on GitHub.

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

2 participants