processing/processing4

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

Open

#484 aperta il 8 mag 2022

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Java (176 fork)auto 404
bughelp wantedpde

Metriche repository

Star
 (439 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor