sublimetext2 Questions

3

Solved

When I type in the Sublime Repl console (Python) and hit return to run the command I am getting super annoying autocomplete taking over and changing the command. How do I turn this off in the Subl...
Jessiajessica asked 5/6, 2014 at 15:26

4

Solved

I have a JSON file that looks like this: "Algeriet" : [ { "name" : "Nyårsdagen", "date" : "2013-01-01", "ID" : "1" }, { "name" : "Mawlid En Nabaoui Echarif", "date" : "2013-01-24", "ID"...
Esemplastic asked 4/3, 2013 at 10:0

5

Solved

Short of writing my own plugin to do so, does there exist a mechanism with which I can add/subtract from multiple selected numbers? I need to apply the same equation (in this case, subtract 5) to ...
Senior asked 12/4, 2013 at 2:30

10

Solved

[Update: 8 hours after this question was posted, the author of JSON bundle was notified of the issue and he fixed it.] I have the following JSON data in a file application.json, shown at the end o...
Peacetime asked 12/1, 2013 at 2:17

6

Solved

I just started using sublime text 2 and when I go into command mode I can't get out. How do I exit out?
Hertahertberg asked 6/7, 2012 at 16:35

6

In Sublime Text 2, is it possible to instantly select every other (or odd/even) line and place multiple cursors on those lines? Thanks.
Lamont asked 24/3, 2013 at 12:42

9

Solved

I have read the key bindings file of Sublime Text 2 { "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} }, I'm wondering if we can move to the end of line without END...
Terrorstricken asked 18/1, 2013 at 7:54

4

Solved

I want a custom layout for my ST3 - specifically, I want this layout structure. Can someone tell me how can I do it ?
Carrolcarroll asked 22/11, 2017 at 17:58

3

Solved

I love multiple cursors in Sublime Text and was wondering if there was anything close to equivalent in PyCharm. I haven't been able to find anything other than Extract Variable which kind of does s...
Estrone asked 7/12, 2013 at 4:17

4

Solved

It happens many times when we need to remove a line end and unnecessary space between an HTML element. So this could be proven as a time-saving technique.
Unbeaten asked 1/6, 2016 at 12:48

3

Solved

where does sublime store unsaved files? I like how when there is a crash the unsaved files are still there. Where does sublime store them - what directory?
Enthrall asked 15/12, 2014 at 1:49

13

Solved

I need a fast way to make the cursor jump outside the auto wrap qoutes or other syntax elements. I don't want to have to reach down to my arrow keys each time, and definitely don't want to go to my...
Assiduous asked 10/2, 2013 at 17:42

7

Solved

I have some code like: testVar = { a: 1 }; testVariable1 = 2; var c = testVar.a + testVariable2; var d = testVar; I want to rename "testVar" variable. When I set multiple cursors with Ctrl+D and...
Emmery asked 18/7, 2012 at 18:49

5

Solved

I am using Sublime Text 2 for Mac. I have installed the Package Control for Sublime Text 2, following the instructions from https://sublime.wbond.net/installation#st2 without any trouble. However, ...
Herbal asked 30/1, 2014 at 7:18

3

Solved

I'm trying to build my project by simple executing make in the top directory. However, when I do, I get the following error: [Errno 2] No such file or directory [cmd: [u'make']] [dir: /Users/jonat...
Hardden asked 11/12, 2012 at 7:24

5

How do you set up Sublime Text 2 so that typing a . (period) produces class=" " and # (hash) produces id=" " when typing an opening HTML tag?
Jaques asked 10/2, 2015 at 21:18

11

Solved

I have two cloned repositories of two very similar open-source projects, which I have been working on in different instances in Sublime Text 2 to arrive at my desired result. Code from both of thes...

4

Solved

Anyone familiar with Sublime Text's multiple cursor feature will recognize the pattern of doing the following: press a hotkey multiple times to select multiple instances of the word under the curso...
Maryammaryann asked 8/5, 2015 at 18:29

5

Solved

I've been using Sublime Text for a little while now (on MacBook Pro), and want to make it keystroke compatible with the shell. In the shell, to jump to the beginning/end of line I press fn+Left/fn...
Lucubration asked 6/11, 2014 at 9:1

2

Solved

I want to open two files (html, js) files for better productivity, and I can't use any third party packages at my office. Is there any way to open two files in side-by-side in Sublime Text 3?
Pathe asked 25/2, 2016 at 22:18

6

Solved

I'm looking to do search replace with regular expressions in Sublime Text 2. The documentation on this is rather anemic. Specifically, I want to do a replace on groups, so something like converting...
Heathheathberry asked 5/8, 2012 at 20:38

8

Solved

I use Sublime Text 2 and want a Ruler to be shown in every file with specific line-height. But I have to show it manually in every file.
Jamijamie asked 28/3, 2012 at 14:54

7

Solved

I'm curious if there is a way to paste text to the end of every line in Sublime 2? And conversely, to the beginning of every line. test line one test line two test line three test line four .....
Firebug asked 22/5, 2012 at 20:42

11

Solved

How can Sublime Text show non printable characters (I'm interested in SPACEs and TABs)?
Asper asked 14/4, 2012 at 13:26

3

Solved

In sublime Text 2 writing div.panel then press tab, or the auto complete trigger, in the HTML document produces <div class="panel"></div> I have tried to get the same result in Visual ...
Bootjack asked 18/10, 2017 at 15:32

© 2022 - 2025 — McMap. All rights reserved.