Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
75 stars 11 forks source link

Does not parse included .sp files that contains only variable declarations #25

Closed GAMMACASE closed 6 years ago

GAMMACASE commented 6 years ago

Does not show included .sp file on left tab (where all included files are) when .sp has only variables declarations: glinc gltestmain

Timocop commented 6 years ago

BasicPawn parses includes still, but showing variables in the Object Browser and parsing variables from includes are disabled by default to speed up parsing.

These two settings control how variables are shown in the Object Browser and how they are the parsed:

However, ill add more control over stuff in the future.