b19fd4b0974960c9d877769fb4471d59196f9420
is_first_frame flag to CompilerApp
Introduces a new `is_first_frame` boolean flag to the `CompilerApp` struct to manage initial UI state, specifically for requesting focus on the source code editor on the first frame. This commit also moves the compilation logic into a dedicated `compile` method for better organization and introduces a Shift+Enter keyboard shortcut for compilation.
Description
No description provided
Languages
Rust
100%