The find and replace tool for a single file uses the syntax \n
to reference the nth capture (where n
is one or more decimal digits, no leading zeros), presumably this syntax will be copied for the find and replace all tool.
For example:
After replacement:
This was so annoying…
It’s one of those things that you only remember about it when it actually happens, and then you forget it. That must have made it really hard to remember to fix!
On the subject of PS4, I feel like Roblox should disclose some things to developers before the release on October 10th. Mainly how the inputs are going to work.
I’d like to show players the correct controller input types with my UI. Right now I have my UI show Xbox one controller inputs, when those relevant inputs are detected. Should I make my UI controller-specific or generic?
Nothing interesting there unfortunately, it’s just a bug related to DragDetector, not the Studio draggers or old Dragger instance.
I don’t know if this is offtopic or not, but I’m curious if anything will happen to the legacy Draggers? For the past few months we’ve been getting the new and updated DragDetectors while the original Dragger class has been, I’d say, abandoned. Its API is quite rough and the documentation for it is very outdated, plus most games that use it make their own dragging solutions. Will it ever be deprecated or do too many games use it at the moment?
Super cool that you can now emulate ps4 in studio! Hoping it will soon come to Nintendo switch
Continuing from the previous Windows Japanese input fix, it’s so good fix for Japanese users!
I’m very happy roblox is working on these update for Japanese!
It should accept any valid regular expression. Most editors also support using $index
to replace text with matched groups.
The linked docs are for JavaScript but the concepts and syntax are universal.
We may actually be able to remove it entirely if we work with the few remaining experiences using it to replace it with Lua code from the Studio draggers. Though that’s not something we’re tackling at the moment, so it’s in limbo right now.
By “Studio dragger” does this mean the Lua code that controls dragging bricks/models in the Studio viewport? Has this code been made open-source somewhere or will it be shared exclusively with games that use the Dragger class?
Also, if the Dragger class is ready to go, what will happen to AdvancedDragger? It’s been abandoned ever since its creation and never got finished. It doesn’t look like any games actually use it.
I started having problems with CanvasGroups after I installed the MacOS arm version of this update.
Here, a TextBox is parented to a CanvasGroup and the TextLabel to the left of it is not. The TextLabel is set to match the text of the TextBox. But as I type, the TextLabel changes first, and the TextBox does after it.
Yes most editors use $
but not all of them. That’s why I was asking.
In this case it appears as though Roblox does not:
I appreciate the link to regex syntax but I don’t need it.
Is there any update on “HttpService is now allowed to make requests to specific Roblox domains” announced in 588?
I am pretty sure CanvasGroups were not supposed to be used in this way.
it was set to “live”
im wondering what domains they unblocked
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.