Hi, I’m a longtime Vim user and I’m currently trying Sublime Text 2 (Version 2.0.1, Build 2217) on a Windows XP SP3 computer. After installing ST2, I edited the Preferences/User file to fit my coding habits and I placed many commented lines in the file, just to be ready to apply some settings simply deleting the comment marks.
As an example, I have:
"font_face": "Anonymous Pro",
"font_size": 11,
// font_face": "Courier New",
// font_size": 10,
Switching font face/body is just a matter of deleting (and insert) some comment marks…
But when I changed the color scheme using the Preferences menu, I got a very annoying surprise:
- all comments were deleted
- all 4 spaces tabs turned to real tabs (notice that I have “translate_tabs_to_spaces” set to “true”)
Anyone experiencing this bug? Any workaround?
Manosk