@@ -107,7 +107,7 @@ class DataFiles {
}
if( needSep ) {
separators.push(lines.length);
- separatorTitles.push(file);
+ separatorTitles.push(file.split("/").join(" > "));
needSep = false;
if( sheet.idCol != null && Reflect.field(p.props,sheet.idCol.name) == "" )
@@ -278,7 +278,7 @@ class Table extends Component {
opts.unshift({
label : "Open",
click : function() {
- ide.openFile(title);
+ ide.openFile(title.split(" > ").join("/"));
},
});
new hide.comp.ContextMenu(opts);