Announcing POL eScript Sublime Text Package

This is where you can post about tools related specifically to the POL Server itself

Moderator: POL Developer

Post Reply
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Announcing POL eScript Sublime Text Package

Post by DevGIB »

This package has actually been out for a while, however i thought i'd already mentioned it in a forum post, but apparently not.

Source for the package can be found here.

You can report issues or request features here.

The Sublime Text Package control link is here.
Collection of configurations and plugins for Sublime to make editing Escript easier.

This package of plugins is based on the following sublime text plugins

-Merged version of Better Completion and All Autocomplete which allows for completions from all open files aswell as a predefined core function list.

-ToolTip-Helper with a custom pack for POL Server eScript language

Better Completion: https://packagecontrol.io/packages/Better%20Completion

All Autocomplete https://packagecontrol.io/packages/All%20Autocomplete

ToolTip-Helper: https://packagecontrol.io/packages/ToolTip-Helper

Autocomplete, wordfiles, syntax and keyword recognition all supplied by Dracoscript: https://github.com/DracoScript/POL_eScript_Sublime

To install:
Open Sublime Text
Click Preferences -> Package Control (Or press CTRL+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 Scheme and select Monokai - POL
At this stage none of the default colours schemes will work with the tool tip system.

You can generate your own at: https://tmtheme-editor.herokuapp.com Select from a large list of themes and paste it into your package folder then enable like above.
DebugZHI
New User
Posts: 13
Joined: Thu Nov 24, 2016 7:31 am

Re: Announcing POL eScript Sublime Text Package

Post by DebugZHI »

Hi devGIB,

i've tried it and it's very usefull but i've notice that "goto definition " option work only if u have src file with function definition already opened.
it's possibile to extend with find & open file automatically?

question:
i've not found how to change build system configuration to set specific path for ecompile. it's possibile or i've to do a new build system cfg?

Best Regards,

Debug
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Re: Announcing POL eScript Sublime Text Package

Post by DevGIB »

Im not at my computer at the moment, however i think under the project menu there is a open folder to project button which should fix both your problems.
Post Reply