Page 1 of 1

issue-#170 DevBrowser.Import* should return TextViews.View

Posted: Fri Aug 11, 2017 4:59 pm
by Josef Templ
After receiving an answer from temirgaleev_ee of oberoncore I have created this https://redmine.blackboxframework.org/issues/170 for a trivial fix in DevBrowser.ImportSymFile and ImportCodeFile.
As far as I see it does not have any negative impact and it simplifies using the result of ImportSymFile in the sense that it avoids an import of the undocumented module 'Documents'.
It also is in line with the registration as textViews.View and the same pattern is applied in Documents.ImportDocument.

See diffs at https://redmine.blackboxframework.org/p ... 732452be3b.

- Josef