Text editor written by Jon Skinner
2
votes
2answers
50 views
Open file in local text editor from within an SSH connection
I'm not a vim guy. I'd like to be able to open log files in Sublime Text when in an SSH connection from within Terminal. Is there a way I could do this? I'm thinking there must be a command or ...
1
vote
1answer
18 views
Install Sublime Text 2 KDE (Kubuntu-desktop)
I would like to know how to install sublime text 2 in my Kubuntu VM. I used this guide when I was still using Unity, but I like the UI of KDE much more so I have converted. What do I need to do to get ...
2
votes
1answer
28 views
How do I get Dash Doc App to respect indentation?
When I expand an abbreviation with Dash Doc App it starts at the cursor location in my text editor (Sublime Text), but then ignores the original placement of the cursor and the next lines begin on the ...
0
votes
0answers
12 views
How to prevent ST2 from searching in excluded folders?
I've got a sublime-project like this:
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["_doc", "cache", "logs", "_release"],
"file_exclude_patterns": ...
0
votes
0answers
10 views
How to remap motions with a count in Sublime Text 2 vintage mode?
In my .vimrc, I have space remapped to move down 10 lines, and backspace remapped to move up 10 lines respectively:
nnoremap <space> 10jzz
nnoremap <backspace> 10kzz
I want to configure ...
0
votes
1answer
25 views
Removing file path from tab name
I just switched to Sublime Text 2 from Notepad++, and I managed to change everything, except for the file path being displayed next to the file name in the tab title if there are two or more more ...
0
votes
1answer
31 views
Trying to create a Symbolic link between Sublime Text 2 and Subl
As the title says, I'm trying to create a sym link for my Sublime_text launcher, I did:
sudo ln -s /path/to/sublime_text /usr/bin/subl
and when I ls /usr/bin the blue subl link is there. Then I ...
0
votes
0answers
14 views
Is there a syntax colouring scheme for Sublime Text 2 that highlights subqueries in SQL different colours?
I use sublime text to write remarkably fiddly SQL.
Is there a colouring scheme for sublime text 2 that can automatically highlight blocks of subqueries? (And optimally indent them aligned on the ...
-1
votes
0answers
52 views
Sublime like style “Goto Anything” plugin for Notepad++ or Windows Application [closed]
I primarily use Notepad++ for coding, I just wished it had a Sublime-like ability to type function names/commands, find files etc just by typing:
I'm looking for either a Notepad++ plugin or even ...
0
votes
0answers
37 views
Additional compiler options for Sublime Text 2 project
I've been using Sublime Text 2 for some C++ Projects. The project management features are however, somewhat limited. It is possible to create a new build system for a specific project, but I was ...
0
votes
0answers
27 views
Sublime Text default syntax
In Sublime Text, the default is for .m files use the Objective-C syntax, not the Matlab syntax (which uses the file type .matlab) - with an explanatory note in Matlab\Matlab.tmLanguage:
...
0
votes
0answers
47 views
Only load a certain group of Sublime Text 2 plugins
Is it possible to make groups of plugins? I would be nice if it was also possible to choose a group to be loaded by default and be able to switch between plugins.
Example use case: I work with both ...
2
votes
0answers
27 views
Launching Sublime Text 2 on the command line doesn't result in opening the specified file
When I type
subl ~/.profile
I expect Sublime to open my .profile file. This works with some files, although I couldn't find a pattern to which files.
Is this a bug in Sublime or have I done ...
0
votes
1answer
26 views
Select pasted text in Sublime Text 2
I'd like to have a keyboard shortcut to paste text in Sublime Text 2 and select the text that I've just pasted in, since I often have to manipulate the block I've just pasted (e.g. changing its ...
1
vote
1answer
18 views
Place cursors at both ends of a selection in Sublime Text 2
I'd like to create a key binding in Sublime Text 2 to place cursors at both ends of the selected text. For instance, if I bound this command to Ctrl+B, then selecting a word, hitting Ctrl+B, and ...
0
votes
0answers
32 views
Sublime Text Build System for Heroku
I made a build system for Heroku Foreman on Sublime Text 2 (windows 8)
{
"cmd": ["foreman.bat", "start"],
"working_dir": "$project_path"
}
When I run this in shell, I can just break, and ...
0
votes
0answers
11 views
Sublime Text double backslash completion
How do I make a sublime completion to insert double backslash \\?
{ "trigger": "d", "contents": "\\\\" }
doesn't work, it inserts a single \.
0
votes
1answer
20 views
How to adjust tab completion in Sublime Text 2
Is there a way to "complete completion within completion"? Example:
Completions:
'fra' => '\frac{$1}{$0}'
'bf' => '\mathbf{$0}'
I do fra<tab>bf<tab> and want to have ...
3
votes
2answers
85 views
vi/vim alternative to sublimetext's “Expand selection to scope”
Sublime text has a cool feature called "Expand selection to scope" SHIFT+CMD+SPACE which selects the everything within the scope.
It select everything in scope, works perfectly ( ) or [ ] or { } ...
0
votes
1answer
50 views
Sublime Text 2 - Assign a keyboard shortcut to a tool
Is there any possible way of assigning this tool to a keyboard shortcut?
I'm using this tool because the builtin console in Sublime Text 2 doesn't support interactivity (entering inputs....etc).
0
votes
0answers
27 views
Git config inconsistent with Sublime Text 2
I am having problems similar to this one: http://stackoverflow.com/questions/15001319/sublime-text-2-git-plugin
I am in Windows running mysysgit and sublime text 2. I have already configured the ...
4
votes
2answers
1k views
Sublime Text 2 - Encoding UTF-8
How do I change the file encoding in Sublime Text 2?
How do I change character encoding of a text file in OpenOffice.org writer?
http://www.sublimetext.com/forum/viewtopic.php?f=4&t=3541
0
votes
1answer
30 views
How do I use regex curly braces in SublimeText2
SublimeText's regex parser doesn't seem to work like others.
If I write (.*{50, 51})+, or (.*{50,})+, or (.*{50})+, it doesn't grab sets of 50 characters. I think it tries to match the { as a ...
1
vote
1answer
47 views
Sublime Text 2: Is it possible to clear or clean the project-switching dialog cache?
I use ctrl⌘P to switch projects frequently. Until recently, I stored all of my .sublime-project and .sublime-workspace files in my home directory. In a recent cleanup I decided to move them all into a ...
0
votes
1answer
27 views
sublime text 2, i can not use double click to select a word
Characters that are considered to separate words:
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?"
Triple-clicking I can select the line, but double-clicking, I cannot select the ...
0
votes
0answers
23 views
Sublime-text 2 Keyboard shortcut is occupied by a already removed package
Some of my packages have extra menus that go to files for config shortcuts and stuff. The twitter recess package did not have those and it did overwrite the Ctrl + B shortcut that is why I removed ...
3
votes
2answers
141 views
Is there emacs plugins to do Sublime-like completion and goto anything?
In Sublime Text 2, I can enter prnfunc[tab] and then it completes to 'PrintFunction'. If I have a project, I can press Cmd+P and enter srcpy/hello.py and then it navigates to ...
2
votes
1answer
114 views
Can you apply XSLT transforms using Sublime Text 2?
Scenario:
I have a project with a number of XML files and I would like to apply a XSLT transform on these and then use that output for other purposes.
There is a variety of tools to do this, but it ...
1
vote
1answer
42 views
How to display whitespace characters in Sublime Text 2
I'd like to be able to see the whitespace characters used in files that I edit with Sublime Text 2 so that I can see when a tab is used instead of a space and replace that just to provide one example.
...
0
votes
1answer
50 views
In Sublime Text 2, is it possible to remap space space to save in vintage mode?
I've been attempting to recreate my Vim setup in Sublime Text 2. One of the commands I most want to get working is to map space + space to save in normal/command mode. In Vim I have this keybinding:
...
0
votes
1answer
18 views
How do I select the next error selection in Sublime Text 2?
Build systems and plugins can highlight errors (e.g. compile errors) in your code, creating red selections.
How can I jump to the next/previous error selection?
0
votes
0answers
72 views
How to dumb-down python auto-indentation in sublime text 3
I am using Sublime Text 3, and the auto-indent is a problem for me. Basically, all I want is auto-indent to the same indent level as the previous line, similar to gedit's dumb but predictable ...
0
votes
0answers
57 views
Vimdiff functionality in Sublime Text 2
I wanted to know if it is possible to have a vimdiff like functionality to check for diff and have synchronized scrolling of two (or more) files in Sublime Text 2 just like vimdiff?
Thanks
0
votes
1answer
257 views
Sublime Text 2: Disable cursor position overwriting characters (like vim replace mode)
I'm not sure how, but I managed to get Sublime Text into a 'Replace Mode' which at whatever position the cursor is at, it overwrites the next character what whatever you press instead of inserting it. ...
0
votes
0answers
62 views
SublimeLinter not working with java
I'm trying to get sublimelinter to work with java so that I can lint my java program, but I don't know what javac -Xlint or what the path is. So my question is, what is PATHs and -xlint?
I've got ...
0
votes
0answers
190 views
Sublime Text 2: Fresh install of Mac OS X 10.8.3, not reloading folders… could it be Time Machine? Caching? or something?
So I decided to reinstall Mountain Lion from scratch.
I installed Sublime Text 2 and added some folders to my project and when I add / change / delete, etc the files stay in the file list.
Before I ...
0
votes
0answers
99 views
Find and replace with lookaround in Sublime Text 2
I'm trying to fix a nasty issue left for me by a previous developer. Evidently, he didn't "believe" in using quotes around dictionary keys, so I now see stuff like:
$_REQUEST[username]
and error ...
2
votes
0answers
48 views
Sublime Text: Keyboard shortcut for close all other tabs?
If you right-click a tab name you have three options for closing:
Close
Close others
Close tabs to the right
If you go through the default shortcuts you'd see only the first is possible using the ...
0
votes
2answers
78 views
Sublime Text 2: Ruby Markers plugin error
Environment: Mac OSX 10.8.3; Ruby 1.9.3-p392 via rbenv; ST2 version 2.0.1 build 2217;
I have installed the Ruby Markers plugin for ST2 and the gem rcodetools (which the plugin requires)
However when ...
2
votes
1answer
71 views
Opposite of CTRL+D in Sublime Text 2
In Sublime Text 2, one may extend selection to include the next occurence of the current selection with CTRL+D.
I often find myself pressing this one too many times, necessitating I clear selection ...
2
votes
2answers
340 views
Is there an HTML auto-indentation feature or plugin for Sublime Text (aka prettify/beautify/format)?
For example, something to change:
<section><article><h1></h1><p></p></article></section>
to:
<section>
<article>
...
1
vote
0answers
106 views
SublimeText2: Packages does not show up on Package Control: Install
When I was installing some packages, I found that my Package Control: Install Packages although comes up after pressing enter nothing happens.
Does anyone else had this issue? I do not know after ...
0
votes
0answers
80 views
SublimeLinter not working [closed]
OK for the last few weeks i been trying to get SublimeLinter to work. i'm a newbie when it comes to sublime only just started to use it a few weeks ago. So I've downloaded sublimelinter from package ...
0
votes
0answers
39 views
Sublime 2 autocompletion popup list
How to make autocompletion popup list bigger? If it is not possible, the font size adjustment will be appropriate. How to do that?
1
vote
0answers
34 views
I can't get the REPL plugin to work for some languages
I've installed the SublimeREPL plugin, but when I try to use REPL for some languages it gives me this error:
Windows Error(2, 'The system cannot find the file specified.')
This happens for some ...
2
votes
1answer
168 views
How to uninstall packages from Sublime Text 2
I'm using a portable version of sublime text 2 on windows. And I'm trying to uninstall some packages which are on this directory:
D:\Downloads\sublime\Data\Packages
The problem is that it always ...
0
votes
1answer
448 views
Hotkey to remove duplicate lines in Sublime Text 2?
I'd like to add a hotkey for the menu item Edit>Permute Lines>Unique, but what I've added to my user keybindings isn't working:
[{ "keys": ["f8"], "command": "permuteLines method unique" }]
What ...
-1
votes
2answers
218 views
Fresh Linux Mint 14 install not executing eclipse and sublime text
I just upgraded from Linux mint 13 to 14 Cinammon. The problem is I have the tar files of sublime text and eclipse that I usually extract and run but after I upgraded to Mint 14 I get the error in the ...
1
vote
1answer
217 views
ipython and sublime text 2
I really love how Rstudio has a shortcut for running a line of selected code, this allows for much quicker coding. I notice more and more however, that I need to work in python as it offers a bit more ...
0
votes
0answers
354 views
Sublime Text on Centos 5.9
I do a lot of work in a VM running CentOS 5.9. I'd like to experiment with a switch from GVim to Sublime Text 2. Alas, The Linux version of ST2 wants later libraries than those that come with CentOS ...

