-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
127 lines (115 loc) · 7.62 KB
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>F-Learn</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="images/iconweb.png" type="image/gif" sizes="16x16">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo">
<a href="index.html" onclick="location.reload();">
<img src="images/logo-unscreen.gif">
</a>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cacthetronghtml.html">HTMS & CSS</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="dangky.html">Đăng Kí</a></li>
</ul>
</div>
</div>
<div class="banner">
<img src="images/banner.png" />
</div>
<div class="content">
<div class= "left">
<h1>Overview</h1>
<div class="title">
WHAT IS SUBLIME TEXT?
</div>
<div class="description">
Sublime text is a proprietary cross-platform source code editor with the interface of the Python programming language. This tool is widely used by many developers because it is both free and full of necessary support features. It supports both programming languages and markup languages allowing users to add functionalities to the plugin as they wish.
</div>
<br>
<br>
<br>
<div class="title">
What are the advantages of sublime text?
</div>
<div class="description">
<h3>Customizability</h3>
The ability to customize is one of the first outstanding advantages when it comes to the Sublime text editor when website designers can completely customize as they want through plugins. Developers are allowed to install, enhance, or remove plugins directly from within the editor without having to start over (start). <br>
Github, BitBucket, and PackageControl.io are communities where users can download Sublime text packages and put them in their own repositories. The above communities all use this editor with a multitude of plugins that enhance its capabilities. From there, you can turn this tool from a simple source code editor into a complete IDE and start building the environment you want to develop on here.<br>
<h3>Powerful search </h3>
Sublime text has Goto and Command Palette functionality, it can search for regular expressions, case sensitive, or find entire keywords. Not only that, it also allows users to cache search results so that they can be reused for the next search. <br>
Thanks to the powerful search function on, Sublime text makes it easier and faster for programmers to find anything.
<br>
<h3>Monitor and control panel </h3>
Sublime text also has the ability to display multiple text files in different ways. The user may have several open files available arranged in tabs. That's how the programmer can move and rearrange them at will. This method is considered quite standard, but there are many other ways.<br>
In addition, this tool also allows users to edit other layouts such as rows and columns, full screen editing (Distration Free). If you already use WordPress software, Sublime text will make you feel at home. <br>
<h3>Fast, light and stable</h3>
The Sublime text source code editor is built on Python and C/C++ so the editor is very lightweight. It's very fast, when you open Sublime text from the Windows Start Menu immediately it will download and only takes a few seconds for it to appear on your screen. <br>
Moreover, the tool is rated as the most stable compared to other code editors. Hangs and crashes are very rare.<br>
<h3>Minimap</h3>
Sublime text helps you capture the size of the file through the minimap function - a small area showing an overview of the content in the right corner of the screen. It also allows users to right-click on the minimap to directly navigate to a location they want. This function is small but it is really useful for large files. <br>
<h3>Autocomplete, code folding and syntax highlighting</h3>
Sublime text has the ability to autocomplete code, including user-generated variables and “code folding” (small chunks of code). In addition, this code editor can warn you of parsing errors in real time, it supports up to several dozen different programming languages, and will color code elements appropriately. well suited <br>
<h2>Features of sublime text for programmers</h2>
<h3>Multi-platform</h3>
The Sublime text editor comes pre-installed on Mac, Windows and Linux platforms. Therefore, users can easily use it on any computer. It uses a custom UI toolkit, so the interface is very well optimized both in terms of speed and aesthetics. Not only that, it also takes advantage of all the native functionality on each platform. <br>
<h3>Performance</h3>
Sublime text has always put performance first thanks to its powerful and easily customizable cross-platform UI and exclusive tools that are second to none. It builds from custom components and is very adaptable.<br>
<h3>Fast conversion</h3>
Sublime text projects contain the entire contents of the workspace, including editing and unsaved files. Users can convert these projects immediately, all changes will be rolled back the next time the project is opened. <br>
<h3>Split Editing</h3>
This feature will depend on the width of the screen you are using. You can edit as many rows and columns as you want, or edit files side by side or between two locations in the same file. <br>
<h3>Customize everything</h3>
Everything in Sublime text is customizable with easy JSON files. Using this editor gives users flexibility in the settings that can be specified on each file type, each project.<br>
<h3>Powerful API and Package Ecosystem</h3>
The attractive feature of Sublime text is its powerful Python API, allowing users to integrate enhanced plugins. Besides, you get access to thousands of community-built packages in a simple way. <br>
<h3>Command Palette</h3>
With just a few keystrokes, users can find what they want without having to navigate through menus or memorize complicated keyboard shortcuts.<br>
<h3>Multiple Selections</h3>
With this feature, it allows users to change multiple lines at once, rename easily and manipulate files faster than ever. <br>
<h3>Goto Definition</h3>
Users use syntax definitions to have Sublime text automatically generate a project-wide entry of every function, method, and class. <br>
<h3>Goto Anything</h3>
Features for quick navigation to files, icons, lines and words. <br>
<br>
<a href="https://www.sublimetext.com/3">Download: Sublime Text</a>
<br>
<br>
<a href="vsCode.html">Giới thiệu về tools VS Code</a>
<br>
<br>
<a href="netbeans.html">Giới thiệu về tools NetBeans</a>
<h5>Đây chính là chuyên mục giới thiệu về tools Sublime text</h5>
<h5>Hãy tìm hiểu thêm về nhiều tools để đem lại hiệu quả cho chính bạn</h5>
<h5>Một số tools thông dụng: Notepad, Netbeans, VS Code, DW...</h5>
<br>
<br>
<br>
</div>
</div>
<div class ="right">
<p>Support Tools and Compilation</p>
<a href="https://www.sublimetext.com/3">
<img src="images/img1.png">
</a>
<a href="https://netbeans.apache.org/download/index.html">
<img src="images/img2.png">
</a>
<a href="https://code.visualstudio.com/insiders/">
<img src="images/img3.png">
</a>
</div>
</div>
</div>
</body>
</html>