game-patches icon indicating copy to clipboard operation
game-patches copied to clipboard

Visual Studio Code extension for game patches

Open Margen67 opened this issue 2 years ago • 4 comments

Serenity's Xenia Patch Maker is nice, but it has it's shortcomings:

  • Doesn't have all of VSCode's features:
    • No ESLint support.
    • No automatic end of file newline or redundant newline removal on save.
    • No multi-line cursor.
    • No switching lines with Alt+Up/Down
    • No Ctrl+S (Save) hotkey.
    • Tab doesn't work properly. (switches to a different element in the window)
    • Not resizable.
    • No integrated terminal or version control.
    • etc.
  • Odd dependencies. (~~i.e. doesn't use Qt~~ making it difficult if not impossible to build with CI)

Margen67 avatar Feb 22 '22 06:02 Margen67

qt is only for c++ that am aware of

oSerenity avatar Feb 22 '22 17:02 oSerenity

tab doesn't work properly. (switches to a different element in the window can you just make an issue on features you want added it only would take a few days to fix bugs and add toml support since patch extension was just a remedy

oSerenity avatar Feb 22 '22 19:02 oSerenity

tab doesn't work properly. (switches to a different element in the window can you just make an issue on features you want added it only would take a few days to fix bugs and add toml support since patch extension was just a remedy

https://github.com/oSerenity/Xenia-Patch-Maker/issues/5

Margen67 avatar Feb 23 '22 00:02 Margen67

I made a Bash script, so there isn't as much of a need for this. (at least for me)

Margen67 avatar Mar 07 '22 18:03 Margen67