From OpenSCADAWiki
Revision as of 19:21, 10 April 2021 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
During the frame implementing, the view "Table" of the primitive "FormEl" significantly expanded on both visualizers for:
- Common things and in the VCA-Engine:
- improving the table content updating and storing for big content, non storing double source content;
- appended of limiting in processing the table content for direct apply the changes, only for it size lesser for limUserFile_SZ (1 MB).
- UI.WebVision:
- table cells in the editing mode allowed for the system-browser context menu;
- appended for the sorting support by columns;
- prevented from the complete updating at the attribute "value" modification;
- appended for:
- the not fitting mode (the attribute "colsWdthFit" missing) implementation, using the automatic table layout mode for calculation the fixed widths and next switching to the fixed table layout mode;
- the light edition mode base implementation.
- UI.Vision:
- appended in export to CSV;
- improved in:
- support the sorting of the table content per columns, by preserving the scroll position and the sorting parameters before the sorting disabling during the updating time;
- in light processing of the width changing;
- in fitting at the development mode, also at the vertical header show;
- appended for the light edition — without the columns refitting all updating time;
- cleaned form spare role Qt::UserRole+5 of the previous value storing, but that do now the table delegate.