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

Toggle command not working? #11

Open
Heart1010 opened this issue Sep 22, 2015 · 2 comments
Open

Toggle command not working? #11

Heart1010 opened this issue Sep 22, 2015 · 2 comments

Comments

@Heart1010
Copy link

Toggle command (with short cut and/or Edit > Comment > Toggle Comment) don't work.
Can you add these funcionality please?

Thanks

@20Tauri
Copy link

20Tauri commented Apr 1, 2016

I'm the DoxyDoxygen package maintainer and an user reporting me a bug with the same origin.

To fix it, create a MQL4.tmPreferences file with the following content (not tested)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>name</key>
    <string>MQL4 Comments</string>
    <key>scope</key>
    <string>source.mq4</string>
    <key>settings</key>
    <dict>
        <key>shellVariables</key>
        <array>
            <dict>
                <key>name</key>
                <string>TM_COMMENT_START</string>
                <key>value</key>
                <string>// </string>
            </dict>
            <dict>
                <key>name</key>
                <string>TM_COMMENT_START_2</string>
                <key>value</key>
                <string>/*</string>
            </dict>
            <dict>
                <key>name</key>
                <string>TM_COMMENT_END_2</string>
                <key>value</key>
                <string>*/</string>
            </dict>
        </array>
    </dict>
    <key>uuid</key>
    <string>12345678-1234-1234-1234-1234567890</string>
</dict>
</plist>

Regards,

@tonkla
Copy link

tonkla commented Mar 14, 2017

This issue relates with #23 which is closed now.

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

No branches or pull requests

3 participants