From ca4271d894f4a96d43b0f1cbbad3b97fecb418c6 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Fri, 28 Feb 2025 15:08:15 +0100 Subject: [PATCH] Disable new schema for now --- app/src/processing/app/Base.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index a5b3ac7c0..27b194a0a 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -1366,10 +1366,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) {