regsys-form-designerThe form designer extension includes the necessary json schema, code snippets and key bindings to speed up the development of a RegSys form configration file. Quick StartRequirementsVisual Studio Code version 1.30.0 or greater. Click Help-Check for Udates if you cannot install the extension UsingWhenever you want to insert a new config element type regsys_ and the list of available snippets will be shown by Visual Studio Code. If you scroll through the options, a description of what the snippet creates is shown. Click enter on the item you need and it will insert the snippet where the cursor is. When a snippet is inserted, it will automatically place the cursor at the first place of interest. If this is a GUID element click CTRL+SHIFT+R to be given a GUID value, click enter to select the value. Click tab to be brought to the next area of interest in the snippet. Some elements will present a dropdown of options to choose from e.g. visible will allow you to pick true or false. Known IssuesWhen you create a form using regsys_form, it automatically shifts the tab to inside the list of questions. You need to click away from there and then backto use regsys_tab and create a tab structure. Release Notes0.0.1Initial release of the form designer 0.0.2Fixed issue with the deployment of the correct snippet file 0.0.3Added new snippets regsys_name_search regsys_conditional_property 0.0.4Added the following snippets regsys_radio_question_snippet regsys_dropdown_question_with_api_snippet regsys_country_question_snippet regsys_list_snippet regsys_signer_snippet regsys_options_snippet 0.0.5Updated readme 0.0.6Added GUID command handler CTRL+SHIFT+P and type GUID to create a GUID 0.0.8Added JSON schema to the file snippet Added new command for inserting guid. CTRL+SHIFT+R creates a random GUID Added new snippets: regsys_textblock_snippet regsys_business_code_snippet 0.0.9Added new snippet: regsys_address_tab regsys_attachment_tab Fixed the tab variables to properly populate following on values after generating a GUID Fixes to schema 0.0.11Update display name Updated schema to included nested questions reference, past attribute for dates Updated regsys_address_tab snippet to include visble reference for countryId Added new snippet: regsys_multi_select_question regsys_array_question regsys_currency_question regsys_file_upload_question regsys_hidden_question regsys_readonly_question regsys_date_question regsys_regex_validator 0.0.12Updated readme file. Added extension icon 0.0.13Added new snippets: regsys_checklist regsys_summary_step_snippet (Removed the summary step content from the base regsys_form) Fixed bugs with existing snippets Updated schema 0.0.14Update GUID command to remove characters above f to match with the regsys guid checker 0.0.15Added value to regsys_freenote snippet 0.0.16Added snippet for regedit key 0.0.17Added a dropdown with static option list Added futureDays control element to schema (need to find this) Added snippet for regsys_add_person Fix bug in freenote snippet 0.0.18Added regsys_textbox Added regsys_textarea Added regsys_dropdown_with_api Added regsys_dropdown_from_list_values 0.0.19Updated RegSys_Form to have correct default values Added regsys_summary_step Added regsys_email Added regsys_telephone Added regsys_inner_form Changed regsys_array to regsys_checkbox_list Added sizeColumn to questions Changed regsys_readonly to regsys_display 0.0.20Fix bug 0.0.21Fixed regsys_dropdown and regsys_list Added regsys_display_list and regsys_display_list_regedit 0.0.22Added regsys_reserved_name_form #0.0.23 Added regsys_conditional_descriptor to create conditional descriptor for a list #0.0.24 Added support for jsonc #0.0.26
Added new starter forms 0.0.27Added Jersey specific section for beneficial owner individual 0.0.28Added Jersey specific section for beneficial owner organisation 0.0.29Add a command to replace GUID values. Select the text you want to change and hit
CTRL+SHIFT+P and select the replace GUID command. 0.0.30Added a command to insert new GUIDs where not there 0.0.31regsys_aircraft_details Added mo_sig_tab1 Added mo_address Added mo_regagent_tab Added mo_sig_tab_incorporators 0.0.33Added validator for GUIDs. Select all text and press ctrl+shift+L 0.0.34Added new validator for list descriptors to make sure they are used in the form. LicenseThe extension and source are licensed under the MIT license. |