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

New line should return to same level of indentation #41

Closed
jnm2 opened this issue Oct 12, 2016 · 0 comments · Fixed by #44
Closed

New line should return to same level of indentation #41

jnm2 opened this issue Oct 12, 2016 · 0 comments · Fixed by #44
Assignees

Comments

@jnm2
Copy link

jnm2 commented Oct 12, 2016

When you press enter, the cursor should be positioned at the same indentation level as the previous line.

Currently the cursor starts back at the first column, making typing this quite tedious:

        WiXHeat(
            stagingDir,
            projectDir + File("Files.wxs"),
            WiXHarvestType.Dir,
            new HeatSettings
            {
                ComponentGroupName = "name",
                SuppressRootDirectory = true,
                SuppressCom = true,
                SuppressRegistry = true,
                SuppressUniqueIds = true,
                AutogeneratedGuid = true,
                Template = WiXTemplateType.Fragment
            });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants