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
0
votes
1 answer

fold or collapse all unselected lines for multiple edit in sublime text

For example i have this codes : ... addUserKnob {41 mi_box4 l crop T mcrop4.box} addUserKnob {41 mi_boxexpr4 l R -STARTLINE T mcrop4.resetwh} addUserKnob {41 mi_crop4 l "frame softness" T mcrop4.softness} ... addUserKnob {41 mi_box5 l…
andio
  • 1,574
  • 9
  • 26
  • 45
0
votes
2 answers

Virtualenvs in Sublime Text 4

I have the different virtualenv's and to be able to specify which virtualenv to use with each project I used package Virtualenv (https://packagecontrol.io/packages/Virtualenv) in Sublime Text 3. That was so to the day when through the update I…
Olgierd Wiśniewski
  • 433
  • 2
  • 8
  • 14
0
votes
1 answer

sublime text terminus build cancel does nothing

The title says it all, build cancel does nothing, command pallet does nothing, keybind does nothing. I have changed the keybind from prefrences with this: { "keys": ["ctrl+alt+c"], "command": "cancel_build" }, I have added my own Python terminus…
Blue
  • 1
  • 2
0
votes
1 answer

Differences between VSCode and SublimeText 4 HTML+JavaScript syntax highlighting

Can someone explain to me why Sublime Text 4 highlights this HTML differently than VSCode?
0
votes
1 answer

After installation of Sublime 4 wrong order of search in files results - reverse instead of ABC, how to solve?

After installation of Sublime 4 it shows the search results (multiple files search) in reverse order instead of ABC. Can't find any solution in Google. Even tried to change settings manually Preference -> Key bindings: [ { "keys": ["ctrl+f"],…
0
votes
1 answer

How to set autocompletion for only one file ST4?

I use Sublime Text 3 (now 4) for my every-day coding. Usually I just open a full folder of my code with different programming languages. In general, everything is ok, but there is a problem with autocompletion. It works for whole project, as a…
Андрей
  • 3
  • 1
  • 1
0
votes
0 answers

None of my modules work after Sublime Text Update

I downloaded the most recent update of Sublime text, thinking nothing of it. However now when I try to run any code it wont import any of the modules, e.g. import pandas as pd >>>ModuleNotFoundError: No module named 'pandas' checking the versions,…
0
votes
3 answers

Sublime Text 3 not showing correct output C++

I am using Sublime Text 3 in Windows 10. I am trying to output a simple program in an output file. Earlier it was working fine, but now it is giving some strange alphanumeric characters as output whenever I am trying to output something. Here's my…
0
votes
1 answer

Sublime Text: disable refresh/replacement in 'Replace' function?

using the "Replace..." [Find menu] function a slide-in at the bottom appears with an option field/entry for "Find:" and below that one, one for "Replace:" having completed a replace [eg "Find: abc", "Replace: xyz"] for instance by employing "Replace…
b._
  • 23
  • 1
  • 3
0
votes
1 answer

Installing SublimeText 4

this is such a beginners question but nevertheless wanted some of your input. I tried installing SublimeText4 and noticed that there is no .dmg file associated with it, all i get .zip - is this normal? Usually with SBT3 and Pycharm I was used to at…
0
votes
1 answer

Sublime Text 4: Tools>Build does absolutely nothing

I've been using Sublime Text for a while and it's worked fine. I have Python 2 and 3 built systems set up for it, which worked great. At some point recently, for unknown reasons (possibly having to do with the new Sublime Text 4 update, though I…
SSC Fan
  • 123
  • 10
-1
votes
1 answer

Sublime Text 4 Center View

Is there any way to center the code view in sublime text 4 without going full screen? Distraction free mode centers the text but it removes line numbers and puts the application in full screen mode.
Lead Vaxeral
  • 138
  • 1
  • 1
  • 9
-1
votes
1 answer

Prettier PHP Plugin congfiguration with sublime text editor

How do you set configuration variables? I'm able to prettify my PHP code on save, but I have no idea where i should put plugin-specific values as they're defined here https://github.com/prettier/plugin-php#configuration
orfaust
  • 67
  • 4
-2
votes
1 answer

In Sublime Text, can I Find and Replace a variable value?

I'm using the latest version of Sublime text and I would like to Find & Replace a variable value in my list of URLs. So an example of the URLs in the list…
Darren Harley
  • 75
  • 1
  • 18
1 2 3 4 5 6 7
8