Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
1k views

Set default syntax to different filetype in Sublime Text 2

I've been looking all over for a way to do this and I haven't had much luck. I've recently switched from Vim to Sublime Text 2 and I'm trying to set a default filetype for a certain extension. I want ...
9
votes
1answer
1k views

How do I add Sublime Text 2 keybindings?

I am looking to get the following assigned to Keybindings. I am able to make a snippet for this, yet would prefer to be able to CTRL + > just like in Textmate. <%= %> What do I need to add ...
8
votes
1answer
515 views

How do I enable syntax highlighting for my RoR Gemfile using Sublime Text 2?

I started learning RoR today, and I switched to Sublime Text 2. What an awesome editor. It does a great job of highlighting Ruby code, but it does not highlight any code in my Gemfile. Is there a way ...
7
votes
2answers
1k views

Syntax highlighting for Jade in Sublime Text 2?

I just started using Sublime Text 2 on Mac. I also just started using Jade (http://jade-lang.com) for my views in Node.js, and am wondering if there is a way to add syntax highlighting for Jade into ...
6
votes
5answers
560 views

RubyTest in Sublime Text 2

I am trying to get RubyTest to work in Sublime Text 2. I followed the Instruction on the Github Readme and get the following error. Does anyone know how I could fix this? /bin/sh: rspec: command not ...
6
votes
1answer
433 views

Image Source Completion for Sublime Text 2

First of all, I'm not entirely sure if this fits into stackoverflow, or should rather be placed into programmers or superuser. If I posted into the wrong page, I'm sorry. To the question: In Aptana ...
5
votes
1answer
247 views

How to turn off Sublime 2 updates notification?

I've installed Sublime 2 on Ubuntu using a PPA repository and update it via this native Ubuntu mechanism, so it just annoys me to see "A new version is available..." every time I start Sublime. I've ...
5
votes
2answers
587 views

What is the command to make Sublime Text my core editor?

So I'm trying to set up GitHub for the first time ever and I want Sublime Text to be my core editor, how exactly do I do that? Sorry if this is a noob question, I am a noob :/
5
votes
1answer
531 views

Big comments with Sublime Text 2

I would like to make comments like this in Sublime Text 2: /******************** * This is a comment * ********************/ Is there an easy way to make those automatically? Also, where can I ...
5
votes
1answer
1k views

How to get an outline view in sublime texteditor?

How do I get an outline view in sublime code editor for Windos? http://www.sublimetext.com/ The minimap is helpful but I miss a traditional outline (a klickable list of all the functions in my code ...
4
votes
2answers
177 views

How to make sure all my source files stay UTF-8 with Unix line endings?

I'm looking for some command-line tools for Linux that can help me detect and convert files from character sets like iso-8859-1 and windows-1252 to utf-8 and from Windows line endings to Unix line ...
3
votes
2answers
294 views

Sublime Text 2 like block highlighting in emacs

Is there an emacs plugin which creates these nice vertical lines for the code blocks like in Sublime Text 2? (See attached screenshots for what I mean).
3
votes
1answer
441 views

Sublime Text 2: custom PATH and PYTHONPATH

I'm using brew which installs python (2.7.2) in /usr/local/bin/ However, the default system python (2.7.1) is executed instead at /usr/bin/, which seems to be because it doesn't obey any of the bash ...
3
votes
1answer
167 views

How to open an editor directly from rspec output within the console?

In order to speed up development and debug process Given I have some rspec output in my console with file path and line numbers When I click on the file name and line number within the console Then I ...
3
votes
2answers
340 views

How to customise file type to syntax associations in Sublime 2?

I'd like Sublime 2 editor to treat *.sbt files (to highlight syntax) as Scala language, same as *.scala, but I can't find where to set this up. Do you happen to know?
3
votes
2answers
590 views

Sublime Text Build System With Options

I have various shell build scripts for a project and want to create one centralized build system with options that will allow which shell script to run. For example, a user presses Cmd + B then the ...
3
votes
1answer
222 views

sublime text 2 ui libraries

Hey guys I would like to know what libraries does sublime text 2 uses for the UI interface, the tabs looks great and the ui seems pretty neat. Is this a python UI library or does the creator made his ...
2
votes
3answers
250 views

Formatting HTML Code

Is there a command that will auto-format HTML code in Sublime Text 2? Cleaning up HTML source code so it looks better and is easier to read .. ?
2
votes
1answer
241 views

Customizing code completion on Sublime-text 2

In Sublime-Text 2 when for instance in HTML5 I type: "ul" and then the TAB key The software show the following autocomplete code <ul id="" class=""> <li><a href="" ...
2
votes
1answer
519 views

Getting auto-complete to work with Ruby Gems in Sublime Text 2, with SublimeCodeIntel and RVM

I have been trying (unsuccessfully) all morning to get the SublimeCodeIntel (forked from Komodo's CodeIntel feature) plugin for Sublime Text 2 to auto-complete stuff from installed Ruby Gems, in ...
1
vote
2answers
173 views

ASCII Art comments in C/C++ headers and code files

I watched with great interest the Mojang "Mojam" for Humble Bundle (link might not be valid for a long time), and throughout the video, I saw some great things on how these guys use their code. One ...
1
vote
2answers
59 views

Sublime Text 2 - Link with Editor / Show file in sidebar

I'm looking for a feature like Eclipse's Link with Editor. Basically, I want whatever file I'm editing to be shown in its place in the file tree.
1
vote
1answer
76 views

Configuring the SubLime Linter Plugin to use Ruby 1.9 Syntax

I'd like to get the SubLime Linter plugin (https://github.com/Kronuz/SublimeLinter) to recognize Ruby 1.9 syntax. Has anybody been able to get this to work in SublimeText 2? Here is my current ...
1
vote
1answer
56 views

Sublime Text 2 Zen Coding CSS Abbreviation

I'm having some problems with Zen Coding CSS in Sublime Text 2. I've installed Zen Coding on Sublime Text 2 via Package Control and I'm trying to use css abbreviations. If I write "h" + Tab in a ...
1
vote
2answers
55 views

Shortcut to create a javascipt function stub in Sublime Text 2

Is it possible to quickly create a method stub in Sublime Text 2? Perhaps a package I could install? For example, I bind something in jquery - $("p").bind("click", {foo: "bar"}, handler) Could I ...
1
vote
1answer
153 views

RubyTest with SublimeText 2

I'm using Sublime Text 2 and installed the RubyTest package. I'm trying to run a test using Command-Shift-R. I also use rbenv for ruby and have installed gems using Bundler. The output is: /bin/sh: ...
1
vote
2answers
209 views

Git config core.editor — how to make sublime text the default editor for git

I've been having a problem setting sublime text 2 as the core.editor with git. I've read through every post I could find addressing the problem, but still nothing is working for me. I am running ...
1
vote
2answers
118 views

Is there a Shortcut in Pycharm or Sublime Text 2 for Jump out of matching brackets?

Is there a shortcut in Pycharm or Sublime Text 2 for jumping out of matching brackets and " or ' pairs? Now I out it by press left, agony.
1
vote
1answer
201 views

sublime text 2 syntax errors highlighting

In Sublime text 2 when I make an error like forget a ";" or add an extra closing or opening tag there is no highlighting that tells me that I have made a misstake. And only after running the code will ...
1
vote
0answers
46 views

How to set up Sublime 2 to place its panel on the right side of its window?

I prefer to have all the side panels on the right. Is this possible with Sublime 2?
1
vote
1answer
644 views

Sublime Text 2 Keyboard shortcut to open file in Chrome

I do web development and am trying out Sublime Text 2. Is there a keyboard shortcut to open the current file in Chrome? Any help to get setup in Sublime Text for web development is appreciated!
1
vote
2answers
179 views

.vssettings file (Visual Studio Settings) Color Format

I'm creating my own color scheme for Sublime text based off of a Visual Studio Theme. The Visual Studio theme has foreground and background defined, but they are not in the standard RGB triplet. I ...
1
vote
3answers
274 views

Is there a way to validate ruby syntax on save in Sublime Text 2?

Does anyone know of a plugin that does this? It was pretty easy to find in TextMate, but so far no luck for Sublime 2 (which I much prefer).
1
vote
1answer
189 views

How to prevent Sublime Text 2 from opening that last open file / project when starting up

I am on Lion - and in the command line, when I open up my project using "subl ." in my project folder - it opens up the last project I had open before I quit Sublime. I have the Max Preference ...
1
vote
2answers
281 views

Sublime Text 2 - How to upen a file from open folders using the command pallet?

I want to open a file using some kind of fuzzy searching, and I'm pretty sure I've seen this functionality inside Sublime Text, but for some reason I can't find any mention of this anywhere. I want ...
1
vote
1answer
96 views

Where is sublime.py?

Sublime Text2 text editor is extended via python scripts, using these modules: import sublime, sublime_plugin I've searched my computer and found sublime_plugin.py file. But where is sublime.py?
1
vote
2answers
992 views

Sublime Text 2 Comment/Doc Block

Recently I decided to try out Sublime Text 2 as a TextMate alternative (which it is). Im absolutely loving it but the only issue that bugs me is that it doesn't continue the PHP Comment/Doc Block upon ...
1
vote
1answer
639 views

Sublime Text 2 and HTML5 Boilerplate build script

After falling in love with Sublime Text I'm now getting ready to leave Aptana. ST2 seems to have a built in build function. If i go to "Tools"->"Build System"->"New Build System" i can define my own ...
0
votes
1answer
30 views

What IDE/editors provide multi-selection editing capabilities? (like Sublime Text does)

The main feature of Sublime Text 2 that makes it my editor of choice for programming (and anything else really) is multi-selection search and edit. It's like search-and-replace-on-steroids. Once you ...
0
votes
0answers
25 views

Rails: test code in lib directory with RubyTest with Sublime Text 2

I would like test code in the lib directory of Rails. I use RubyTest to work in Sublime Text 2. My library is in lib/my_lib. module MyLib def self.get_zero 0 end end My unit test ...
0
votes
1answer
48 views

Is there a way add auto completion support for Java to Sublime Text 2?

is there a way to add auto-completion support for Java functions and libraries to Sublime Text 2, like Eclipse has?
0
votes
0answers
19 views

How to make a SublimeText 2 shortcut to Run Processing sketches on Mac?

I'm using SublimeText 2 to code my Processing sketches, but every time I need to run the program I have to switch to Processing and click the Run button, Textmate have a bundle to automate this ...
0
votes
1answer
41 views

There isn't INSTALL PACKAGE on PACKAGE CONTROL (Sublime Text 2)

(Operation System : Ubuntu) I want to install Sublime ALignment plugin to my Sublime Text 2 .So, ı have installed Package Control plugin with this : import urllib2,os;pf='Package ...
0
votes
2answers
96 views

Syntax specific highlighting with Sublime Text 2

I'm wondering if there is a way to have two different tag colours ("colors" for those in the US) for different language tags in the same file. For example, lets say I have ColdFusion code and HTML ...
0
votes
0answers
22 views

Any way to use Zen Coding for Slim in Sublime Text 2?

I see that there are filters for HAML in Zen Coding, but they do not seem to be implemented in ST2. However, I would like to use Zen Coding to generate Slim in ST2. Is there a way to do this? Is ...
0
votes
1answer
55 views

sublime text 2 change indent template

I would like change the basic indentation on template ruby haml. He is set when I create a new file to 'Tab Size: 4' How change it in 'Spaces: 2'? Thanks.
0
votes
1answer
22 views

Find files containing specific words - SublimeText2

Is there a way in SublimeText2 to find files that contain all of the words I specify. For example, I can search an entire folder for the word 'foo' but I am specifically looking for files that ...
0
votes
1answer
46 views

Switch between tabs in Sublime Text Vintage Mode

I know we can achieve this in VIM using nerdtree and gT and gt commands. But is there any way to achieve similar kind of behaviour in Sublime Text Vintage Mode?
0
votes
4answers
54 views

Execute Code in VIM similar to Cmd+R in Textmate or Cmd+B Sublime Text2

Hey is there a way or plugin to execute Code e.g. Ruby in my case, directly from my vim editor. I know this from Textmate, where you can execute Code with Cmd+R or Cmd+B in Sublime Text2. In Sublime ...
0
votes
0answers
19 views

Sublime Text 2 conflicts with Python27 on windows 7

After some trial and error, I renamed Python27 DIR to Python27_ in order to complete setup of Sublime Text. After I restored Python27 DIR, I could run Sublime Text. Big HOWEVER. It runs... but ...

1 2