Matthew Cain

Results 38 issues of Matthew Cain

The compact button is missing on Firefox `89.0.2 (64-bit)`. ![Screenshot_2021-07-03_13-37-00](https://user-images.githubusercontent.com/16436920/124353005-14178e00-dc04-11eb-93c7-f9faf697f59a.png) ![Screenshot_2021-07-03_13-37-48](https://user-images.githubusercontent.com/16436920/124353006-14b02480-dc04-11eb-8913-18849e9f0efe.png)

In case where a local class was migrated to a different package it will not be able to matched with API documentation. For these cases API class path values should...

enhancement

[Lua events](https://pzwiki.net/wiki/Modding:Lua_Event/) should be listed as members of new `Events` table. All events are listed in `zombie.Lua.LuaEventManager#AddEvents()`. Much like exposed methods and classes all events should be included in compiled...

enhancement

Even though not exposed directly by `LuaManager#Exposer`, global types should also be completely exposed classes.

bug

Implement an optional command option to package compiled library in an archive.

enhancement

`MethodDetail` should read class methods that are overriding methods from superclass. This is currently not happening because those methods are not listen in the API detail documentation section. Inherited methods...

enhancement

Use Java JDK documentation to provide parameter names for JDK methods.

enhancement

This event would trigger in `LuaManager.LoadDirBase()` after last `LoadDirBase(string)` method call. ![storm_event](https://user-images.githubusercontent.com/16436920/124369432-1f060900-dc6c-11eb-8663-5690b57bd146.png)

enhancement
api

``` java.io.IOException: Bad file descriptor at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_292] at java.io.FileInputStream.read(FileInputStream.java:255) ~[?:1.8.0_292] at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) ~[?:1.8.0_292] at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) ~[?:1.8.0_292] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) ~[?:1.8.0_292] at java.io.InputStreamReader.read(InputStreamReader.java:184) ~[?:1.8.0_292] at java.io.BufferedReader.fill(BufferedReader.java:161) ~[?:1.8.0_292] at java.io.BufferedReader.read(BufferedReader.java:182) ~[?:1.8.0_292]...

bug

Storm version is used during runtime wherever the game version is displayed, so in order to detect the version during runtime (as opposed to build with Gradle) the version needs...

enhancement