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

Add the ability to remove files when using file search #82621

Closed
wants to merge 5 commits into from
Closed

Add the ability to remove files when using file search #82621

wants to merge 5 commits into from

Conversation

Stronkkey
Copy link
Contributor

@Stronkkey Stronkkey commented Oct 1, 2023

@Stronkkey Stronkkey changed the title Add the ability to remove files when searching inside scripts Add the ability to remove files when using file search Oct 1, 2023
@Stronkkey Stronkkey marked this pull request as ready for review October 1, 2023 15:42
@Stronkkey Stronkkey requested a review from a team as a code owner October 1, 2023 15:42
Copy link
Member

@AThousandShips AThousandShips left a 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

Verified

This commit was signed with the committer’s verified signature.
Repiteo Thaddeus Crews
@Stronkkey Stronkkey requested a review from a team as a code owner October 1, 2023 15:51
Stronkkey and others added 4 commits October 1, 2023 17:52
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();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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);
}
Copy link
Member

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

@Stronkkey
Copy link
Contributor Author

I messed up my commit history by syncing the repo. Will be reopened soon.

@Stronkkey
Copy link
Contributor Author

I mean I'll make a new clean pull request

@Stronkkey
Copy link
Contributor Author

New pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants