Code Tab

The Code tab allows you to edit the code of the selected entity’s runners.

The Code tab provides the following features:

  • Ability to copy and paste text, undo and redo changes, load and save code, find and replace text, setup indentation etc.;
  • Language-specific automated code completion assisting typing (IntelliSense);
  • Language syntax highlighting;
  • Ability to drag and drop custom objects with conversion to an appropriate inlined code;
  • Compiler and interpreter integration (including the ability to launch compile-build-deploy cycle with a single button);
  • Positioning of the cursor at the code line having caused a compilation or runtime error;
  • Server-side compiler services component providing the functionality for server-compiled code;
  • Ease of navigation through different parts of code using simple operations (e.g. Ctrl+mouse click).

Code Tab

New Entity

Wizard

Debug