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

Plugin locations #6203

Merged
merged 5 commits into from
May 29, 2024
Merged

Conversation

vsverchinsky
Copy link
Collaborator

Resolves: #6156

  • I signed CLA
  • The title of the pull request describes an issue it addresses
  • If changes are extensive, then there is a sequence of easily reviewable commits
  • Each commit's message describes its purpose and effects
  • There are no behavior changes unnecessary for the stated purpose of the PR

Recommended:

  • Each commit compiles and runs on my machine without known undesirable changes of behavior


mRows->Add(rowSizer.release(), 0, wxEXPAND);

if(setFocus)
Copy link
Contributor

Choose a reason for hiding this comment

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

I know that there's only one line after "if" statement but I'd add curly braces anyway - I've seen too many bugs with it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We don't have a strict policy about use of brackets in if-statements, but generally in Audacity's sources brackets are not used with single line expressions.

void AddLocations(const PluginPaths& paths)
{
for(const auto& location : paths)
AddLocation(location);
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment as above - consider using curly braces anyway

@vsverchinsky
Copy link
Collaborator Author

One more commit added that fixed scrolled window auto-size issue

@vsverchinsky vsverchinsky force-pushed the i6156-plugin-locations branch 2 times, most recently from 4d5637c to ec41df0 Compare May 16, 2024 07:37
@vsverchinsky
Copy link
Collaborator Author

Squashed fix commits

@vsverchinsky vsverchinsky force-pushed the i6156-plugin-locations branch 2 times, most recently from e4d9b9f to 38a614b Compare May 27, 2024 08:02
@vsverchinsky
Copy link
Collaborator Author

One new commit @vsverchinsky
Text edit fix added

@vsverchinsky vsverchinsky merged commit 96275db into audacity:master May 29, 2024
10 checks passed
@vsverchinsky vsverchinsky deleted the i6156-plugin-locations branch May 29, 2024 14:20
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.

Allow users to specify (multiple) locations in Preferences during Plugin/Effects scan
3 participants