[Bibdesk-users] Copy by dragging file out of BibDesk

2020-04-22 Thread Jan David Hauck
When I drag a file from the Files Preview area out of BibDesk into a Finder
window, then an alias to the file is created there (as long as the
respective folder is on the same harddrive).

I can toggle this behavior when holding down the option key to instead
create a copy at that location.

Is there maybe some hidden preference to change that so that the default
becomes to create a copy?  I couldn't find any info on that behavior
online.
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Roberto
Thanks for trying your best guess.

On Wed, Apr 22, 2020 at 4:51 PM Christiaan Hofman 
wrote:

>
>
> On 22 Apr 2020, at 16:46, Roberto  wrote:
>
> What I am telling you is that for some reason the same script that does
> work calling python from bash does not work calling it from Automator.
> Please not this works with 1.7.4 so it is not the automator flow.
>
> On Wed, Apr 22, 2020 at 3:36 PM Christiaan Hofman 
> wrote:
>
>> So that's basically the same thing. That is fixed.
>>
>> Christiaan
>>
>
> I have no idea, the AppleScript support in BibDesk works.
>
> Christiaan
>
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Christiaan Hofman


> On 22 Apr 2020, at 16:46, Roberto  wrote:
> 
> What I am telling you is that for some reason the same script that does work 
> calling python from bash does not work calling it from Automator. Please not 
> this works with 1.7.4 so it is not the automator flow.
> 
> On Wed, Apr 22, 2020 at 3:36 PM Christiaan Hofman  > wrote:
> So that's basically the same thing. That is fixed. 
> 
> Christiaan

I have no idea, the AppleScript support in BibDesk works.

Christiaan

___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Roberto
What I am telling you is that for some reason the same script that does
work calling python from bash does not work calling it from Automator.
Please not this works with 1.7.4 so it is not the automator flow.

On Wed, Apr 22, 2020 at 3:36 PM Christiaan Hofman 
wrote:

> So that's basically the same thing. That is fixed.
>
> Christiaan
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Christiaan Hofman
So that's basically the same thing. That is fixed.

Christiaan
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Roberto
The script does this
tell first document of application "BibDesk" to import from
"@article{Einstein1917, ... bibtex omitted for brevity ...}"

same as my message on this same mailing list few days ago
https://sourceforge.net/p/bibdesk/mailman/message/36975361/

Thanks for reading
Roberto


On Wed, Apr 22, 2020 at 10:36 AM Christiaan Hofman 
wrote:

> I hate it that Apple uses the term Services for a huge number of different
> things.
>
> But if you have problems with the execution of a script, it depends on
> what that script does. I don't know, because you didn't tell me.
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Christiaan Hofman
I hate it that Apple uses the term Services for a huge number of different
things.

But if you have problems with the execution of a script, it depends on what
that script does. I don't know, because you didn't tell me.
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Crash with applescript on 1.7.5

2020-04-22 Thread Roberto
Contextual Menu Services, which you can write with Automator.

In my case it selects the text (e.g. arXiv number) of the paper I want to
add to BibDesk and passes it to a "Run Bash script" Automator block, which
in turn passes to my Python script. The python scripts calls BibDesk
through apple script language in way that was working up to 1.7.4. Then it
was broken in 1.7.5 and later fixed in the nightlies. The fix in the
nightlies does not fix the problem when I feed the arXiv number through the
Contextual Menu Services. These, instead, worked fine with all the previous
versions up to 1.7.4. Let me know if I have not explained it well enough.


On Tue, Apr 21, 2020 at 5:14 PM Christiaan Hofman 
wrote:

>
>
> On 21 Apr 2020, at 16:57, Roberto  wrote:
>
> Is it possible that this bug affected also the use of BibDesk from
> Contextual Menu Services that call the same scripts that were broken in
> 1.7.5? In that case I do see the script working from command line if I use
> 20200404 or the latest nightly, but the Contextual Menu Service is not
> working. It does work instead if I roll back to 1.7.4.
>
>
> On Sun, Apr 5, 2020 at 7:04 PM Luc Bourhis via Bibdesk-users <
> bibdesk-users@lists.sourceforge.net> wrote:
>
>> Hi,
>>
>> I installed 20200404: the bug is gone. My script runs fine.
>>
>> Thanks a bunch,
>>
>> best wishes,
>>
>> Luc J bourhis
>>
>> > On 3 Apr 2020, at 13:28, Christiaan Hofman  wrote:
>> >
>> > Although there wasn't a nightly build todayfor some reason. So that has
>> to wait.
>> >
>> > Christiaan
>> >
>
>
> I don’t understand the question. Services don’t call scripts. So what
> service(s) are you talking about?
>
> Christiaan
>
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users