1 страниц (18 вхождений)
UPDATED: SMath Studio 0.98.5952 (18 April 2016) - Сообщения
#1 Опубликовано: 16.04.2016 07:23:54
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;
- 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;
- 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
- Desktop Windows (desktop computer with Windows OS):
SMathStudioDesktop.0_98_5952.Setup.msi (Date: 18.04.2016. File size: 2.01MB)
- Desktop Linux (desktop computer with Linux OS):
SMathStudioDesktop.0_98_5952.Mono.tar.gz (Date: 18.04.2016. File size: 1.15MB) - last version of Mono distributive required!
- Cloud version (all modern browsers supported):
SMath Studio in the Cloud (Date: 18.04.2016.)
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
I can create new descriptions, but cannot edit existing - it throws an exception. 

С уважением,
Михаил Каганский
#3 Опубликовано: 16.04.2016 08:48:45
Thank you. Will check it today.
I did good code review again, so some simple issues are possible.
I did good code review again, so some simple issues are possible.
2 пользователям понравился этот пост
#4 Опубликовано: 16.04.2016 08:59:52
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 "В экземпляре объекта не задана ссылка на объект.".
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
WroteI 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
WroteWroteI 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
WrotePage8.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;
System.IndexOutOfRangeException: Index was out of bounds of array.
in SMath.Control.MathRegion.InsertManager(String value)
in SMath.Control.MathRegion.OnCommandSend(String value)
in SMath.Control.Worksheet.InsertManager(String value)
in SMath.Control.Worksheet.Insert(String value)
in SMath.Control.WorksheetControl.OnKeyPress(KeyPressEventArgs e)
in SMath.Control.Worksheet.OnKeyPress(KeyPressEventArgs e)
in System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
in System.Windows.Forms.Control.WmKeyChar(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

in SMath.Control.MathRegion.InsertManager(String value)
in SMath.Control.MathRegion.OnCommandSend(String value)
in SMath.Control.Worksheet.InsertManager(String value)
in SMath.Control.Worksheet.Insert(String value)
in SMath.Control.WorksheetControl.OnKeyPress(KeyPressEventArgs e)
in SMath.Control.Worksheet.OnKeyPress(KeyPressEventArgs e)
in System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
in System.Windows.Forms.Control.WmKeyChar(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
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
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.

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.
#9 Опубликовано: 16.04.2016 21:21:33
WroteThe 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 пользователям понравился этот пост
#10 Опубликовано: 17.04.2016 00:20:20
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
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 раз(а).
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
WroteHere is another file with the same error string - just assignment added.
Thank you! Will fix it.
2 пользователям понравился этот пост
#13 Опубликовано: 17.04.2016 13:25:41
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.
Best regards.
1 пользователям понравился этот пост
Davide Carpi 17.04.2016 18:53:00
#14 Опубликовано: 17.04.2016 13:35:22
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).
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 пользователям понравился этот пост
#15 Опубликовано: 17.04.2016 16:47:01
WroteIf 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 пользователям понравился этот пост
#16 Опубликовано: 17.04.2016 20:22:49
"[" 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+\)
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
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 пользователям понравился этот пост
#18 Опубликовано: 18.04.2016 17:46:04
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.
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.
С уважением,
Михаил Каганский
1 страниц (18 вхождений)
-
Новые сообщения
-
Нет новых сообщений