The code macro remove the line break characters while parsing text via IE

XMLWordPrintable

      On Internet explorer, if we copy the following text, then parse in the code macro:

      • Original test:
        CALL_METHOD "Example": MoonStarter.RunMethod(8888);
            DEFPRE Doc := "Example string";
            DEFPRE HotKey := "CTRL-U";
            DEFPRE USGActive := ("AA", "BB");
        END CALL_METHOD;
        
      • Output in the code macro:
        CALL_METHOD "Example": MoonStarter.RunMethod(8888);
        DEFPRE Doc := "Example string";
        DEFPRE HotKey := "CTRL-U";
        DEFPRE USGActive := ("AA", "BB");
        END CALL_METHOD;
        

        The break line character (either space or tab) had been removed in the text.

            Assignee:
            Steve Haffenden (Inactive)
            Reporter:
            Yilin (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: