Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2077, comment 10


Ignore:
Timestamp:
01/28/15 12:25:09 (10 years ago)
Author:
jkarder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2077, comment 10

    initial v1  
    11Also implement review comments from #2262:
    2 - While the script is running there is no indication that the code cannot be changed (grey background) and the cursor should be hidden.
    3 - the error markups of codeEditor.ShowCompileErrors can be shown again when double clicking on the error list
     2- I'll leave this as it is now. The text looks different (colors) while the script is running and I think there's no need to hide the cursor. ~~While the script is running there is no indication that the code cannot be changed (grey background) and the cursor should be hidden.~~
     3- Individual error markups are now only deleted if the marked section is edited. All error markups are deleted when the script is compiled and will be recreated as needed. ~~the error markups of codeEditor.ShowCompileErrors can be shown again when double clicking on the error list~~