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

Finding Phrases in the Source Code

Finding Phrases in the Source Code

The Find function allows you to search all source code files of Zingoolarity for a certain phrase.

This is helpful, if you want to do code modifications and need to assess the code segments, which you have to change.

For example:
If you want to understand, which modules use the listTopicByParent() function, you can simply search for

listTopicByParent(

The function will list all source code files, which contain this phrase.


(Find screen of Zingoolarity)

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.