Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline andrbig77  
#1 Posted : 05 May 2021 13:57:12(UTC)
andrbig77


Rank: Advanced Member

Groups: Registered
Joined: 07/12/2018(UTC)
Posts: 44
Man
Germany

Was thanked: 1 time(s) in 1 post(s)
Dear SSMath Developer,

I think the SSMath version ( "0.99.7792" ) has a bug.

If one couples an object from the math. formula (with help of CTRL+C), then CTRL+V, then appears instead of the variable at the page a graphic


bug.gif (6,999kb) downloaded 24 time(s).


Best regards,
Andrey

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Davide Carpi  
#2 Posted : 05 May 2021 14:48:10(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
This is because the plugin implements

Code:
public string[] SupportedClipboardFormats => new[] { DataFormats.UnicodeText };


Hence when a plain text is passed the plugin handle the action.

Guess would be needed a "paste as" when multiple plugins are available for such task, with the built-in as default (if any).
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 06/05/2021(UTC)
Offline andrbig77  
#3 Posted : 07 May 2021 15:46:10(UTC)
andrbig77


Rank: Advanced Member

Groups: Registered
Joined: 07/12/2018(UTC)
Posts: 44
Man
Germany

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: Davide Carpi Go to Quoted Post
This is because the plugin implements

Code:
public string[] SupportedClipboardFormats => new[] { DataFormats.UnicodeText };


Hence when a plain text is passed the plugin handle the action.

Guess would be needed a "paste as" when multiple plugins are available for such task, with the built-in as default (if any).



Hello Davide,


thank you for your answer.

Now I have the dilemma, which plugin is responsible for this effect...
I have to turn on and off each plugin step by step to determine it.

Best regards,
Andrey


Offline Davide Carpi  
#4 Posted : 07 May 2021 19:37:26(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Is the plugin that is shown when you paste the data

So in this case is XYPlotRegion probably

Edited by user 07 May 2021 23:45:41(UTC)  | Reason: Not specified

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline Andrey Ivashov  
#5 Posted : 10 May 2021 23:28:30(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
I've corrected plug-ins to disable handling of text from clipboard by default (as I see it was activated by mistake because of using the same code templates).
So issue is gone. One just need to update installed plug-ins. Note: the latest SMath Studio beta must be used.

Best regards.
Offline andrbig77  
#6 Posted : 11 May 2021 13:52:10(UTC)
andrbig77


Rank: Advanced Member

Groups: Registered
Joined: 07/12/2018(UTC)
Posts: 44
Man
Germany

Was thanked: 1 time(s) in 1 post(s)

Hello Andrey and Davide,

thank you for the help and the fixing of this nice tool.

Best regards,
Andrey
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.