back yard
back yard
Definitely! With the addition of YoYoGames/GameMaker-Bugs#2964 (`asset_get_ids()`), this would eliminate the need for functions like `object_get_name()`, `sprite_get_name()`, `script_get_name()`, etc, in many cases.
In my code library, I have a "rmEngineInit" room that creates systems objects, which is always put last in the room order every time it's re-imported into a project. To...
> > In my code library, I have a "rmEngineInit" room that creates systems objects, which is always put last in the room order every time it's re-imported into a...
> Oh, sorry. Misread that. Was thinking you was using room inheritance to store system objects as default instances, and so they are always first in the creation order. Got...
I'd like this for arrays in `array_foreach()`!
Enhancing existing commands and incorporating `tab(s)` into the name sounds like a really elegant solution to me! I do think that in certain cases, there should be an "additional setting"...
@Robbendebiene If i may ask: are you currently using this add on? And what's your configuration? I've been playing around with a few different options, but haven't settled on somthing...
...i had no idea about the "recently closed tabs" popup - this is going to help my workflow a lot!
The escape key won't dismiss it while the text field is active (it just clears the text field) and the "search & replace" dialogue box itself needs to be focused...
Mainly for that situation described! I prefer to restore tabs through the recently closed tabs popup; if it's feasible to include windows in that popup, then that would be great!...