Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement outlineViewType setting that changes the Project Outline View (#3799)#4538

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ar1m4n wants to merge1 commit intomicrosoft:main
base:main
Choose a base branch
Loading
fromar1m4n:dev/ar1m4n/AddOutlineViewTypeSetting

Conversation

@ar1m4n
Copy link

This change addresses item #[3799]

This changes visible behavior, documentation and configuration]

The following changes are proposed:

  • New config option "cmake.outlineViewType" that accepts one of 2 values -list ortree
  • If "cmake.outlineViewType" is set to "list", the Project Outline View will show all cmake targets in a "flat" view
  • If "cmake.outlineViewType" is set to "tree", the Project Outline View will show all cmake targets in a hierarchical view

The purpose of this change is to enable users to choose witch type of view to use. In my case, I find the "tree" view much more useful

Changes:

  • A ConfigurationReader argument is added to ProjectNode`s constructor
  • ProjectNodes::update uses the "cmake.outlineViewType" to produce a different output
  • An on change event handler is added to refresh the Outline View each time the value of the new config option is changed

@ar1m4n
Copy link
Author

@microsoft-github-policy-service agree

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@ar1m4n

[8]ページ先頭

©2009-2025 Movatter.jp