Questions tagged [sublimetext2]

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF. Do not tag your IDE or source code editor in questions about unrelated topics. Sublime Text 2 is a multi-language and cross-platform sophisticated code editor developed by Jon Skinner. Please note that version 2 is obsolete and Sublime Text 3 is now the default version. Version 4 is currently in development.

Sublime Text 2 is a multi-language, multi-platform code editor developed by Jon Skinner. Please note that version 2 is obsolete and Sublime Text 3 is now the default version. Version 4 is currently in development.

Features of Sublime Text 2:

  • Slick and Fast UI
  • A text minimap (zoomed out view of your entire file)
  • Multi-select (make changes in multiple pieces of selected text at once)
  • Goto anything (quick navigation within files and projects)
  • Snippets and macros
  • Supports plugins written in Python

TextMate snippets and themes port over nicely to Sublime Text.

Useful links:

4042 questions
2
votes
1 answer

Sublime Text Fuzzy file Search numbers

When I use Goto Anything (Cmd+P) I see some numbers at the left of the file: What does 136 means there?
jviotti
  • 17,881
  • 26
  • 89
  • 148
2
votes
1 answer

Which color scheme is this for sublime text?

Letter is Source Code Pro this is the link: http://blogs.adobe.com/typblography/2012/09/source-code-pro.html
user3083424
2
votes
0 answers

Sublime Text 2 and Repl - Run python

I am start using Sublime Text 2 and REPL and got some problems. When I run the file it tells me that the file du not exist. The script works perfect if it is build directly from the terminal. Code def stopwords(text): with open('danish', 'rU')…
boje
  • 869
  • 1
  • 16
  • 34
2
votes
1 answer

Can Sublime plugin handle keys pressing, and key up/down?

Can Sublime Text plugins handle event of key press (handle any key combination pressed, e.g. Ctrl+Alt+F1) key up/down (handle pressing of keys, and then releasing of keys) If yes, how can my plugin handle these?
Prog1020
  • 4,530
  • 8
  • 31
  • 65
2
votes
4 answers

Auto refresh browser on file change?

Does anyone know of a plugin or extension that will auto refresh the browser when my project files change? I'm using supervisor to restart my node server. but hitting refresh every time I want to make a small change is kinda annoying :/ The browser…
2
votes
1 answer

Setting Up Sublime Text with XDebug (windows 7 environment)

I'm attempting to set up xdebug with Sublime Text 2 and I'm having some issues getting it to work. I'm doing this on a Windows 7 environment using xampp, so setting up XDebug was simply a matter of configuring it in the php.ini file. Below are my…
DMiller
  • 253
  • 1
  • 3
  • 15
2
votes
0 answers

git revert error message using SublimeText

I'm working my way through a git tutorial and ran into a problem when trying to use git revert. Anytime I try to use the git revert command I receive the following message: sublimetext -wl1: sublimetext: command not found error: There was a…
zfisch
  • 21
  • 7
2
votes
1 answer

vagrant environment with sublime text

it's possible to use vagrant to setup a environment for php development with some tools like PHP_CodeSniffer, PHP Mess Detector, etc, and then use sublime text plugin sublime-phpcs in the host machine to use this tools from vagrant? I wanted to…
pwerspire
  • 23
  • 3
2
votes
2 answers

Use Sublime with virtualenv

So, I read through all of Using virtualenv with sublime text 2, but seeing how the accepted answer is clearly incorrect, I'm still very confused. I'm trying to run my chorus.py file from within Sublime. I've altered my build system to look like…
thumbtackthief
  • 6,093
  • 10
  • 41
  • 87
2
votes
0 answers

Sublime text indentation Macro

I want to create a macro to convert all indentation to tabs using 4 spaces. For that there are 3 command I need to go through each time on each document. So I decided to record a Macro, but it doesn't work. I'm guessing macro only works for text.…
laggingreflex
  • 32,948
  • 35
  • 141
  • 196
2
votes
1 answer

Grunt Live Reload after File Upload

I am using: Grunt with the watch plugin for live reload & Sublime Text 2's SFTP plugin for uploading files on save Live reload is just a little quicker than the SFTP upload. Using Guard, you could set a grace_period to delay the live reload. Is…
Globalz
  • 4,474
  • 6
  • 34
  • 43
2
votes
0 answers

Is there a way to hide/get rid of indented space on sublime text?

When I'm working on a large project sometimes the layer of code gets very deep so it ends up like I've shown in the image. I have tried deselecting the "Word Wrap" which is not what I'm looking for since it goes all the way across. I want certain…
shriek
  • 5,605
  • 8
  • 46
  • 75
2
votes
1 answer

'svn' binary could not be found in PATH error in Sublime text 2

I installed Sublime Text 2 recently, and installed all the required packages like Sublime linter, Rope, Modific etc., But after opening the editor and when trying to do something, i am getting the below error within a POP-UP frequently and could…
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
2
votes
0 answers

Extra spaces added to classes name with Sublime Text 2

I have a weird problem with Sublime Text 2. When I write CSS classes, it add automatically a space who is associated to the class name and not interpret like a simple separator. This arrive after I put the bracket and press tab (shortcut for the…
jeremybarbet
  • 890
  • 1
  • 15
  • 28
2
votes
1 answer

How to enable cleartype for Sublime Text 2 on Windows 7 Virtual Machine?

I have a Virtual Machine Windows 7 (using VMWare) with opened Sublime Text 2. Cleartype for the OS is enabled, but i don't see it's effect inside my text editor: How can I fix that?
Nazar
  • 1,769
  • 1
  • 15
  • 31