Sublime Forum

Pressing Newline within a single line comment not working in 4205

#1

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?

0 Likes

#2

This is not a default behavior. In case you are using Doxygen, it does not yet work on python 3.14.

0 Likes