evandrocoan / AmxxEditor

Auto-complete and Build System for Amx Mod X on Sublime Text
GNU General Public License v3.0
9 stars 3 forks source link

Suggestion: Support for getting syntax automatically #10

Open xpt1x opened 6 years ago

xpt1x commented 6 years ago

You can add support for getting syntax automatically just like other languages for sublime ( Ex : HTML )

Try pasting pawn code directly in new file . Result : It wont take syntax ( of AmxmdxPawn ) automatically

@evandrocoan You can add this functionality to support copy - pasting stuff 😈

evandrocoan commented 6 years ago

You can force all files to the amxx syntax by:

  1. Opening a .sma file
  2. And going on the menu:

    1. image
    2. image
xpt1x commented 6 years ago

No, i mean it just takes the highlighting but you can't get Auto suggest / AutoComplete features working Unless you save it as .sma

Only after saving the file it takes data from includes acc to plugin 😞 Its not a problem just a suggestion if you can implement it in future maybe... 😄