Micky

Results 19 issues of Micky

Implements https://github.com/godotengine/godot-proposals/issues/5048 This PR adds a new method to **Node** called `get_unique_node()`. The code is almost copied and pasted from part of `get_node()`. However, unlike the latter that passes through...

enhancement
feature proposal
topic:core

### Godot version v4.0.alpha.custom_build [c40855f81] ### System information Windows 10 ### Issue description Every tooltip in the editor, even custom ones, have way too much padding to the right and...

bug
topic:editor
regression

Resurrects https://github.com/godotengine/godot/pull/20725, and https://github.com/godotengine/godot/pull/38833 somewhat. In this PR, it's possible to enable code block guidelines in **CodeEdit**, appearing between the start and end of a foldable code block. The line...

enhancement
topic:editor
topic:gui

Added in the **String** class, the algorithm assigns a likeness value between **0.0** and **1.0** to the **String** calling it, relying on the `base` String parameter. If either **Strings** are...

enhancement
topic:editor
usability
needs testing

Closes https://github.com/godotengine/godot-proposals/issues/4073 The Method Filter list in the **Script Editor** now follows the caret, matching any method it is inside of. ![Showcase](https://i.gyazo.com/9f6bd1ce90c05dd403b96dcac1212bdc.gif) The implementation is definitely sloppier than I'd like....

enhancement
topic:editor
usability

Fixes https://github.com/godotengine/godot/issues/69348. https://github.com/godotengine/godot/pull/66665's implementation was a bit too stupid and didn't account all cases. Most importantly, signals that had yet to be saved. Do note the result of this function...

bug
topic:editor

This PR adds a new exposed method to Control called `show_tooltip()`. It forces the tooltip to display regardless of settings. While this may sound utterly situational, and it certainly may...

enhancement
topic:gui

### Before Continuing: - [X] Check you are using the latest version of the mods and its dependencies - [X] Always include a latest.log if you are crashing - [X]...

bug
1.20.1

We discovered the Catfishes can eat Cobblemon's Pokemon which has rather erratic behavior. I do not want to disable Catfishes for this reason alone. I am suggesting to implement a...

### What happened? It seems entirely impossible to change the entries' zoom in the List section. Clicking on the number does nothing. ![image](https://github.com/shedaniel/RoughlyEnoughItems/assets/66727710/c4832e2e-30b4-402d-a269-49c43bf205b2) If it is possible in some way,...

bug