Sublime Forum

[Question] debug increase_font_size

#1

1. Briefly

3—5 times a day, if I save a file, font size increase for me. How I can fix it? How I can find package, because of which I have this problem?

2. Detail

I save file → I saw in console:

key evt: control+s
command: save
command: increase_font_size
command: increase_font_size
command: increase_font_size
command: increase_font_size
command: increase_font_size
reloading settings Packages/User/Preferences.sublime-settings

I don’t understand, how I can identify, why I get that behavior, because of which plugin is this behavior.

3. Did not help

  1. I use packages Verbose and LoggingControl, but I don’t get additional information in the console.

4. Do not offer

  1. Yes, I know RevertFontSize package. I know, how I can quick revert font size, but I don’t know, how I can don’t get unexpected behavior.

Thanks.

1 Like

#2

Probably coming from a plugin. Have you tried reverting to a fresh state?

0 Likes

#3

Yes, I understood it, the problem don’t reproduce for me in fresh Sublime Text. But how I can find package, because of which I have this problem?

Thanks.

0 Likes

#4

just search in your Packages folder (using some software that can also search zip files) for increase_font_size

0 Likes

#5

@kingkeith , I extract all Sublime Text packages via ExtractSublimePackage → I find increase_font_size in my Packages folder → I get result:

Missing Palette Commands package have .sublime-commands file and don’t have .py files. I don’t think, that the reason of problem in this package.

Thanks.

0 Likes