aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/ScriptEditor.cs
Commit message (Collapse)AuthorAgeFilesLines
* Improved extension methods support on procedures.Roy Ben Shabat2020-10-251-0/+1
| | | | | Drastically reduces procedure designer loading time. DataStore proto support fully working and tested.
* Fixed issue with script editor not recognizing string => String alias.Roy Ben Shabat2020-08-251-1/+5
| | | | Fixed issue with script FillVariables recursion hangs.
* Some more work on proc_doc.Roy Ben Shabat2020-08-101-0/+38
| | | | | Added auto member navigation for procedures help. Optimized compilation frequency thus memory accumulation.
* Procedure runtime debugging and exceptions.Roy Ben Shabat2020-08-091-0/+229
|
* Implemented interactive runtime error handling on procedures.Roy Ben Shabat2020-08-061-0/+35
|
* Fixed issue with procedure Send method "messageName" entry and confusion ↵Roy Ben Shabat2020-08-041-49/+60
| | | | | | with params array. Improved intellisense for fields of declared libraries.
* Reset Application & Firmware "Logs" tab even when machine connection is the ↵Roy Ben Shabat2020-08-041-3/+10
| | | | | | | | same. Fixed issue on FileSystem download. Ignored issue with procedure error highlighting caused application error. Fixed issue when logout/login with different environment did not refreshed the list of available machines for connection.
* Refactored RemoteSQL on procedures.Roy Ben Shabat2020-08-031-6/+12
| | | | | Fixed issue with generic types display on code editor. Added line wrap toggle to procedure designer output.
* Implemented first procedure code editor loading block progress.Roy Ben Shabat2020-07-311-0/+21
|
* Procedures:Roy Ben Shabat2020-07-271-0/+18
| | | | | | | Fixed issue with TextBox on DialogWindow. Fixed issue with multiple library linking. Implemented error checking. Many improvements.
* Implemented find & replace.Roy Ben Shabat2020-07-231-2/+216
| | | | | Improved symbols loading and highlighting. Implemented font +/-.
* Improved procedure designer.Roy Ben Shabat2020-07-221-0/+10
| | | | | | | Added support for static variables. Added full results support for designer. Added BitmapResult. Added System.Windows.Forms / Drawing as default usings.
* Several correctionsRoy Ben Shabat2020-07-051-0/+4
|
* Added common snippets.Roy Ben Shabat2020-05-271-0/+63
|
* TestDesigner error highlight jump to line.Roy Ben Shabat2020-04-291-1/+2
|
* TestDesigner/Runner array result!Roy Ben Shabat2020-04-271-1/+1
|
* TestDesigner improvements..Roy Ben Shabat2020-04-271-0/+5
|
* Improvements on test designer.Roy Ben Shabat2020-04-231-0/+5
|
* Stubs module format code.Roy Ben Shabat2020-04-231-0/+20
|
* CodeFormatter and auto assembly redirects for FSE finally works.Roy Ben Shabat2020-04-231-1/+3
|
* Working on FSE scripting.Roy Ben Shabat2020-04-221-2/+22
| | | | Fixed issue with gradient generation using the color converter RGB only entry point for RGB and LAB brush stops.
* Scripting.Roy Ben Shabat2020-04-221-71/+259
|
* Scripting refactoring.Roy Ben Shabat2020-04-191-27/+321
|
* Fixed some issues with ScriptEditor.Roy Ben Shabat2020-01-291-361/+368
|
* MERGERoy Ben Shabat2019-04-091-0/+1595