Sublime Forum

Reindent does not work properly

#1

When I use comments in JS, the indention starts to fail.

0 Likes

[BUG] Reindent function for C++ fails
Dev Build 3026
#2

I have the same problem in the case of C/C++. Reindent command stops working correctly after the first occurrence of both ‘//’ and ‘/*’ comments.

0 Likes

#3

FYI : viewtopic.php?f=3&t=7257&start=0
It happens with other languages too (C++ here)

0 Likes

#4

Issue still present in 3053

0 Likes

#5

I’m having this problem with PHP in build 3144. It’s quite frustrating…

0 Likes

#6

@akrabat If you can post an example on https://github.com/sublimehq/Packages, we can work on trying to get it sorted.

0 Likes

#7

looks like the earlier posters were referring to

0 Likes

#8

Done: https://github.com/sublimehq/Packages/issues/1156

0 Likes