Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 882 Bytes

File metadata and controls

39 lines (30 loc) · 882 Bytes

Issues

  • trailing spaces are trimmed, need to allow

  • Docs updates don't trigger releases.

    SkinFile = Browncoats.rte/BuyMenuSkin.ini
    BackgroundColorIndex = 62
    LogoFile = Browncoats.rte/GUIs/BuyMenuLogo.png
    

TODO

  • Unit tests for syntax highlighting

  • Tags in Marketplace

    • (Incremental) feature demo gifs
  • Language Server

    • Settings config
  • Test framework!

  • Monorepo setup?

  • Changelog formatting!

  • FilePath autocompletion

  • FilePath validation

  • IncludeFile order validation

  • IncludeFile gotos

  • PresetName validation (reference & Include order)

  • PresetName goto

  • Refactoring support

    • Rename all references
    • update FilePaths (!!)
  • Linting

    • Auto Formatting

Debugging the scanner

  fprintf(stderr, "In line comment: %d\n", lineCommentLength++);