command.go.*.py2=python2 -u "$(FileNameExt)"
> command.go.*.py2=python2 -u "$(FileNameExt)"
>
> to python.properties.
>
> But Scite does not accept the py2 extension in the open dialog.
The list of files visible in the open dialog is controlled by the
open.filter, source.files, and filter.* properties. You should examine
their use in global properties.
Neil