Sublime Text is a cross-platform text and source code editor written by Jon Skinner.
1
vote
1answer
20 views
Determine if a key sequence has already been assigned in Sublime Text
Does Sublime Text (2|3) have an API method or some way of determining if a shortcut or hot key sequence has already been assigned? I have lots of plugins and macros installed, and when making new ones ...
0
votes
3answers
47 views
Hotkey to end the line with a semicolon and jump to a new line in Sublime Text 2
I'm trying to figure out a hotkey at work. I just got this job and I am using a Mac for more or less the first time in my life.
Back home on my Laptop, when using Eclipse, I seem to remember there ...
0
votes
0answers
14 views
In SublimeText2, is there a way to do “replace, but DON'T find next”
Say I have a file like:
line 1 : foo
line 2 : foo
line 3 : foo
line 4 : #bar
line 5 : foo
line 6 : foo
//5000 lines later...
line 5006 : foo
line 5007 ...
1
vote
0answers
25 views
How to start Sublime Text with selected project using a local .sublime-project file?
I may be missing the obvious, but can't seem to solve this fairly simple & typical case (with v3 build 3022 on Debian or XP, in case it matters):
Start Sublime Text opening a project "myprj", ...
1
vote
1answer
36 views
Show hidden folders in sublime text? (Mac osx)
Despite having hidden folders turned on, sublime text cannot see invisible folders in the sidebar such as a git repository. How can I fix this?
Mac OSX 10.7.5
Sublime Text 2.0.1
0
votes
1answer
23 views
How to add parameters to a built file in Sublime Text 3 before execution
i'm currently making a program that runs on terminal. I have added some arguments some of them required. But I can't test my program in Sublime Text because I can't specify any parameters to test it, ...
0
votes
0answers
17 views
Error loading syntax file when launch the sublime
Error loading syntax file "Packages/Djaneiro/Syntaxes/Python
Django.tmLanguage": Error parsing plist xml: Failed to open file In
file "Packages/Djaneiro/Syntaxes/Python Django.tmLanguage"
...
0
votes
0answers
30 views
Sublime Text snippet doesn't work in .scss files
I have the following saved in ~/Library/Application Support/Sublime Text 3/Packages/User as sass_mq.sublime-snippet:
<snippet>
<content><![CDATA[
@include respond-min() {}
...
1
vote
1answer
35 views
Sublime Text: Reindent SCSS files?
I've got some SCSS files who's indentation has somehow managed to get pretty jacked up.
I've tried doing Edit > Line > Reindent and changing various indentation settings, but none seem to work ...
0
votes
2answers
29 views
What is the keyboard short cut for listing active files in Sublime Text 2?
Like something on Aptana (Ctrl+E). So switching between the files would be easy.
0
votes
0answers
16 views
Disable verbose output on build
When I use ST build system, "built-in output pane" prints various things like expected build output, but also cmd executed, active dir and path variable. Now cmd and dir are just fine, but printing ...
0
votes
1answer
22 views
How to select just highlighted strings
When I double-click on a keyword img on line 37:
ST highlights matching strings and I would like to select all highlighted instances. However pressing "Alt+F3" selects also other strings that ...
0
votes
1answer
159 views
Exporting Sublime Text configuration and installed packages
I have spent considerable time to tune up Sublime Text 2 configs. Now I would want to share my configurations (one file) and installed packages list with my friend. What would be the best way to do ...
0
votes
1answer
34 views
Sublime Text 2: Embed snippets inside snippets
I have been looking for over 40 minutes for any information about embedding snippets inside snippets using Sublime Text 2
I want to do something like
<snippet>
<content> ...
2
votes
2answers
75 views
How to debug sublime plugins during development
I want to debug my plugin with pdb but it doesn't work. I get these errors
Traceback (most recent call last):
File "./sublime_plugin.py", line 362, in run_
File "./useIt.py", line 14, in run
...
0
votes
3answers
37 views
Copy path file with NERDtree Vim plugin
Is there some way to copy the path of a file in the Vim's NERDtree plugin?
Better: is there some plugin to make the same operations the SideBarEnhancements plugin of Sublime Text does?
0
votes
1answer
26 views
File separator customized
Is it possible to change file separators used in the build system variables from Sublime Text? I want change variables like $file from C:\Files\Chapter1.txt to C:/Files/Chapter1.txt, for example.
...
0
votes
1answer
58 views
Choosing Python version when running Python scripts from Sublime Text
1) I am getting error on the python script if i run it through sublimetext. How do i map my existing python to sublime text rather than using the one comes with sublimetext ?
import Tkinter as tk
...
0
votes
1answer
23 views
How to configure JavaC.sublime-builld for java packages
How to configure JavaC.sublime-build to work with classes inside packages? This configuration only work for classes inside default package:
{
"cmd": ["javac", "$file", "&&", "java", ...
0
votes
1answer
78 views
sublime text 3 use python 3.3 as compiler
Just purchased sublime 3. I'm wondering how I can compile in python 3 and not in python 2.
When I execute
import sys
print(sys.version)
I receive
"2.7.3 |EPD_free 7.3-2 (32-bit)| (default, Apr ...
0
votes
0answers
47 views
Is there anyone use Display-Functions plugin in sublime text2?
I use the plugin - Display-Functions(https://github.com/BoundInCode/Display-Functions) in mac os 10.8.However, when I pressing period after an Object's name, it doesn't activate the autocomplete. ...
0
votes
1answer
31 views
Library manager for Sublime Text 2
Is there a library manager for Sublime Text 2? I'm looking for something similar to NuGet where I can, for example, load all files for Bootstrap into my current project in a few, quick steps.
I found ...
2
votes
0answers
115 views
Sublime Text 2/3 class navigation to include class name in methods/fields
I'm using Sublime Text 3 on a large codebase, the entire LLVM + Clang.
One thing I'm seriously missing is the ability to goto a function belonging to a specific class.
To explain, let's say I'm in a ...
0
votes
1answer
92 views
Sublime 3 - Set Key map for function Goto Definition
I want to create a Eclipse style shorcut Ctrl+MouseClick to open the function/method. Sublime 3 has already this function called goto definition but is bind to F12.
But i'm not sure how to create ...
0
votes
0answers
31 views
Python: Assign a key that is ordered last
I am updating my Sublime Text plugin for this issue.
Since there appears to no longer be an API for determining fullscreenedness, I intend as a workaround to place the path status at the end of the ...
0
votes
0answers
28 views
Segmentation fault (core dumped) in Sublime Text
I keep getting this error message every few minutes whenever I use Sublime Text 2:
Segmentation fault (core dumped)
The error message appears in the commandline once Sublime Text crashes or closes. ...
0
votes
1answer
94 views
How to override the default autocomplete settings in Sublime Text 2 with a user snippet?
If you start to type <ul>, it will autocomplete if you press tab and you get <ul></ul>. Since there is almost never a time when I won't have any list items, I have created a snippet ...
0
votes
1answer
61 views
Adding Custom Menus in Sublime Text
How to add a custom Menu item in SublimeText 2 .
Any Ideas ??
I see there is a Main.sublime-menu file but dont know how to edit it.
Thanks!
0
votes
1answer
75 views
Sublime text: Adding symbols to a new language definition (syntax highlighting)
I have written syntax highlighting for a slightly unfamiliar language (Cadence SKILL) in sublime text 2.
Its working like a charm, however I miss the feature of CTRL + R , which locates all the ...
0
votes
1answer
32 views
Sublime Text: select the object containing the insertion point?
I'd like to select an object around the insertion point/cursor in Sublime Text,
eg, given:
{
'foo':'bar',
'baz':{
'zoo|':'zam' <- Note insertion point here
}
}
I'd like to ...
0
votes
1answer
28 views
Sublime API: set_read_only isn't working
I can't seem to insert into a view that I created via "open_file":
import sublime, sublime_plugin, re, os.path
class ExtractToViewCommand(sublime_plugin.TextCommand):
def run(self, edit):
view ...
0
votes
1answer
98 views
Integrate Sublime text with tomcat
at work, we develop java applications and are using Eclipse. As Frontenddev I would like to switch completely to Sublime, but its missing a feature of Eclipse, I cant work without it.
When developing, ...
0
votes
1answer
39 views
sublime text2 text replace pattern in all files except one or more files
I want to find and replace a particular word in all my project files except one or more files in sublime text. I am not sure how to specify that.
SO basically I want to exclude
...
0
votes
1answer
19 views
Sublime, SASS exclude with regex?
I have the OnSaveBuild plugin with this setting:
"filename_filter": "\\.(css|js|sass|less|scss)$"
which will compile those formats on save. However, in the case of sass/scss, I want to exclude the ...
0
votes
1answer
54 views
Don't remember files and changes between sessions [closed]
Sublime Text seems to be remembering which files I have open (and unsaved changes) between sessions. How can I make Sublime Text just behave like Notepad? And ask if I want to save changes when I ...
2
votes
2answers
42 views
Regex for converting file path to package/namespace
Given the following file path:
/Users/Lawrence/MyProject/some/very/interesting/Code.scala
I would like to generate the following using a single regex replace (the root can be a constant):
...
0
votes
0answers
47 views
When saving files build opens in sublime text 2
I am having this issue with sublime text.
Whenever I save a file with command S it opens my build.
I have set up my build to be Firefox, saved under Packages/User/Firefox.sublime-build
Opening up my ...
0
votes
1answer
152 views
Error trying to parse settings: No data in ~/.config/sublime-text-2/Packages/User/CTags.sublime-settings:1:1
I am using ubantu and trying to configure ctags on sublime text 2 for rails.
I am getting the above error message on opening my sublime text.
On re building ctags its completing within a flash without ...
0
votes
2answers
107 views
Use Windows environment variables in Sublime Text settings files
I have a need to reference Windows environment variables from within Sublime Text 2 settings files (Package-Name.sublime-settings files), specifically %APPDATA% and %TMP%
Is this possible, and if so, ...
0
votes
1answer
40 views
How do I assign Sublime key mappings for commands in the sidebar context menu?
When browsing files in the Sublime sidebar, I would like to quickly access the commands available in the context menu via shortcuts. E.g. Delete file, rename file/folder, new file/folder.
(FYI: ...
2
votes
1answer
84 views
How to open context menu on SublimeText 2 sidebar using keyboard?
On SublimeText we can use Ctrl + 0 to move navigation to the sidebar. Is there anyway to open the context menu on items with keyboard like when you right click?
I am on Windows xp and SublimeText ...
0
votes
0answers
24 views
sublime text snippet swap default values
I often write my own snippets In ST and now I have a little question. I want to tab through the fields and for some fields I want to have more than one default value, so that I can swap between them. ...
0
votes
2answers
54 views
Change apparance of whitespace dot to something bigger / darker
I am looking for a way to change the appearance of the whitespace grey dot to something bigger and darker (without changing the background color) -- similar to UltraEdit (see screenshot).
I've read ...
0
votes
0answers
20 views
In sublime text2, when press ctrl+t,ctrl+t, the cursor jump to the declaration instead of its definition
in sublime text2, when press ctrl+t,ctrl+t, the cursor jump to the declaration instead of its definition.
the declaration and definition are in the same file, how can I jump to the definition?
I'm ...
0
votes
0answers
16 views
Backing up ST3 settings
I find that the new Sublime Text preferences architecture is pretty convenient.
It basically has us putting the keymap, preferences, and package-specific preferences, syntax-filetype mappings, ...
0
votes
1answer
48 views
Build system not automatically selected
Present is the following build system for SASS files.
{
"cmd": ["sass", "--update", "$file:${file_path}/${file_base_name}.css", "--stop-on-error", "--no-cache", "--style", "compressed"],
...
0
votes
1answer
100 views
Working with Sublime Text on local server
Sublime Text is good native text editor for web developers and other programmers. Using ftp feature is not user friendly, so my question is second:
What is the best practices to work locally with ...
0
votes
1answer
297 views
Syntax Highlighting in Sublime Text 2
So I have been trying to figure out how to add syntax highlighting for the name of typedef's in c++ files, in sublime text.
For example, if I have typedef long long integer; I want integer to be ...
0
votes
1answer
270 views
sublime text 3, indexing, and goto symbol/goto definition
so I downloaded sublime text 3 which allegedly "Sublime Text now scans the files in your project, and builds an index of which files contain which symbols. This backs the new features Goto Definition ...
1
vote
2answers
233 views
Sublime Text and Clojure: Don't pair single quotes
Is there a way to get a syntax type to define keyboard shortcuts, or to set a keyboard shortcut to depend on the syntax type (perhaps under the "context") setting?
My quoted lists '(1 2 3) get ...




