Versions Compared

Key

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

...

scrollbar

...

Syntax highlighting :

With syntax highlighting all the words and types that are known in python will be shown as colored text. To configure the color schema go to the DeltaShell installation folder and navigate to the plugins\DeltaShell.Plugins.Scripting.Gui folder. Here the XML file "Python.xshd" contains all the information used for syntax highlighting.

...

These options are added to show you the space, tab and line end characters. This can be important because pythons logic uses indenting for its statements/

  • Spaces :
  • Tabs:
  • End of line :

Regions :

Regions are used to mark code blocks, and gives you the ability to collapse these blocks to 1 line with a title.

...