Johannes Rappen
Johannes Rappen
Please stop randomly pinging users.
As @TheSecEng said, this doesn't show up when running in safe-mode. --- My Preferences as a reference: ```jsonc { "always_show_minimap_viewport": true, "animation_enabled": false, "auto_complete_commit_on_tab": true, "auto_complete_cycle": true, "auto_complete_enable_plugins": true, "auto_complete_preserve_order":...
@BenjaminSchaaf Testing the following input: * ```text 日本Japan / no space ``` * ```text 日本 Japan / normal space ``` * ```text 日本 Japan / japanese space full-width character ```...
@BenjaminSchaaf as a comparison here is Sublime Text 4069 portable on Windows with PragmataPro Mono Liga: 
@BenjaminSchaaf I tested again with ST4072. --- Default `font_options`: versus `"font_options": ["no_round"]`: shows minor differences for the "normal space character" after CJK characters. --- ```yaml Sublime Text: build: 4072 channel:...
@wbond Thanks for testing, appreciate it. As said above, using safe mode (previously) worked and (currently) works fine. I tried to reproduce by using safe mode and adding all packages...
@BenjaminSchaaf I believe to have found the culprit: ```jsonc // Packages/User/Minimap.sublime-settings { "password": true } ``` Can you confirm? --- Removing that & deleting sessions fixed it for me in...
this works as intended according to [a post by Benjamin on Discord](https://discord.com/channels/280102180189634562/280157083356233728/1002010103031013407)
* use [`*.sublime-color-scheme`](https://www.sublimetext.com/docs/color_schemes.html) format instead and add: ```gitattributes # .gitattributes *.sublime-color-scheme linguist-language=JSONC ``` to have it highlighted correctly on GitHub. Also, don't forget to update the README accordingly. * add:...
* add: ```gitattributes # .gitattributes *.sublime-color-scheme linguist-language=JSONC ``` to have it highlighted correctly on GitHub.