Sublime Text
Проприетарный текстовый редактор.
Sublime Text is a shareware cross-platform source code editor with a Python application programming interface (API). It natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses.
Download
Link: https://www.sublimetext.com/3
Package Control
Open the Tools menu.
Select Install Package Control…
eScript Syntax
Click
Preferences>Package Control(Or pressCTRL+ALT+P)Type Install and select Package Control: Install Package
Type eScript and it should be the first result being: eScript Syntax
Click
Preferences>Color Schemeand select Monokai - POL
Once the package is installed you need to setup the workspace.
File > Open Folder, then select your pol install folder root Project > Add folder to workspace.
FAQ
Hex <-> Int
To trigger the hex to int converter, first either highlight or center your cursor on a Hex or Int number.
You can then use either the
a.Edit menu > HEX<->INT
b.Preferences > Pol Server Settings > HEX<->INT
c.Right Click > Convert To <HEX|INT>
d.Alt + Shift + C
Text association
View > Syntax > Open all with current extension as ...
Last updated
Was this helpful?