Questions tagged [sublime-text-plugin]

Sublime Text is a multi-language, multi-platform code editor with a Python-based plugin API. Use this tag for questions relating to Sublime Text plugin programming.

Sublime Text is a multi-language, multi-platform code editor with a Python-based plugin API. Use this tag for questions relating to Sublime Text plugin programming.

768 questions
0
votes
1 answer

Sublime Text SFTP plugin with proxy port setting

I'm using Sublime text 3. SFTP plugin is installed with package manager but it fails to find the host as my computer is behind a proxy server. Assume my proxy server is 192.168.0.2 and it's running on port 6588. Now how to tell SFTP plugin to make…
0
votes
3 answers

Open a file with Open File Dialog via plugin

I have a plugin that I want the ability for the user to choose a file for something. I was thinking it would be cool if my plugin could cause the system open file dialog to appear, the user selects the file and I then get the filename…
Jon
  • 38,814
  • 81
  • 233
  • 382
0
votes
0 answers

Sublime Text Blade Highlighter

I'm using Medalink's Blade Highlighter for Sublime Text 3 (https://github.com/Medalink/laravel-blade) I encountered, that the forelse directive isn't highlighted correctly, as you can see in this picture Is this my computer's fault?
0
votes
1 answer

Sublime Plugin: Share object between TextCommand and EventListener?

I'm trying to write a Sublime Plugin which consists of a TextCommand and an on_modified EventListener. When the command is run, it needs to create a new instance of an object which is associated with the view that the TextCommand was run in.…
ArtOfWarfare
  • 20,617
  • 19
  • 137
  • 193
0
votes
1 answer

why does my sublime now show these black empty folders

since updating sublime, the editor now displays two folders next to each folder. I am using a customized version of the Flatland theme.
Gideon
  • 989
  • 1
  • 11
  • 17
0
votes
1 answer

Rename a file after building it in Sublime Text 3

Is it possible to rename a file after building it in Sublime Text 3? By default, the output is the same as the input; so filename.scss is built to filename.css. But what if I want filename.scss.css by default (to indicate that this file is based off…
Gary
  • 3,891
  • 8
  • 38
  • 60
0
votes
1 answer

Sublime Text 3 color highlighter does not work on windows 8.1

My Operating System is Windows 8.1, I install "Color Highlighter" plug-in for my sublime text 3 build 3065, but it does not work, when I click the color value, nothing happened. It work on my Windows 7 before
Littlee
  • 3,791
  • 6
  • 29
  • 61
0
votes
1 answer

Sublime plugin prints the results of the call into the comment

From 13:30 - 14:30, the narrator writes a comment and it runs the call instantly to output the results. Anyone know what plugin he is using for Textmate or Sublime text? http://vimeo.com/24716767
Mohamed El Mahallawy
  • 13,024
  • 13
  • 52
  • 84
0
votes
1 answer

SublimeText with screen: Remote command too long

I use SublimeText3 (Sublime Text Build 3059) to edit my code and terminal (trough screen (Screen version 4.01)) to execute it. To send code lines into screen automatically I use Sublime plugin SendText. My problem is when I select more than 16…
pogibas
  • 27,303
  • 19
  • 84
  • 117
0
votes
3 answers

Adding JDBC to project in Sublime Text 3

I haven't been able to figure this error out for a few days my program will compile but has the following error when I run it: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/b2xatestdb at…
Greg Hess Jr
  • 122
  • 2
  • 12
0
votes
1 answer

Sublime change snippet 'doc[tab]'

when I type doc + tabe it automatically generate a baisc html structure: Document How can I change this? I search through…
Dale A. Almaraz
  • 183
  • 1
  • 1
  • 12
0
votes
1 answer

Change view in browser settings in Sublime Text 2

I have installed the view in browser plugin in Sublime text 2. It opens in firefox by default and I'd like to change this to google chrome. I've opened the settings file and I am unsure which part to edit to change this, so if someone could point me…
0
votes
1 answer

SublimeREPL for Python on a portable version of Sublime Text 3 and portable Python?

I'm trying to get SublimeREPL to work on Python code that is being edited in a portable version of Sublime Text 3. I would like to have a SublimeREPL setup using the portable version of Python that is installed on a USB stick, but I'm not sure…
0
votes
1 answer

SublimePaneNavigation Plugin

I found this plugint SublimePaneNavigation, and from the fitures it looks great but it's suppouse to be only for sublime 2, I cant find it on sublime 3 package control. Can I install it some other way, on a Sublime text…
IGRACH
  • 3,506
  • 6
  • 33
  • 48
0
votes
1 answer

Select upward when cursor is at the bottom of the selected block

Sometimes I select a block of text downward and notice that I want to select one extra line at the beginning (and vice-versa). Is there a way to do it without losing my current selection in Sublime Text? Thanks.
chenglou
  • 3,640
  • 2
  • 25
  • 33