Enable Schema handeling

This commit is contained in:
Stef Tervelde
2025-03-11 16:22:31 +01:00
parent ffcc19c380
commit 1455512462

View File

@@ -1364,10 +1364,10 @@ public class Base {
* @param schemeUri the full URI, including pde://
*/
public Editor handleScheme(String schemeUri) {
// var result = Schema.handleSchema(schemeUri, this);
// if (result != null) {
// return result;
// }
var result = Schema.handleSchema(schemeUri, this);
if (result != null) {
return result;
}
String location = schemeUri.substring(6);
if (location.length() > 0) {