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

Fix for Github issue 741: Add context menu for CMakeLists #1182

Merged
merged 5 commits into from
Apr 21, 2020

Conversation

SchweizS
Copy link
Contributor

Changes

  • Added context menu entries for CMakeLists.txt in Explorer and CMake project outline.
  • Added context menu entries for source files in CMake project outline.
  • Removed context menu for all other file types (they all had "compile file", which resulted usually in compiler errors)
  • Compile file only works if filename contains .c (e.g. .c, .cpp, .cxx)
  • Added configure all projects to CMakeLists.txt files as icon in CMake project outline.

This should resolve #741

Copy link
Member

@bobbrow bobbrow left a comment

Choose a reason for hiding this comment

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

Thank you for another great PR! If you can address my one comment in tree.ts I'll merge this in.

src/tree.ts Outdated Show resolved Hide resolved
src/tree.ts Outdated Show resolved Hide resolved
src/tree.ts Outdated Show resolved Hide resolved
@bobbrow bobbrow merged commit 76626f9 into microsoft:develop Apr 21, 2020
@bobbrow bobbrow added this to the 1.4.0 milestone Apr 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add context menu items like "configure" for right clicking on explorer items.
2 participants