Scags

Results 6 issues of Scags

There currently isn't a way to get a client's *exact* menu, so I wanted to implement that for my use case. I wanted to close a certain menu when a...

Currently, non-literal arrays cannot be assigned to separate arrays when the latter is declared. ```sp public void main() { int Foo[3] = {1, 2, 3}; int Bar[3]; Bar = Foo;...

enhancement
compiler

# Basic informations - **OS:** [Windows] - **VSCode version:** Latest - **Extension version:** Latest # Further Information Using 'const' when declaring a methodmap setter causes the intellisense to fuss. This...

bug
tree-sitter

Patch some bugs and future-proof LR function hooks. Adds a forward for when JR loads, after all of the `OnPluginStart()` methods fire. Still WIP

hacktoberfest-accepted

Alright, it's time I picked this back up. There's a lot of things that I want to rework and redo. For one, I want to redo how last requests are...

enhancement
ready
version

The code has been in there forever, but it's never worked. As of recent, it's been the cause of some crashes, so I've disabled all of its logic for now....

enhancement