7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Q : Using dev version ? #62

Closed dimitrik-fr closed 7 years ago

dimitrik-fr commented 7 years ago

Is there any "proper" way to use "dev" version ?.. -- seems like there are several long awaited features already developed, and it'll be great to let validate them before the next release is shipped..

Rgds, -Dimitri

mbuc82 commented 7 years ago

Hi @dimitrik-fr ,

you could check out the master branch (which is the "dev" version), cd to your local repository and link it with "apm link" or either "apm link -d" to link it as a development package. If linked as dev-package, start atom with atom -d to either load the linked dev packages.

Best regards Marco

dimitrik-fr commented 7 years ago

Hi Marco,

works just fine !!

also, Atom (1.19) is reporting there is a deprecation in the code : instead of TextEditor.setScrollTop() the TextEditorElement::setScrollTop should be used instead.

but all in all, new changes rock !! - no blinking anymore on tab switch, configurable line positioning and panel width, really cool !! kudos !!! ;-))

Rgds, -Dimitri