-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Add the ability to remove files when using file search #82621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have unrelated commits you need to remove from your contribution
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
void _on_finished(); | ||
void _on_refresh_button_clicked(); | ||
void _on_cancel_button_clicked(); | ||
void _on_result_selected(); | ||
void _on_item_edited(); | ||
void _on_replace_text_changed(String text); | ||
void _on_replace_all_clicked(); | ||
Texture2D* _get_remove_button_texture(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Texture2D* _get_remove_button_texture(); |
RD::get_singleton()->free(device.passes[i].pipeline.pipeline_rid); | ||
if (device.passes[i].pipeline.pipeline_rid.is_valid()) { | ||
RD::get_singleton()->free(device.passes[i].pipeline.pipeline_rid); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still have unrelated code, and another author not part of this, you will need to remove this code and reset the author of your commit with git commit --reset-author
I messed up my commit history by syncing the repo. Will be reopened soon. |
I mean I'll make a new clean pull request |
Implements godot-proposals#7881