jamalsenouci / sublimetext-syntaxfold

Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
MIT License
40 stars 6 forks source link

2.0.0 just updated doesn't work #20

Closed emptybraces closed 7 years ago

emptybraces commented 7 years ago

I am using c# coding. This plugins suddenly stopped working on this previous update, but I tried it a lot working now. //syntax_fold.sublime-settings { "endMarker": "#endregion", "name": "C#", "scope": "source.cs", <-- Add line "startMarker": "#region" }, I hope this will help:)

jamalsenouci commented 7 years ago

Yes the 2.0 update resulted in a breaking change for the sublime-settings file so that will need updating - see the readme for more information on how to do this

emptybraces commented 7 years ago

I read the readme.md but i did not know why the require params "scope" disappeared by latest update. But I understood need it for some reasons. Thank you.=)

emptybraces commented 7 years ago

I'm sorry I thought scope params was exist since previous version...