PavelJaros / ABAP-Sublime-Plugin

ABAP Syntax Highlighter for Sublime Text
59 stars 14 forks source link

Compatible with Sublime Text 3 #4

Open lipkau opened 9 years ago

lipkau commented 9 years ago

This should be enhanced so it can be used with Sublime Text 3 too

erkobg commented 7 years ago

Navigate to C:\Users\YOUR_USER_NAME\AppData\Roaming\Sublime Text 3\Packages Create ABAP folder Download repo as ZIP file Extract the content of zip archive the ABAP folder (!!only the files without ABAP-Sublime-Plugin-master folder!!). Delete file package-metadata.json from ABAP folder. This file is used by Package Control Plugin and this file is not compatible with Package Control in Sublime Text 3.

Choose ABAP code highlight scheme: If the file you are editing has .abap extension, syntax highlighting works automaticaly Or click on the bottom right bottom corner in the Sublime TExt 3 window and choose ABAP Or open command window: Ctrl+Shift+P -> Enter "Abap" -> Hit "Enter"

cosmosofcode commented 6 years ago

@erkobg Thanks for this advice, this repository appears to be abandoned otherwise the extra step would be useful on the front page. To anyone looking to resolve similar issues with ST3, follow the instructions above to remove the package-metadata.json file. In my case ST3 would delete the ABAP folder on restart and lose the syntax highlighting.