Wiki Help

Revision Difference

Bugs_And_Requests#526804

<cat>editing</cat> <title>Bugs And Requests</title> # Info This page is used to report bugs and make requests. Use it as discussion on MediaWiki-like wikis, separate your thread with `*newline*---*newline*`. Always sign your replies with your Facepunch nickname. ``` Nick: > Text ``` --- --- ⤶ ## Request: Add back in TAB to search⤶ ⤶ Repaler:⤶ ⤶ > Upon moving forums, the press Tab to search in the chrome browser hasn't been implemented.⤶ ⤶ ---⤶ ## Bug: <appendedenums> wasn't implemented Spar: > `<appendedenums>` exists on [this page](https://wiki.facepunch.com/gmod/Enums/BUTTON_CODE) but still confuses new devs because enums aren't actually appended. --- ## Request: Make realm icons have a tooltip with the realm it represent and the link to the realms page Spar: > [Realms page](https://wiki.facepunch.com/gmod/States). New devs don't know what these icons near each function are because wiki doesn't give hints. --- ## Bug: <bug> "issue" parameter wasn't implemented Spar: > Bugs imported from the previous wiki had a link to the issue from the Github. This is useful to find information about how this bug is reproducible and does it have a fix or walkaround. --- ## Bug: <item> "default" parameter wasn't implemented Spar: > `<item>` form the `<structure>` template has `default` parameter which was imported from the previous wiki but is not visible in the current one --- ## Request: Change library functions clickable link from the method to the parent. Spar: > If you go to any library function page in the function template the function itself will be clickable but this has no sense because we are already on this page, to make more sense make the parent name clickable. Example: https://wiki.facepunch.com/gmod/hook.Call Currently clickable: `Call` Change to: `hook` So we can move to all parent's functions/methods. --- ## Request: Make ability to create PageList depending on the content of the page Spar: > Some pages should be mentioned on specific page but they currently you can't create a list of all pages depending on the content of the page. --- ## Request: Add global search Spar: > Make search as separate page or add ability to search by the content in the search field on the left side. --- ## Request: Make if search has one result you can go to this page by hitting enter Spar: > If you search for a page and you typed exactly its name you still have to move your mouse and click the page to open it. Make it open by hitting enter. --- ## Request: Make Random page button Spar: > Random page is useful to test your knowledge or find new stuff. Suggested icons: `mdi-dice-5-outline` or `mdi-dice-multiple-outline`. --- ## Bug: <code> misses lots of Lua syntax Spar: > `<code>` tag doesn't highlight `...`, `not`, `or`, `[`, `]`, `{`, `}`, `||`, `&&`, `*`, `/`, `^`, `%`, `#` and numbers.