Skip to main content

Questions tagged [sublime-text-3]

Sublime Text 3 is a cross-platform GUI text editor for Windows, OS X and Linux.

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
2 votes
1 answer
98 views

In Notepad++/Sublime Text 3, how do I make all text lowercase by regex, but only if specific phrase occured in the line?

Say I have text like that: models/players/clonespac/CloneTorsoLieutenant { q3map_nolightmap q3map_onlyvertexlighting { map models/players/clonespac/CloneTorsoLieutenant ...
kerstoff0mega's user avatar
0 votes
0 answers
269 views

SSH remote forwarding fails for root user

I'm using remote forwarding for Sublime (rmate) using the following configuration in my (local) .ssh/config file: Host host User user Hostname hostname RemoteForward /home/user/.rmate.socket localhost:...
ajthealchemist's user avatar
1 vote
1 answer
401 views

Tie sublime text with the pdf viewer

I'm using Sublime Text 3 for LaTeX, and it works great. My only concern is that it uses an external PDF viewer (SumatraPDF), so I have 2 windows to work with. If these were the only windows I needed, ...
Dmitry's user avatar
  • 113
0 votes
3 answers
364 views

REGEX: put all the words in a paragraph on a single line

as seen below, each line in all the paraphrases is unfinished. The words at the beginning of each line in the paragraph are not a continuation of the previous line. I'm interested in connecting all ...
Just Me's user avatar
  • 866
0 votes
2 answers
140 views

Regex: Find all words that starts with `un|unui|o|unei` follow by any words, but after that words have the connecting element `de`

I want to find a regex formula, as to find all words that starts with un|unui|o|unei follow by any words, but after that words have the connecting element "de" unui model de amintire un ...
Just Me's user avatar
  • 866
0 votes
1 answer
63 views

Regex: Replace empty space with a dash between the words, on canonical html tag

I have this canonical link, but if you look well, there are some empty space on the html link. Those empty space I must replace it with a dash <link rel="canonical" href="https://...
Just Me's user avatar
  • 866
-3 votes
1 answer
61 views

Regex: Find those words that doesn't have html tags on line, and add tags before and after

I have these 3 lines. The words in the second line are missing html tags. <p class="mb-40px">ARTICOL START</p> ARTICOL START <p class="mb-40px">ARTICOL START</...
Just Me's user avatar
  • 866
0 votes
3 answers
101 views

Regex: Put the content of mutiple html tags into a single html tag

<p class="mb-40px">Decisive too, of <p class="mb-40px">otherwise, it was the opportunity to <p class="mb-40px">acquire what were to be two pillars <p ...
Just Me's user avatar
  • 866
0 votes
1 answer
29 views

Regex: Add html link to another html link in the same html tag (Double the html Link)

I have this html class with a html links inside. The problem is not clickable on mouse over. So, I want to make it clickable. <p class="mb-40px"><strong>* Surs&#259;:</...
Just Me's user avatar
  • 866
-2 votes
3 answers
723 views

Regex: Select and delete all lines between 2 points

I want to delete all those lines that starts with <script type="application/ld+json"> and ends with </script> For example: <script type="application/ld+json"> { &...
Just Me's user avatar
  • 866
0 votes
2 answers
1k views

Replace between brackets content sublime & regex

I've actually got lines like this: [Sat Dec 31 18:24:18.700 2022] 0.017 sec 0.017 sec [all/2/rel 37 (0,700) @groupparentid] [post]keyword How can I delete the whole line starting with bracket [ and ...
Nass's user avatar
  • 1
0 votes
2 answers
100 views

Regex: Make search and replace up to a certain point (up to a certain line from paragraph)

So, I have this text. I need to use regex as to change the word however, and replace it with (empty space) The big problem is that I want to make the replacement in all text, but only those ...
Hellena Crainicu's user avatar
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
-1 votes
1 answer
70 views

Regex: Add particular words from list to every 5 words - random

I have this words list: of, in the, that, as to, can, may, due to the fact that Also, I have this text/paragraph: The teaching methods represent the ways used in the school by the teacher to support ...
Hellena Crainicu's user avatar

15 30 50 per page
1
2 3 4 5
37