About 50 results
Open links in new tab
  1. Change file path and open in localhost browser - Sublime Forum

    Jan 13, 2016 · 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 …

  2. Sublime Forum

    Oct 27, 2025 · The official Sublime HQ forum

  3. Typing accented characters in ST - Sublime Forum

    Jan 13, 2016 · 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 …

  4. Personalize color rules for plain text

    Mar 30, 2018 · 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 …

  5. Running an ApplicationCommand via 'subl'? - Sublime Forum

    Mar 10, 2016 · 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 …

  6. How to run build system on existing terminal - Sublime Forum

    Oct 5, 2020 · hey guys i just started using sublime text 3 for java and i am really liking it there is one issue that i am getting is i am using a custom build for java { “cmd ...

  7. Underline - Plugin Development - Sublime Forum

    Jan 13, 2016 · Hi, I search how underline a word with sublime text. Someone help ? Thanks

  8. No module named sublime - Technical Support - Sublime Forum

    Jan 13, 2016 · Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin Type “help”, “copyright”, “credits” or “license” for more …

  9. firstLineMatch regex - Technical Support - Sublime Forum

    Jan 13, 2016 · Question: is the firstLineMatch key active in tmLanguage files? I noticed that, when loading a LaTeX beamer file, with a \\documentclass{beamer} command as the first line, the syntax …

  10. Delete a line command? - Technical Support - Sublime Forum

    Jan 13, 2016 · Hi, I am trying to figure out how to delete current active line. Does Sublime has such command?