PromucFlow_constructor/app/client/src/components/formControls
Ravi Kumar Prasad fa930838aa
feat: code commenting #9369 (#18667)
## Description
Adds code commenting in JS objects code editor and JS fields. Users can
use `Cmd + /` on Mac and `Ctrl + /` on other systems to
comment/uncomment code now.

Fixes #9369



## Type of change
- New feature (non-breaking change which adds functionality)

## How Has This Been Tested?
- Manual
- Jest

### Test Plan
- [x] https://github.com/appsmithorg/TestSmith/issues/2120
- [x] https://github.com/appsmithorg/TestSmith/issues/2121
- [x] https://github.com/appsmithorg/TestSmith/issues/2122

### Issues raised during DP testing
- [ ]
https://github.com/appsmithorg/appsmith/pull/18667#issuecomment-1348354145


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2023-01-06 11:57:53 +00:00
..
BaseControl.tsx fix: Added frontend validation checks for access token url and url in authenticated API datasource configuration (#17340) 2022-10-13 18:59:20 +05:30
CheckboxControl.tsx feat: Migrate design system components import to design-system repo - I (#15562) 2022-08-22 10:39:39 +05:30
DropDownControl.tsx feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
DynamicInputTextControl.test.tsx
DynamicInputTextControl.tsx feat: Refactor invite modal for handling RBAC updates (#16405) 2022-09-02 22:45:08 +05:30
DynamicTextFieldControl.tsx feat: code commenting #9369 (#18667) 2023-01-06 11:57:53 +00:00
EntitySelectorControl.tsx fix: UQI UI alignment fixes (#15035) 2022-07-06 12:10:25 +05:30
FieldArrayControl.tsx chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
FilePickerControl.tsx chore: migrate toast (#17208) 2022-10-14 01:43:44 +05:30
FixedKeyInputControl.tsx Increase width for various form controls (#13895) 2022-05-18 15:37:47 +01:00
InputNumberControl.tsx chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
InputTextControl.tsx fix: Added frontend validation checks for access token url and url in authenticated API datasource configuration (#17340) 2022-10-13 18:59:20 +05:30
KeyValueArrayControl.tsx fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
PaginationControl.tsx fix: UQI UI alignment fixes (#15035) 2022-07-06 12:10:25 +05:30
SortingControl.tsx feat: Migrate design system components import to design-system repo - I (#15562) 2022-08-22 10:39:39 +05:30
StyledControls.tsx feat: upgrade client npm packages. (#14858) 2022-06-30 16:59:09 +05:30
SwitchControl.tsx fix: updated settings page design (#16990) 2022-10-06 16:36:29 +05:30
utils.test.ts fix: Allowing multi form to json switching and eliminating json to form sw… (#18192) 2022-11-25 11:38:35 +00:00
utils.ts fix: removed old key_val_input, updated keyval_array, show ds info (#18626) 2022-12-13 20:09:16 +05:30
WhereClauseControl.tsx feat: Migrate design system components import to design-system repo - I (#15562) 2022-08-22 10:39:39 +05:30