SublimeText / NSIS

Sublime Text plugin for the Nullsoft Scriptable Install System
Apache License 2.0
40 stars 15 forks source link

Added support for Outline view #40

Closed ckaminski closed 4 years ago

ckaminski commented 4 years ago

Add outline support for

One issue, clicking on the entry in the Outline places the cursor at the end of the selection, not really sure why.

idleberg commented 4 years ago

Thank you, that looks good to me. It also seems to address #38.

@FichteFoll How do you feel about supporting Sublime Text 2? Do we still need the st2-master branch?

FichteFoll commented 4 years ago

Nobody uses ST2 anymore. The last numbers from PC that I know of were from September and indicated a ST2 usage of <0.5%, if I remember correctly.

I personally don't mind having old branches for installation on old versions lying around, though, as long as it's clear they aren't supported anymore.

idleberg commented 4 years ago

@ckaminski I actually might have merged this prematurely. While it enables the Goto Symbol feature, it breaks the syntax highlighting

Before

before

After

after

Think you can fix this?

ckaminski commented 4 years ago

I'll look into this.