Skript Parsing output format (messy)

Created on 30 Oct 2020  路  4Comments  路  Source: SkriptLang/Skript

I have been using SkriptEnhanced script made by Duetro and it was amazing how it formats the script parsing/reloading output in a very clean and readable way, also I can autocomplete script names, and it shows more details about errors and the line that has the error etc.

This script doesn't work anymore because it needs mundoSk for json stuff and mundoSk is deprecated, so I am back to Skript's default parsing output.

I would love to see Skript itself enhance that thing and make it a vanilla thing and and I'm sure many others would love that too.

What to enhance?

  • Add empty lines between every line (make it easier to read)
  • Make Error %line% more visible (use it on its own line and use colors)
  • Optional: Add hover event over every error showing the error line and some other surrounding lines
  • Reloading time

Images (from SkriptEnhanced):

image
image
image

image

enhancement lowest

Most helpful comment

This is definitely a neat idea, and would help out with errors for sure.

All 4 comments

This is definitely a neat idea, and would help out with errors for sure.

Well, it looks good but what if people like old one? Might add into config file the old and new parser output?

what does the old one provide that the new one doesn't? if they both provide the same info, i don't really see a reason keep the legacy one in.

The old one provide red color errors. Skript = coding. Dev-C++ contains too the red color when error occur. Maybe some older users of Skript like the old one atmosferic and would like to return to it when the new one release, dont they?

Was this page helpful?
0 / 5 - 0 ratings