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

Copy to clipboard bug #3

Open
RobGThai opened this issue Mar 19, 2014 · 5 comments
Open

Copy to clipboard bug #3

RobGThai opened this issue Mar 19, 2014 · 5 comments
Labels

Comments

@RobGThai
Copy link

OS X 10.9.2
Alfred 2.2(243)

It seems that if you have copied something then "gp dagger". It will paste the copy text instead of dagger artifact. So we have to gp twice to get the expected artifact.

@eveliotc
Copy link
Owner

Thank you @RobGThai I've running into this issue as well, it is so annoying, going to take a look at it as soon as I get some time :)

@casidiablo
Copy link

Same here.

@eveliotc eveliotc added the bug label Mar 30, 2014
@eveliotc
Copy link
Owner

With Alfred 2.2 (243) you can enable workflow debugging, if anyone is able to record the output while reproducing this and paste the log here that'd be awesome

enable log steps

@casidiablo
http://i.imgur.com/KgL2jzI.gif

jk please try to debug it as well, any output is much appreciated

@RobGThai
Copy link
Author

RobGThai commented Apr 1, 2014

GP

[INFO: alfred.workflow.input.scriptfilter] Processing output 'alfred.workflow.action.script' with arg 'compile 'com.squareup.dagger:dagger:1.2.1''
[INFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.clipboard' with arg 'compile 'com.squareup.dagger:dagger:1.2.1''

DEP

[INFO: alfred.workflow.input.scriptfilter] Processing output 'alfred.workflow.action.script' with arg 'compile 'com.squareup.dagger:dagger:1.2.1''
[INFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.clipboard' with arg 'compile 'com.squareup.dagger:dagger:1.2.1''

Both result in the same effect. One thing I found is that this behaviour only happen when I'm in Android Studio. Trying the same thing while focusing on Github works perfectly.

By the way, is there any difference between gp and dep?

@eveliotc
Copy link
Owner

eveliotc commented Apr 1, 2014

@RobGThai I see, thanks for the info... I'm able to reproduce it with Android Studio as well grrr

There is no difference between gp and dep just wanted to show how one can create aliases at convenience, sometimes I forget what's the keyword to trigger certain workflow so I end up changing them

By the way you can also override the dependency scope by writing it right after gp/dep e.g. gp provided dagger, also if it detects compiler among the artifact id it will auto use provided as scope, I have plans for adding more keywords to it so you can just write in example test junit to paste androidTestCompile 'junit:junit:4.11' or whatever latest version

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

No branches or pull requests

3 participants