'eclipse rcp text editor fording

I am currently trying to implement text editor folding in Eclipse rcp e4.

https://www.eclipse.org/articles/Article-Folding-in-Eclipse-Text-Editors/folding.html#projectionSupport

I followed the example of the site, but a null exception occurred:

"org.eclipse.ui.texteditor.AbstractTextEditor.getSite()" is null

How can I solve this problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source