Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Separation of DesignView and CodeEditor:
Because of technical issues and usability improvements we removed the possibility to switch between the UI and Code View from the same editor window. Now a View named “CustomerOverview“ consists of two files or classes in the Project Management. A .java and ui.xml file. Both of them can be opened separately. This gives the advantage not having to open the UI and start the heavy preview server in the background if we only want to change a small java line of code. Does that mean I have to open both file always manually? No! If one file is opened, no matter if the .java file or the ui.xml we can open the other part by using the “CTRL ALT + SHIFT + E“ shortcut. There is also a button in the ToolBar to open the counterpart.

...