I upgraded to 4205 so I could have the new and improved click_through behavior.
I noticed that if I am editing a ruby or java, etc. file and start a command like so
\# this is a comment
and hit return, I do not get the comment character on the line below. The same with Java.
I switched back to 4200 and it works.
The command in 4200 is
insert_snippet {"contents": "\n${TM_CURRENT_LINE/^\\s*((?:#|\\/\\/[\\/!]?)\\s*).*/$1/}"}
and in 4205 it’s just
insert {"characters": "\n"}
Anybody else seen this?