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 openInNewWindow option to openRecentProjects. #135

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

Conversation

masaishi
Copy link

@masaishi masaishi commented Oct 9, 2022

"Open Git Project" has the option of openInNewWindow, but "Open Recent Git Project" doesn't, so I added it to openRecentProjects. Also, that function passes openInNewWindow to openProject; it is the same way to showProjectList.

"Open Git Project" has option of openInNewWindow, but "Open Recent Git Project" doesn't have, so I added it to openRecentProjects. Also, that function pass openInNewWindow to openProject; it is same way to showProjectList.
@ghost
Copy link

ghost commented Oct 9, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@felipecaputo felipecaputo self-requested a review October 11, 2022 21:37
Copy link
Author

@masaishi masaishi left a comment

Choose a reason for hiding this comment

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

I changed two parts.

@@ -284,7 +284,7 @@ export default class GitProjectManager {

};

openRecentProjects() {
openRecentProjects(openInNewWindow: boolean = false) {
Copy link
Author

Choose a reason for hiding this comment

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

I changed to add openInNewWindow boolean argument to reflect user setting to this function.

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