We have posted an update to the DataFlex Source Explorer

http://starzen.com/products/dataflex...-code-browser/

in addition to making it compatible for DF 2020 we have added a number of features as well

The code editor now detects the Encoding of the file opened and keeps each file in the Encoding it was when opened. No change in encoding during save.
This means older files that are in Ansi will stay and newer files that are in UTF-8 will stay in UTF-8

we have added a search feature that allows you to do complex searches in your source code

for example:

Find all Entry_Item commands with a content of "customer"
Find all classes with a class name that contains "Vpe"
Find all external_Functions with the word "string"

the search supports regular expressions as well

we welcome feedback on the search specifically as this is a new feature and we will add new options to the search in the near future