Introduction
Installation
Start
General
Myself
TOPICS
Main
Configuration
System
Websites
Update
Downloads
Copyright+License
Zingoolarity Homepage System Viewing the Source Code

Viewing the Source Code

Viewing Source Code

The Code function shows a list of all the code modules, which together form the Zingoolarity application.

You can filter for a subset of modules by name.

If you specify a wildcard filter, only the modules will be shown, which wildcard-match the provided filter.

For example entering

lang

will show you all the language translation libraries of Zingoolarity.


(Code screen of Zingoolarity)

The list will show you the following information:

  • The filename, which is the name of the module.
  • The Details, which are part of the header of the source file as a ZML [codedoc] tag.
  • The number of lines of code of the source file (LoC).
  • The date and time of the last modification of the source file.
  • The size of the source file.

You can click on the filename (or the View button on the right) to display the color-highlighted source code, if you want to study the code in detail.

Please note that this command does not allow editing of the source code.