Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Hi all, Here there is a plugin to add hyperlinks in SMath Studio worksheets and SMath Viewer applications. Plugin UI languages: PLEASE REPORT IN THIS TOPIC ANY ISSUE.- requirements: SMath Studio 0.96.5146 Nigthly build or later, .Net Framework 2.0;
- installation: download the plugin from the gallery;
- documentation: download and unzip the attached archive;
- sources: if you want to see the plugin sources look in the SVN repository;
- languages: if you want to have a new UI language look into the documentation's Language folder
Edited by user 14 April 2016 12:59:07(UTC)
| Reason: flags' links File Attachment(s): Davide Carpi attached the following image(s): |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
6 users thanked Davide Carpi for this useful post.
|
on 27/07/2013(UTC), on 27/07/2013(UTC), on 30/07/2013(UTC), on 01/08/2013(UTC), on 01/08/2013(UTC), on 01/08/2013(UTC)
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
That would be highly welcome. In the help system, there is a lot of links which now need to be copied to the adress line in the browser. Are the links to sm-files supposed to open like the current text regions with href attributes (internal links) or are you going to launch new instances of SMath each time such an internal link is clicked? Edited by user 27 July 2013 17:41:30(UTC)
| Reason: Not specified |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Hi Martin Originally Posted by: mkraska That would be highly welcome. In the help system, there is a lot of links which now need to be copied to the adress line in the browser. Are the links to sm-files supposed to open like the current text regions with href attributes (internal links) or are you going to launch new instances of SMath each time such an internal link is clicked? Each click open a new istance of the required program. |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
First Beta available through plugin's Gallery. Documentation and translation sheet in the first post. Best regards, Davide Davide Carpi attached the following image(s): |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
2 users thanked Davide Carpi for this useful post.
|
on 01/08/2013(UTC), on 01/08/2013(UTC)
|
|
Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,617 Was thanked: 1981 time(s) in 667 post(s)
|
Absolutely great! Thank you for such a wonderful plug-in!
P.S.: I love these icons and common approach you use. P.P.S.: If you found any limitations in SS interfaces, just let me know.
|
1 user thanked Andrey Ivashov for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: smath Absolutely great! Thank you for such a wonderful plug-in! P.S.: I love these icons and common approach you use. Thank you for your program Andrey Originally Posted by: smath P.P.S.: If you found any limitations in SS interfaces, just let me know. Don't worry, I'll do it |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
SMath crashes if a hyperlink region is copied by Ctrl-drag. |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Fixed, test the update...
Best regards,
Davide |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
Originally Posted by: w3b5urf3r_reloaded Fixed, test the update...
Works fine, thanks a lot. |
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
I am trying to build links to the plugin installation directories in the documentation. Under windows, the %APPDATA% and the SettingsDirectory() approach work, but how is that under linux? Could the linuxers in the community please test the attached sheet? It contains links to the install directory of the 3D Plot plugin by uni. @Andrey: The nice feature of being able to paste target strings to the hyperlink placeholder prevents me from pasting the target expression involving SettingsDirectory() directly to the placeholder in the link region. This rises the question, why there is special treatment for string constants in math expressions at all. |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: mkraska Under windows, the %APPDATA% and the SettingsDirectory() approach work, but how is that under linux? I've not yet tested the plugin under linux, I don't know... Originally Posted by: mkraska This rises the question, why there is special treatment for string constants in math expressions at all. I suppose that's possible for texts that contains characters not available for the variable names (such spaces or slashes and backslashes), when you paste something in a placeholder; for the canvas someone may would paste text as text, so a "paste as" would be needed (or a "post-paste context menu item" like in MS word) Edited by user 02 August 2013 14:10:28(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 |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
UPDATED- Support for SMath Viewerbest regards, Davide Davide Carpi attached the following image(s): |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
The hyperlink region does not respond immediately to font size changes. You need to close and re-open the file in order to get the desired effect. Normally, I try to avoid any font changes. In the given case, I tried to build a table containing links which were supposed to fit in a single grid spacing. |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: mkraska The hyperlink region does not respond immediately to font size changes. You need to close and re-open the file in order to get the desired effect. I know, is an issue of CustomRegions (2D plot, XY Region, etc...) I've not opened a specific topic, but is already mentioned here (1st image, "original" -> appearance font-size different from real font-size) best regards, Davide Edited by user 04 August 2013 01:03:07(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 |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
SMath crashes when I try to edit the input expression of a hyperlink. I write concat with three arguments, fill in the first and the last. As soon as I want to type to the second placeholder, the crash occures. mkraska attached the following image(s): |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: mkraska SMath crashes when I try to edit the input expression of a hyperlink.
I write concat with three arguments, fill in the first and the last. As soon as I want to type to the second placeholder, the crash occures. Fixed, please test the update best regards, Davide |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
That was fast... Thanks a lot. |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: mkraska That was fast... Thanks a lot. You're welcome; I've already noticed the bug working to another plugin |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
When multiple hyperlinks are selected, the custom context menu action "Show link target" is applied only to one region. The other (system) actions can be applied to all selected regions at once. |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
It is a CustomRegion bug, I've reported this behavior to Andrey some day ago Edited by user 10 August 2013 13:13:03(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 |
|
|
|
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.