Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celeste Studio v3 cross-platform rewrite #80

Merged
merged 604 commits into from
Sep 3, 2024

Conversation

psyGamer
Copy link
Member

@psyGamer psyGamer commented Sep 3, 2024

No description provided.

SomeoneSom and others added 30 commits July 21, 2024 17:24
diff --git a/Studio/CelesteStudio/Studio.cs b/Studio/CelesteStudio/Studio.cs
index a32ffde0..af0e322e 100644
--- a/Studio/CelesteStudio/Studio.cs
+++ b/Studio/CelesteStudio/Studio.cs
@@ -412,7 +412,7 @@ public sealed class Studio : Form {
             }},
             new SubMenuItem { Text = "&View", Items = {
                 MenuEntry.View_ShowGameInfo.ToSettingToggle(nameof(Settings.ShowGameInfo)),
-                MenuEntry.View_ShowSubpixelIndicator.ToSettingToggle(nameof(Settings.ShowGameInfo)),
+                MenuEntry.View_ShowSubpixelIndicator.ToSettingToggle(nameof(Settings.ShowSubpixelIndicator)),
                 MenuUtils.CreateSettingNumberInput("Subpixel Indicator Scale", nameof(Settings.SubpixelIndicatorScale), 0.1f, 10.0f, 0.25f),
                 new SeparatorMenuItem(),
                 MenuEntry.View_AlwaysOnTop.ToSettingToggle(nameof(Settings.ShowGameInfo)),
fix wrong settings in menu getting toggled
clamp caret to start/end of file when moving the line beyond the document
Fix crash when trying to find previous match
…omments

Fix `CombineInputs` eating comments
Add action to split inputs per-frame (inverse of CombineInputs)
@psyGamer psyGamer merged commit bb5f207 into EverestAPI:master Sep 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants