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

  1. Open the Tools menu.

  2. Select Install Package Control…

eScript Syntax

  1. Click Preferences > Package Control (Or press CTRL+ALT+P)

  2. Type Install and select Package Control: Install Package

  3. Type eScript and it should be the first result being: eScript Syntax

  4. Click Preferences > Color Scheme and 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?