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

Sublime Text toggle comment feature not working on Ruby code #67

Open
kreintjes opened this issue Sep 29, 2016 · 1 comment
Open

Sublime Text toggle comment feature not working on Ruby code #67

kreintjes opened this issue Sep 29, 2016 · 1 comment

Comments

@kreintjes
Copy link

kreintjes commented Sep 29, 2016

The Sublime Text toggle comment feature (turn line into comment) does not work when the cursor is on Ruby code. The line is then commented out with a # character, while it should be commented out using a / character. Commenting it out with a # character does not work.

The following example goes wrong:

wrong1 ====> wrong1_result

While the following example goes right (look at the position of the cursor):

good1 ====> good1_result

As well as the following:

good2 ====> good2_result

I am using Sublime Text 3 build 3126 with Ruby Slim v2016.06.25.06.05.06.

@deathaxe
Copy link

This is a Sublime Text core issue which has been fixed. The first stable release shipping the fix is ST 4143.

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

2 participants