Skip to content

Commit

Permalink
Merge pull request #1601 from andy840119/fix-the-path-not-match-to-th…
Browse files Browse the repository at this point in the history
…e-namespace

Adjust the class namespace.
  • Loading branch information
andy840119 authored Sep 22, 2022
2 parents 469ac1f + 10b2aa9 commit f969773
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@ public interface ILyricAutoGenerateChangeHandler : ILyricPropertyChangeHandler

void AutoGenerate(LyricAutoGenerateProperty autoGenerateProperty);
}
}

public enum LyricAutoGenerateProperty
{
DetectReferenceLyric,
public enum LyricAutoGenerateProperty
{
DetectReferenceLyric,

DetectLanguage,
DetectLanguage,

AutoGenerateRubyTags,
AutoGenerateRubyTags,

AutoGenerateRomajiTags,
AutoGenerateRomajiTags,

AutoGenerateTimeTags,
AutoGenerateTimeTags,

AutoGenerateNotes,
AutoGenerateNotes,
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

using J2N.Collections.Generic;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.Language;
using osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.Components.Markdown;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

using System.Collections.Generic;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Checks.Components;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.Notes;
using osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.Components.Markdown;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using osu.Framework.Graphics.UserInterface;
using osu.Framework.Localisation;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.ReferenceLyric;
using osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.Components.Markdown;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Collections.Generic;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Rulesets.Karaoke.Configuration;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.TimeTags.Ja;

namespace osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.RubyRomaji
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Collections.Generic;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Rulesets.Karaoke.Configuration;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.RubyTags.Ja;

namespace osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.RubyRomaji
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

using J2N.Collections.Generic;
using osu.Framework.Localisation;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.Components.Markdown;

namespace osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.RubyRomaji
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Localisation;
using osu.Game.Rulesets.Karaoke.Configuration;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.TimeTags.Ja;
using osu.Game.Rulesets.Karaoke.Edit.Configs.Generator.TimeTags.Zh;
using osu.Game.Rulesets.Karaoke.Edit.Lyrics.Settings.Components.Markdown;
Expand Down

0 comments on commit f969773

Please sign in to comment.