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

Minor changes for improved usability #159

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

IIIaKa
Copy link

@IIIaKa IIIaKa commented Nov 20, 2024

Changes

  • When opening(without the -c argument), if Oxide.Core.dll is missing, an option will be provided to open instruction's page https://github.com/OxideMod/Oxide.Patcher?tab=readme-ov-file#patching-games;
  • Now, when there is an active project, the window title will display as "projectName - Oxide Patcher(version)";
  • Added the ability to reorder open tabs using drag and drop(StackOverflow solution);
  • In the HookView window, the Flag and Unflag buttons have been replaced with CheckBox, making the purpose of Flag more readable and understandable;
  • In the HookView window, for the BaseHook, the control was changed from a DropDown to a Button, improving text readability.
    I didn't quite understand the previous DropDown implementation, there were too many unclear iterations over hooks and a new assignment for BaseHook;
  • In the HookView window, for the BaseHook, if the BaseHook is not null, clicking the button will open a tab with the parent hook. This makes it easier to find the parent hook.

@IIIaKa
Copy link
Author

IIIaKa commented Nov 26, 2024

Flag CheckBox and BaseHook Button

Image
Image

Project Window Title

Image

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.

1 participant