Skip to content

#25 fix unhandled NPE in Jump Function of TextView

Nils Peters requested to merge issue/25 into main

The Jump Function to a Line or GUID in the TextView caused a NPE if the JumpToSourceLineEvent is invalid (line number -1 and GUID set to null).

Merge request reports