Script Region

Script Region - Extends SMath Studio with a Script Region (c#, vb.net, python) - Messages

#1 Posted: 6/20/2014 6:30:40 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Script Region

SMath Studio compatibility SMath Viewer compatibility mono compatibility Extension page Sources


C# and VB.Net:
Do not use directive "using". You just need to fill function body.

List of specified namespaces (c#, vn.net):

System
System.IO
System.Diagnostics
System.Xml
System.Linq
System.Text
System.Reflection
System.Collections.Generic
System.Globalization
System.Drawing
System.Drawing.Drawing2D
System.Drawing.Imaging

SMath.Manager
SMath.Controls
SMath.Math
SMath.Math.Numeric

List of specified namespaces (python (import * used)):

System

SMath.Manager
SMath.Controls
SMath.Math
SMath.Math.Numeric

Predefined variables available in script (c#, vn.net, python): Store store.


Links:

1. Fast Colored TextBox for Syntax Highlighting (Pavel Torgashov).
2. Runtime-генерирование .Net-кода для тех, кому некогда (Андрей Мартынов).
3. Scripting .NET Applications with IronPython (Jerome Terry).
4. SMath Studio Core documentation (CHM)

Examples:

Script. CurrentDirectory.sm (5 KiB) downloaded 272 time(s).
Script. CurrentDirectory.pdf (51 KiB) downloaded 337 time(s).

Script. Show time.sm (4 KiB) downloaded 209 time(s).
Script. Show time.pdf (42 KiB) downloaded 252 time(s).

Script. InOut.sm (8 KiB) downloaded 322 time(s).
Script. InOut.pdf (30 KiB) downloaded 389 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
densy 12/30/2021 11:44:00 AM, Davide Carpi 6/20/2014 8:51:00 PM
#2 Posted: 6/20/2014 11:50:01 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated.
2014-06-20 21-47-03 SMath Studio Desktop - [CS. Example 1.sm].png
Russia ☭ forever, Viacheslav N. Mezentsev
#3 Posted: 6/21/2014 1:53:48 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Python also works but w/o syntax highlighting.
2014-06-21 11-47-14 SMath Studio Desktop - [Python. Example 1.sm ].png
Russia ☭ forever, Viacheslav N. Mezentsev
#4 Posted: 10/28/2014 5:10:34 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Small improvements.

EDIT:

Test (c#).

2017-03-09_12-09-20.png

Script:

Show Spoiler

Russia ☭ forever, Viacheslav N. Mezentsev
#5 Posted: 2/1/2016 2:08:32 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

The source code has been restored, updated and uploaded to svn. Something does not work yet (last example). The plugin is not available, because Release Manager can't build it (too complex I think).
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 2/1/2016 2:39:00 PM
#6 Posted: 2/2/2016 4:44:50 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated (svn). Now last example works and we are waiting when Andrey fix the Release Manager.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 2/2/2016 7:27:00 PM
#7 Posted: 2/9/2016 1:11:56 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Now available.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 2/9/2016 4:36:00 PM
#8 Posted: 5/23/2016 6:12:44 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Hi Uni. Admirable work, thanks a lot for this plugin. Just few questions:

- From where plugin's take c#, vb.net and python ¿(i.e. came when plugin is downloaded)?
- ¿Can call nympi or Sci python?
- ¿Can you show how to modify some SMtah's vector or matrix variable? In other words, ¿there are an output, avoiding handling files, to smath worksheet or only can view results in the trace window?
- Not related with your plugin, but ... easy asking you: SMath don't have maple's traperror or mathcad onerror functions?

Have a nice day.

Alvaro.
#9 Posted: 5/25/2016 4:41:58 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

- From where plugin's take c#, vb.net and python ¿(i.e. came when plugin is downloaded)?
- ¿Can call nympi or Sci python?
- ¿Can you show how to modify some SMtah's vector or matrix variable? In other words, ¿there are an output, avoiding handling files, to smath worksheet or only can view results in the trace window?


c#, vn.net from the .Net Framework which is already installed on your PC.
As for the python I used IronPython which is a part of the plugin.
Not shure about numpi and Sci. I think it is impossible use them now.

You can modify and add definitions to the worksheet dynamically (inside the script). It not so simple to show how you can use this, I need a time to make an example.

Russia ☭ forever, Viacheslav N. Mezentsev
#10 Posted: 5/27/2016 8:11:50 AM

Tinu_

14 likes in 19 posts.

Group: User

Wrote


c#, vn.net from the .Net Framework which is already installed on your PC.
As for the python I used IronPython which is a part of the plugin.
Not shure about numpi and Sci. I think it is impossible use them now.

You can modify and add definitions to the worksheet dynamically (inside the script). It not so simple to show how you can use this, I need a time to make an example.



Examples (specially regarding Python) would be greatly appreciated!

Tinu


1 users liked this post
Davide Carpi 5/27/2016 8:16:00 AM
#11 Posted: 8/6/2016 10:22:58 AM
Ahmet Anil Dindar

Ahmet Anil Dindar

1 likes in 2 posts.

Group: User

Dear all,
I donwloaded @uni's #3 smath file. Tried to understand but it seems more explanation is needed for low level users like me


It would be really perfect having Python scripts running within Smath.

Is there any ongoing effort?

++Ahmet
1 users liked this post
frapuano 3/2/2017 9:44:00 AM
#12 Posted: 3/2/2017 1:04:24 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Variable terms added. Some namespaces declared implicit.

2017-03-02_09-01-57.png

Script:

Show Spoiler

Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 3/2/2017 9:44:00 AM
#13 Posted: 3/2/2017 3:51:49 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Fixed some issues related to vb compiler.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 3/2/2017 7:32:00 PM
#14 Posted: 3/4/2017 5:58:07 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Examples added.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 3/4/2017 5:36:00 PM
#15 Posted: 3/4/2017 12:44:52 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Now more magic available.

2017-03-04 20-42-28 SMath Studio - [Script. Lambda. Linq.sm].png

Script:

Show Spoiler

Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 3/4/2017 5:38:00 PM
#16 Posted: 3/6/2017 7:12:14 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Updated. Another attempt to fix the problem related with the portable version. Martin, please try again. Now the tmp directory appears in the plugins directory and you need to remove it content manually periodically. Fix this later.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Martin Kraska 3/6/2017 9:18:00 AM
#17 Posted: 3/6/2017 11:09:45 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Now working with the portable version, thanks. With maxima, we had quite some issues with temp dirs (interference between multiple smath instances or documents...
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#18 Posted: 3/8/2017 4:12:54 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Add definitions from list of strings. To get a textual representation we use [Ctrl+C], [Ctrl+V].

2017-03-08 12-08-37 SMath Studio - [Script. Load definitions.sm ].png

Script:

Show Spoiler

Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 3/8/2017 6:06:00 AM
#19 Posted: 3/8/2017 1:32:48 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

String to matrix (c#).

2017-03-08 21-31-34 SMath Studio - [Script. String to matrix.sm].png

Script:

Show Spoiler

Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 3/9/2017 1:47:00 PM
#20 Posted: 3/22/2017 1:30:36 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

How to add unit.

2018-09-24_21-50-40.png

Script:

Show Spoiler

Russia ☭ forever, Viacheslav N. Mezentsev
  • New Posts New Posts
  • No New Posts No New Posts