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
1
vote
0 answers

Sublime Text 3: Stop opening a blank window every time after building with Latex

I am using Sublime Text 3 on Windows. After I update it to Build 4113, it starts opening a new window every time after I build pdf with Latex. I check the changelog, and find the following updates: . I think this may be the problem. Then how to stop…
Zhao Zhao
  • 11
  • 1
1
vote
0 answers

Control autocompletion

SublimeText 4 has some more autocompletion functions, which is very nice. However, I am seeking to control these features. In particular, in a C++ code, when I type /** and press enter I get /** * But I'm looking to either: remove the inserted…
Tom de Geus
  • 5,625
  • 2
  • 33
  • 77
1
vote
1 answer

Sublime Text 4 Terminus - Multi Session Terminal Integrated In Panel View

I'm using Sublime Text 4's Terminus package and trying to open more than one terminal session within Sublime's panel view. In VSCode it looks like this: The closest I can get is to open each session in a separate tab on grid layout, which works…
Syden
  • 8,425
  • 5
  • 26
  • 45
1
vote
1 answer

Remove $TM_CURRENT_LINE after inserting snippet

Trying to create a snippet in sublime Text 4 where the tab trigger is .print eg: a.print results in print(a) The current code for the snippet is .print
Jithin Johnson
  • 352
  • 1
  • 10
1
vote
1 answer

Themed title bar not working in sublime text 4

I updated my sublime text 3 to version 4 and in there article, they said that: The Adaptive theme on Windows and Linux now features custom title bars. But i can't figure out how to use it. I tried adding this settings: "ui_native_titlebar":…
Blaze_droid
  • 479
  • 4
  • 13
1
vote
1 answer

Hide inline errors (phantoms) in Sublime Text 4

The following used to work in Sublime Text 3, but gives an error in ST4. { "keys": ["f10"], "command": "exec", "args": {"hide_phantoms_only" : true }, }, Error message: __init__() got an unexpected keyword argument…
Andreas Haferburg
  • 5,189
  • 3
  • 37
  • 63
1
vote
1 answer

Sublime Text 4 color scheme rule to control JavaScript unquoted Object literal keys?

I'm trying out Sublime Text 4 and I'm trying to customize the Monokai color-scheme for Javascript files. So far I've been able to do everything but change the color of unquoted Object keys from white to yellow. Quoted keys are yellow, but unquoted…
njwags
  • 1,107
  • 11
  • 22
1
vote
2 answers

Sublime text is not permanently saving file after close ( How to Disable undoing after Close )

I am using sublime text 4 ( recently released Version 4 ). BUT I am having a problem in permanently saving the file after close. This problem was not in the sublime text 3. What is the Problem :- When i make changes in the file and save it and close…
Lars
  • 1,234
  • 1
  • 8
  • 31
1
vote
1 answer

Sublime Text 4: open multiple windows from terminal

Sublime Text 4 was just released. A behavior change from Sublime Text 3/2 has been implemented. In new Sublime Text 4, if a window is already open when the User (me) uses the $ subl . command from the terminal, it takes me to the currently open…
Kobi
  • 4,003
  • 4
  • 18
  • 23
0
votes
0 answers

sublime text lsp-jdtls cannot resolve imports

imports like the following: import org.lwjgl.Version; import org.jsoup.select.Elements; import org.slf4j.Logger; have red squiggly lines under them and the error reads cannot resolve import. It all complies and runs but, there is no…
John
  • 1
0
votes
0 answers

Sublime Text 4, no console output

Sublime Text I am trying to setup sublime text editor for the first time. The build system manages to compile the code into an executable file, but there is no output in the sublime text console / terminal, the console only prints out execution…
John
  • 1
  • 1
0
votes
0 answers

open sublime text with git bash

I tried to open sublime with git bash but I get error : and this is the I tried many solutions over the internet, and I can't find the answer, I'm on windows and my sublime version 4143
0
votes
0 answers

How to have only an English keyboard layout in a CSS file

Theme: Plugin Development Sublime Text. I'll give you an example: I opened the CSS file Pressed "shift+3" or "shift+4" And I want to get the characters: "shift+3" will print: "#" and "shift+4" will print: "$" But if I have a Russian keyboard…
0
votes
1 answer

Any way in SublimeText 4 to include a path for a file type?

I want to include a global file path, specifically "C:\dev-tools\node_modules@types\jquery\index.d.ts" every time a JS file is being edited. Any way to do this? I can see in this question/answer that a custom plugin can be coded to automatically…
0
votes
0 answers

I am getting a pop-up in Sublime on save

I get this pop-up every time I save a .php file in sublime text 3. I have reinstalled sublime and uninstalled unused packages. What to do? Error message: /bin/sh: php: command not found Build 4143
Sebastian Td
  • 174
  • 1
  • 7