mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 01:41:06 +01:00
Enable Schema handeling
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user