Makopo / sublime-text-lsl

Syntax definitions for LSL(Linden Scripting Language) in Second Life and OSSL(OpenSimulator Scripting Language) in OpenSimulator.
31 stars 4 forks source link

Build 3070 #34

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hi Mako,

Build 3070 finally has tool tips. See this thread for instructions on how to use them.

Have a nice day!

buildersbrewery commented 8 years ago

Simplest tool tips example I could find:

buildersbrewery commented 8 years ago

lsl-tooltips


Got tooltips working with a prebuilt JSON database similar to the one in Intellitip (link above). Now working on pulling data from kwdb directly. Will let you know as soon as I got it.

Makopo commented 8 years ago

The feature proposed requires EventListner to be implemented, and it may introduce some all-time performance issue no matter whether users use the tooltip or not. I'm finding the way not to enable EventListener when the user don't want this feature, but seems to be difficult and the project will go complicated. I'm considering another plugin project which enables lsl tooltip to keep this project simple. Thanks.

Makopo commented 8 years ago

I created a new plugin project: Makopo/sublime-text-tooltip-lsl

Currently barely works.

I intend it not to be related to this plugin. If you have any further comment about this feature, please open the issue on the new project. Thanks.