I have created an issue for the proposal of Helmut, see https://redmine.blackboxframework.org/issues/201.
One detail question is:
What is the effect of specifying {Converters.importAll}? I cannot see any difference in the behavior.
- Josef
Read the code of Converters.Import .Josef Templ wrote:What is the effect of specifying {Converters.importAll}? I cannot see any difference in the behavior.
Converters.Register("DevBrowser.ImportSymFile", "", "TextViews.View", "osf", {});
Converters.Register("DevBrowser.ImportCodeFile", "", "TextViews.View", "ocf", {});
IF (ch # view) & (ch # para) THEN
IF ch = CR THEN WriteChar(wr, LF) ELSE WriteChar(wr, ch) END;
END;
Users browsing this forum: No registered users and 1 guest