dirigible
dirigible copied to clipboard
[IDE] Form - Unresponsive Code Editor
The code editor in the form redactor is unresponsive when you reload the file. Right now when you add code through the code editor of the form redactor and save it using keyboard combination of Control/Command + S the file is saved and reloaded but you cannot add more code to it. The file shows your making changes to it but they are not reflected in the UI. To be able to type code again you need to reload the page.
To Reproduce Steps to reproduce the behavior:
- Start an instance of Eclipse Dirigible
- Create a Form Definition (file with extension .form)
- Go to the Code tab
- Write some code
- Save the change with keyboard combination of Control/Command + S
- Try to type more code.
Expected behavior After saving changes whit keyboard combination of Control/Command + S you should be able to write code freely without the need to reload the page.
Screenshots