processing/processing4

open sketches in the current window, if no code has been written yet

Open

#484 ouverte le 8 mai 2022

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Java (176 forks)auto 404
bughelp wantedpde

Métriques du dépôt

Stars
 (439 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

In GitLab by @Pomax on May 8, 2022, 18:30

Description

It would be great if Processing didn't need to open a second window if you run it first, then load a project (either directly or using the "open recent" function).

Expected Behavior

Loading a project with an empty editor loads the project in the current editor instance.

Current Behavior

A second Processing instance is created for the loaded sketch code.

Steps to Reproduce

  1. Open processing by directly running the application
  2. Load a project

Your Environment

  • Processing version: 4.0b8
  • Operating System and OS version: Win10 pro 21H2
  • Other information:

Possible Causes / Solutions

Guide contributeur