Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3336

Improve Automation Scripting carret movement

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 33.2
    • Fix Version/s: QualifiedToSchedule
    • Component/s: Automation

      Description

      -> Autocompletion box do not toggle as expected;
      Write "Document." close suggestion, or miss, move caret after "." try to open suggestion box... It is no more usable.

      -> Autocompleted script are not indented properly

      -> On a suggestion; "CMD + arrow" move the carret to the begin of the Operation instead of the beginning of the line as expected.

      -> Following default JS formatting rules; generated operation should look like to:

      Document.Delete(input, {
        'hello': 'asdsad',
        'asdasd': 'asdasd'
      });
      

      instead of:

      Document.Delete(
      input, {
      }
      );
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              akervern Arnaud Kervern
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: