UPDATED: SMath Studio 0.98.5952 (18 April 2016)

UPDATED: SMath Studio 0.98.5952 (18 April 2016) - Сообщения

#1 Опубликовано: 16.04.2016 07:23:54
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

SMath Studio 0.98.5952 available


Latest changes (against SMath Studio 0.98.5932)

  • Look and behavior of changing visible elements for output matrix significantly improved;
  • Math Region performance improved in case of large expressions to be shown;
    5950_mat_2.png
  • SS-6: Region's error status cleared on description change for custom regions;
  • SS-2312: Critical errors on pressing buttons from palette when cursor is in text entry inside the math equation;
  • SS-2314: Function try(..) implemented;
    5950_try_1.png
  • SS-2317: Font-size of the text in evaluable regions on file open fixed;
  • Print page by page number issue fixed (happened after Print Preview shown);
  • Multi-threading related issue fixed (rarely happened on file open);
  • Refactoring.


Download

7 пользователям понравился этот пост
Mike Kaganski 16.04.2016 07:49:00, Василий Николаевич Храмушин 16.04.2016 09:31:00, frapuano 16.04.2016 09:38:00, Radovan Omorjan 16.04.2016 10:51:00, Davide Carpi 16.04.2016 12:26:00, overlord 16.04.2016 08:34:00, sergio 16.04.2016 07:51:00
#2 Опубликовано: 16.04.2016 08:46:30
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

I can create new descriptions, but cannot edit existing - it throws an exception.
С уважением, Михаил Каганский
#3 Опубликовано: 16.04.2016 08:48:45
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Thank you. Will check it today.

I did good code review again, so some simple issues are possible.
2 пользователям понравился этот пост
Davide Carpi 17.04.2016 18:54:00, Mike Kaganski 17.04.2016 12:33:00
#4 Опубликовано: 16.04.2016 08:59:52
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

No problem - that's what nightlies are for.

Other problem: error description (and lastError) seem to be in OS language, regardless of SMath UI language.
E.g., in my Russian Win10, SMath UI is set to English, but for an erroneous block, I get error text "В экземпляре объекта не задана ссылка на объект.".
С уважением, Михаил Каганский
#5 Опубликовано: 16.04.2016 09:21:05
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Wrote

I get error text "В экземпляре объекта не задана ссылка на объект.".


This is exception which is not handled correctly. That is why error is meaningless and not localized.
Please explin how can I reproduce it.
#6 Опубликовано: 16.04.2016 09:22:44
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

Wrote

Wrote

I get error text "В экземпляре объекта не задана ссылка на объект.".


This is exception which is not handled correctly. That is why error is meaningless and not localized.
Please explin how can I reproduce it.



Page8.sm (1 КиБ) скачан 81 раз(а).
С уважением, Михаил Каганский
#7 Опубликовано: 16.04.2016 12:31:28
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: Moderator

Wrote

Page8.sm (1 КиБ) скачан 81 раз(а).


If I place the cursor in the rightmost placeholder and I press 2 times the "delete" key, I get an IndexOutOfRange exception;

Показать спойлер

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 пользователям понравился этот пост
Andrey Ivashov 17.04.2016 17:42:00
#8 Опубликовано: 16.04.2016 16:31:16
overlord

overlord

547 сообщений из 1330 понравились пользователям.

Группа: Moderator

Smath Studio 0.98.5950 creates "MathRegion.finish" error for several worksheets of mine and files couldn't be opened. Same files have no error at version 0.98.5932 and perfectly opened. I have uninstalled 5950 and installed 5932 with same plugins and there were no problems at all.

As far as I witnessed I can open ".sm" files partially by disabling the plugins. The problems for my files are CheckboxList, ComboboxList, RadiobuttonList, WriterRegion plugins.

Adsiz.gif
#9 Опубликовано: 16.04.2016 21:21:33
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: Moderator

Wrote

The problems for my files are CheckboxList, ComboboxList, RadiobuttonList, WriterRegion plugins.


I've updated these 4 regions for this SS version (many thanks to Andrey for the help via skype); let me know if you notice other issues.

P.S. WriterRegion is relased as Beta, it contains also several minor fixes not related with this SS update and a new option to choose when to popup the toolbar (Options > Environment). If all it works fine I'll relase these things also for previous versions of SS.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 пользователям понравился этот пост
overlord 17.04.2016 00:18:00, Andrey Ivashov 17.04.2016 13:00:00
#10 Опубликовано: 17.04.2016 00:20:20
overlord

overlord

547 сообщений из 1330 понравились пользователям.

Группа: Moderator

thank you for quick return, now it seems all plugins work as they are supposed to be.
1 пользователям понравился этот пост
Davide Carpi 17.04.2016 18:54:00
#11 Опубликовано: 17.04.2016 12:32:34
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

I see that in 0.98.5951 the problems with descriptions and error string for my file had been addressed - thank you!
Here is another file with the same error string - just assignment added.
for-error.sm (1 КиБ) скачан 80 раз(а).
С уважением, Михаил Каганский
1 пользователям понравился этот пост
Davide Carpi 17.04.2016 18:54:00
#12 Опубликовано: 17.04.2016 13:21:00
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Wrote

Here is another file with the same error string - just assignment added.


Thank you! Will fix it.
2 пользователям понравился этот пост
Mike Kaganski 17.04.2016 13:25:00, Davide Carpi 17.04.2016 18:53:00
#13 Опубликовано: 17.04.2016 13:25:41
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Initial 0.98.5950 build of this topic replaced with 0.98.5951 which contains several minor issues. All plug-ins revised and new versions of many of them were released, so, please update your plug-ins using Extensions Manager.

Best regards.
1 пользователям понравился этот пост
Davide Carpi 17.04.2016 18:53:00
#14 Опубликовано: 17.04.2016 13:35:22
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

units-vanish-on-matrix-resize.sm (2 КиБ) скачан 74 раз(а).
If you try to resize a matrix, units in it disappear.
Edit: incorrect statement: units are converted to non-units (symbol "'" disappears from them).
Also, copying matrices from/to a formula does the same. If you copy stand-alone matrix and paste it to a free space on sheet - it pasted OK. If you tried to paste to a placeholder in a formula, the following paste to a free space is with broken units (seems like clipboard is broken in that case).
С уважением, Михаил Каганский
2 пользователям понравился этот пост
Andrey Ivashov 17.04.2016 16:40:00, Davide Carpi 17.04.2016 18:53:00
#15 Опубликовано: 17.04.2016 16:47:01
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Wrote

If you try to resize a matrix, units in it disappear.


Thank you very much. Both issues (unhandled error and units disappearing) are fixed!

Best regards.

UPDATE: SMath Studio in the Cloud already has these fixes.
3 пользователям понравился этот пост
Mike Kaganski 17.04.2016 17:37:00, frapuano 17.04.2016 18:12:00, Davide Carpi 17.04.2016 18:53:00
#16 Опубликовано: 17.04.2016 20:22:49
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

"[" keyboard shortcut for el() behaves strange (doesn't add second placeholder?):
when you type a matrix name (e.g. "a" ) and then type "[", then instead of subscript, this functional form appears: "el(a) " (without separator and placeholder).

The same for nthroot() (Ctrl+\)
С уважением, Михаил Каганский
#17 Опубликовано: 18.04.2016 14:17:03
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Wrote

"[" keyboard shortcut for el() behaves strange (doesn't add second placeholder?):
when you type a matrix name (e.g. "a" ) and then type "[", then instead of subscript, this functional form appears: "el(a) " (without separator and placeholder).

The same for nthroot() (Ctrl+\)


Errors are fixed and new beta available. Please check.

Thank you!
Best regards.
3 пользователям понравился этот пост
Davide Carpi 18.04.2016 14:35:00, frapuano 18.04.2016 16:36:00, Mike Kaganski 18.04.2016 17:26:00
#18 Опубликовано: 18.04.2016 17:46:04
Mike Kaganski

Mike Kaganski

184 сообщений из 434 понравились пользователям.

Группа: User

Sorry to be a nail in the ass,
but now nthroot's keyboard shortcut (Ctrl+\) doesn't work.

Trying to copy a unit from some formula and pasting it into a unit (rightmost) placeholder of a result of some formula doesn't succeed.

Newly added "try" element in tools panel hasn't tooltip.

abs() is absent in Insert-Function... (Ctrl+E) dialog.
С уважением, Михаил Каганский
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений