Skip to content

Conversation

deeptoaster
Copy link

At present the Geany Zen Coding plugin ignores the current line indentation when making an expansion or other replacement, which leads to a poorly formatted result that must be manually corrected. For example, expanding the second line in

    <body>
        #header>ul.pull-left+ul.pull-right+a#logo>img
        <div id="main"></div>

would result in

    <body>
        <div id="header">
    <ul class="pull-left"></ul>
    <ul class="pull-right"></ul>
    <a href="" id="logo"><img src="" alt="" /></a>
</div>
        <div id="main"></div>

which is not the correct behavior. This commit fixes this issue.

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