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 ...
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…
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 ...
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 ...