Skip to main content

Questions tagged [sublime-text]

Sublime Text is a cross-platform GUI text editor for Windows, OS X, and Linux. Use this tag for version-agnostic questions.

0 votes
1 answer
40 views

How to run a file (e.g. VBScript) opened in Sublime Text?

I am learning VBS and making some scripts for practice. I find it inconvinient to switch to file explorer and run my VBScripts. Is there any way to execute files right from Sublime Text?
GlydeR's user avatar
  • 1
0 votes
1 answer
202 views

How to apply lsp quick fix in sublime text using a shortcut

This an example of a angular attribute directive. @HostListener is not imported in the class. import { Directive, ElementRef, HostBinding, Renderer2 } from "@angular/core"; @Directive({ ...
user615274's user avatar
0 votes
1 answer
308 views

Make SumatraPDF open advanced settings in Sublime Text

SumatraPDF used to open the advanced settings in Sublime Text, but now all of a sudden it fires up Visual Studio Code (which albeit a fine editor is not the one I regularly use). How do I change it ...
Fredrik P's user avatar
  • 177
0 votes
1 answer
40 views

Regex: Delete the contents of all files that start, the first line, with the word ETICHETE:

I want to use Regex to delete the contents of all files that start with the word ETICHETE: For example, all my files starts, the first line, like this: Eticheta: Semifinala GBOB Crisana - Revista De ...
Rob Rob's user avatar
  • 111
0 votes
1 answer
501 views

How can I replace the numbers after the dot?

I have a json file in my hand, I want to replace the numbers here so that there are 2 digits after the dot. I am using (Sublime Text, Notepad). can you help me? for example; I want to write 32.48 ...
theoyuncu8's user avatar
0 votes
1 answer
1k views

Sublime Text Search and Replace

I want to replace all my $r->fields[variables] to $r->fields["variables"] Can anyone please tell me how to do this?
susi's user avatar
  • 1
1 vote
1 answer
448 views

Key refused in Sublime SFTP, but works in PuTTY

I've been using the SFTP package on Sublime Text to connect to AWS EC2 instances for a few years now and I've never had any problems. Today I created a new instance and for some reason I'm having ...
Júlio Pradera's user avatar
0 votes
1 answer
117 views

How to type © in Sublime Text?

This should be straight forward: To type the copyright symbol © in Notepad (on a Windows PC) you press down ALT and then (with alt still pressed down) punch 0, 1, 6, 9 on the keypad. In Sublime text 3 ...
Ghoul Fool's user avatar
2 votes
1 answer
3k views

How to run a program like sublime text 4 Editor from Terminal\PowerShell on windows computer?

enter image description here I tried "start subl" in the terminal, but it didn't work. is someone can help me figure this out I would be grateful.
Nisan Erez's user avatar
2 votes
2 answers
2k views

Regex to replace spaces after specific word found on any line across multiple files

I am using Sublime Text, and I was wondering if there is a way to do this with Regex: I have multiple files that have different lines and text. In each of them I have a line that starts with "...
Lernisios's user avatar
0 votes
0 answers
27 views

' being automatically replaced by ‹› in Sublime Text 4

While using Sublime Text 4 with LaTeXtools in a .tex document (this doesn't occur in an other file format, like a .txt), I get, when pressing "'" to have an apostrophe, this "‹›". ...
Elyo's user avatar
  • 101
0 votes
1 answer
508 views

Is there a way to jump to mark in Sublime Text?

Is there a way to jump to mark in Sublime Text? By mark, I mean under Edit, there is a selection of actions with respect to a marked line. I need to jump between 2 or 3 places in a large file (which ...
Argyll's user avatar
  • 636
2 votes
1 answer
991 views

How to create new build system on sublime text 4

I used sublime text 3. I created a new build system for C++ to take input from the command line. Recently I installed windows 10. So I have to install sublime text again. Now the version of the ...
Satyajit Roy's user avatar
0 votes
2 answers
495 views

Regex: Select everything up to | but not | (between <title></title>)

I have this example: <title>Square Meters | Dragon White (en)</title> I want to use regex as to select everything up to | but not | (between ...) My 2 regex selects also the |, this is why ...
Just Me's user avatar
  • 866
3 votes
3 answers
4k views

Regex: Select everything on each line, after the first 2 letters of the beginning, but up to the dash

I have several many lines like this: af - miracle asfsa am - facut asfa az - ali baba asfa be - strong asas ty - asfa asfsa ... I want to select/delete all from lines after the first 2 letters. I ...
Just Me's user avatar
  • 866

15 30 50 per page
1
2 3 4 5
15