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

CodeLite workspace folders (groups) #1092

Merged
merged 2 commits into from
May 24, 2018
Merged

Conversation

Gaztin
Copy link
Contributor

@Gaztin Gaztin commented May 21, 2018

Didn't notice until today that groups for codelite wasn't working. The change was very small, but I had to update from the manual indenting ( _x(1, ...) ) to pushing/popping. Wrote a test as well. Feedback is much appreciated.

Example:

workspace "groups"
...

group "my/nested/samples"
project "nested_grouped_sample"
...
group ""
project "sample"
...
group "samples"
project "grouped_sample"
...

Result:

Copy link
Member

@samsinsane samsinsane left a comment

Choose a reason for hiding this comment

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

Cool, thanks! I appreciate the unit tests and screenshots.

@samsinsane samsinsane merged commit e45b8cf into premake:master May 24, 2018
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.

2 participants