Global web icon
sublimetext.com
https://forum.sublimetext.com/t/personalize-color-…
Personalize color rules for plain text
Dear community, I would like to create my own color rules for plain text. Context: I’m using Sublime text for my To-Do lists. It’s just brilliant due to indentation, text folding etc. However the plan color text could be much easier to read if there would be some automatic coloring. Description: I would like for brackets for example to automatically be colored dark blue. Different level of ...
Global web icon
sublimetext.com
https://forum.sublimetext.com/t/change-file-path-a…
Change file path and open in localhost browser - Sublime Forum
I have never used Python before. However I am trying to create a simple plugin that will allow me to open my PHP, HTML, HTM files in a web browser I will show you the parts I have so far and hopefully someone with mor…
Global web icon
sublimetext.com
https://forum.sublimetext.com/t/running-an-applica…
Running an ApplicationCommand via 'subl'? - Sublime Forum
I’ve written an ApplicationCommand that I want to run from the shell prompt. That is, with “subl --command my_command”. I’ve written the plugin and it works great – if Sublime Text is already running. Otherwise Sublime Text gets started but the command doesn’t get run, probably because the --command parm is processed before the plugins are done loading. Is there anything I can do ...
Global web icon
sublimetext.com
https://forum.sublimetext.com/t/typing-accented-ch…
Typing accented characters in ST - Sublime Forum
Just hit a (hopefully minor) stumbling block: entering some content on a page, I needed to type an “é.” I’m on Mac and this is usually done by typing “option+e,” then “e.” You use similar key combinations to get other accents: option+`, e = “è” option+i, e = “ê” option+u, e, = “ë” etc. None of these work in ST. I thought it might be possible to create some key ...