We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (with short cut and/or Edit > Comment > Toggle Comment) don't work. Can you add these funcionality please?
Thanks
The text was updated successfully, but these errors were encountered:
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)
MQL4.tmPreferences
<?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,
Sorry, something went wrong.
This issue relates with #23 which is closed now.
No branches or pull requests
Toggle command (with short cut and/or Edit > Comment > Toggle Comment) don't work.
Can you add these funcionality please?
Thanks
The text was updated successfully, but these errors were encountered: