Questions tagged [sublimetext4]

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF. Do not tag your IDE or source code editor in questions about unrelated topics. Sublime Text 4 is the latest version of a multi-language, multi-platform code editor, developed by Jon Skinner and SublimeHQ. It is very fast, highly extensible and customizable, and has a Python API to allow plugins for augmented functionality.

Overview

Sublime Text 4 is the latest version of a multi-language, multi-platform code editor, developed by Jon Skinner and SublimeHQ. It is very fast, highly extensible and customizable, and has a Python API to allow plugins for augmented functionality.

New Features

  • Tab multi-select
  • Native support for Apple Silicon and Linux on ARM64 processors
  • Refreshed UI
  • Context-aware autocomplete
  • , and support
  • Improved syntax definitions
  • GPU rendering
  • Dual APIs, supporting (default) and . The API has been extended and improved considerably.
  • Fully compatible with
  • Safe mode (--safe-mode command line switch) to simulate a fresh install for troubleshooting
  • Improved input handling, extended key bindings
  • Added File → Print, which prints through a web browser. Edit → Copy as HTML available as well.

The full changelog is available on the downloads page.

Resources

119 questions
308
votes
2 answers

80-characters / right margin line in Sublime Text 3

You can have 80-characters / right margin line in Netbeans, Text Mate and probably many, many more other IDEs. Is it possible to have it in Sublime Text 3 as well? Any option, plugin etc.?
trejder
  • 17,148
  • 27
  • 124
  • 216
229
votes
9 answers

Showing the same file in both columns of a Sublime Text window

When I have 2 columns set in a Sublime Text window, can I display the same file in both columns?
user2777473
  • 3,736
  • 5
  • 26
  • 39
48
votes
6 answers

How to disable new version notifications?

Whenever I open Sublime Text it throws a pop-up: A new version of Sublime Text is available, download now? How can I disable this check? My work blocks installing software updates.
Colonel Panic
  • 132,665
  • 89
  • 401
  • 465
22
votes
3 answers

multiple "commands" in a single Sublime Text 2 user keymap shortcut

Is there a way to have multiple "commands" associated with one shortcut? I have these two shortcuts. First shortcut makes the window on the left larger than the right one (in a 2 column view) and the next shortcut puts the focus on the first window.…
10
votes
1 answer

After recent sublime text update cursor is extra tall and doesnt blink

My cursor height is stuck at what appears to be the max height of the line and its padding/margin, nor does it blink anymore. Screenshot. What settings should I look at to get this sorted out?
RVRX
  • 384
  • 2
  • 12
9
votes
1 answer

Sublime Text 4 hide title bar

I'm running i3 window manager on linux and my sublime text was just updated to version 4. Now there is a (rather obnoxiously large) title bar above the menu which shows the current file path that I cannot get rid of. I assume this is non standard…
myol
  • 8,857
  • 19
  • 82
  • 143
7
votes
2 answers

how to show the menu bar in sublime text 4 (windows)

I updated my sublime text after which I can't seem to see my menu bar on top of the screen but now have to click the 3 lines button to view it.is there any way to make show the menu bar like normal again? I tried going to "view" and enabling it but…
doctor byte
  • 71
  • 1
  • 3
6
votes
2 answers

How to do Invert Selection in Sublime text 4?

In previous version (ST3) of Sublime Text, there was invert selection in Selection menu. With which you could simple select the text you desired to keep, invert the selection and delete. Seems it's removed in current version. How to perform same…
Nijat Aliyev
  • 190
  • 3
  • 13
6
votes
1 answer

What regex syntax does Sublime Text use?

What regex syntax does Sublime Text use? POSIX? POSIX Extended?
Louis
  • 2,548
  • 10
  • 63
  • 120
4
votes
3 answers

Sublime text on Arch linux OS

I'm using Linux archbios 5.13.6-arch1-1 #1 SMP PREEMPT Thu, 29 Jul 2021 00:21:06 +0000 x86_64 GNU/Linux operating system. My problem comes after following the sublime official instructions for Arch. After these steps from sublime official docs, I…
4
votes
1 answer

Sublime Text 4 - How To Setup LSP-eslint

When using Sublime text 3 I had SublimeLinter with SublimeLinter-eslint packages, along with eslint & babel-eslint global node modules for JS & JSX syntax. With the switch to Sublime 4 I decided to give LSP a try. I Installed it, also LSP-css (which…
3
votes
2 answers

Sublime Text 4: folding Python functions with a line break

I'm running Sublime Text Build 4143. Given a function with parameters that spill over the 80 character limit like so: def func(parameter_1, parameter_2, parameter_3, parameter_4, parameter_5, parameter_6): """ """ print("hello world") …
Gabriel
  • 40,504
  • 73
  • 230
  • 404
3
votes
1 answer

How to get typescript syntax highlight working in sublime 4

On sublime 3 I prevously always just used the package control to install the typescript plugin, which would generally pick up on the tsconfig.json file and automatically start showing me syntax and type errors in code. However since sublime 4 it…
user16435030
3
votes
2 answers

Where is the default settings file, which stores thing such as "font_size", located for Sublime Text 4?

I'm using Sublime Text 4 (Build 4126) on Linux Ubuntu 18.04. The Packages/Default directory (full path would be $HOME/.config/sublime-text-3/Packages/User), which this answer refers to: What is the default font of Sublime Text?, no longer…
Gabriel Staples
  • 36,492
  • 15
  • 194
  • 265
3
votes
1 answer

Sublime Text to display R native pipe |> ligature with Fira Code

I am using R in Sublime Text with Fira Code, and would like to display the new native Pipe |> as a triangle ligature. This works well with most syntaxes, but not in the R syntax, where it actually matters: Any idea what I could do?
chris
  • 1,312
  • 13
  • 16
1
2 3 4 5 6 7 8