homeAppSaved.com WINDOWSWINDOWS WEBWEB MACMAC IOSIOS ANDROIDANDROID LINUXLINUX

Sublime Text 3

software for editing programming languages

thumb of Sublime Text 3
  • Publishers:
    Jon Skinner
  • License: Trial
  • Capacity: 9,8 MB
  • Saved: 50
  • Update:
  • System: Windows XP/Vista/7/8/8.1/10

Sublime Text 3 build 3211 is a programming language support software with advanced features for coding, marking and editing text. Users will love the eye-catching interface, the unique features and the efficiency that this software brings.

Picture 1 of Sublime Text 3
Modify the programming language with Sublime Text software

The main feature of Sublime Text 3

Great Goto feature

Users can use the Goto Anything feature to open any file after only a few typing on the keyboard. This programming software can help users immediately see the symbols, lines or words to search.

When pressing Ctrl + P , users can:

  • Type part of the file name to open it
  • Type @ to jump to the symbols, # to search within the file and : to move to a certain line

Users can combine the above mentioned shortcuts, ie if you type tp @ rf , you will see the read_file feature in the text_parser.py file . Similarly, typing tp: 100 helps users see the 100th line of the same file.

There are useful commands

The command panel includes rarely used features such as aligning, changing syntax or changing indentation at the beginning of a line. After just a few keystrokes, users can search for anything they want without having to scroll through each menu or try to remember key links that they rarely use.

If you want to display the Command Palette , press Ctrl + Shift + P.

Combining division and editing

Users can take full advantage of the large screen when using Sublime Text word processing software because this software supports both split and edit features. Thus, users can edit multiple files located near each other or edit two different places in the same file. In addition, this programming tool also supports editing as many rows and columns as you like.

Take advantage of multiple computer screens by editing in multiple windows and using the split feature in each of those windows.

Users can go to the View / Layout menu to see the separation and editing options. To view multiple things in the same file, go to File / New View into File .

Customize anything

Users can customize key links, menus, pieces of information, execution commands, syntax hints and more with simple JSON files. Source code editing software Sublime Text is a flexible software because it allows users to customize their own settings on a file or project basis.

Picture 2 of Sublime Text 3
Syntax setting in Sublime Text software

Feel free to choose what to change

Source code processing application Sublime Text has the ability to change 10 lines at once rather than changing one line 10 times. The application allows users to interact and change multiple lines at the same time, easily rename variables and process multiple files faster than ever.

Try pressing Ctrl + Shift + L to divide the selected item into multiple lines and Ctrl + D to select the next operation for the selected word.

Mode to avoid distraction

When users need to focus, the distraction mode of Sublime Text software will help a lot. This is full screen mode, free editing, showing nothing but your text in the middle of the screen. Users can display more parts of the interface such as tabs and search boxes if necessary.

Users can enter the mode to avoid distraction when clicking View / Enter Distraction Free Mode .

Quickly switch between projects

Projects in the Sublime Text application collect the entire content of the workspace, such as edited and unsaved files. Users can switch between projects just like when using the Goto feature. The conversion process will take place immediately without prompting about saving. All the things you have changed will remain the same until you open the project the next time you use it.

There are API plugins

Sublime Text has an API (application programming interface) plugin based on the powerful Python programming language. Along with the API, the Sublime Text software integrates with Python to interact and test in real time.

Sublime Text has been released for Windows operating system. With just one software purchase, you can use Sublime Text on any computer you have.

Sublime Text uses an interface toolkit optimized for speed and appearance as well as taking advantage of native features on each operating system.

Picture 3 of Sublime Text 3

Update to the latest Sublime Text 3

Sublime Text 3.2.2 build 3211

  • Fix performance regression errors when moving caret up in large files.
  • Fix memory leak.
  • Fix unable to swap the bottom lines with the last row if it is empty.
  • Git: Fixes the includeIf handling error in the Git configuration file does not correctly interpret the ~ contains paths.

Sublime Text 3.2.2 build 3207

  • Improved highlighting of various syntaxes.
  • Git: Git repositories at the top level of the user's Home directory are ignored for performance reasons. This can be changed via allow_git_home_dir settings.
  • Git: Improve performance with a large number of git repository in the side bar.
  • Git: Fix UTF8 BOM error not being handled correctly in .gitignore file.
  • Fix crash error while processing Git repository.
  • Improved file indexing in some cases.
  • Improve scrolling logic in some cases.
  • Fixed a block error that changed how text selection works.
  • Fix swap swap tab swap_line_up and swap_line_down into white space.
  • API: Fixes incompatibility with SublimeREPL.
  • API: Fix regression errors with phantom interfering with Home / End tasks.