Version 2.4.9
- Updated internal HTTP requests library to try and mitigate API dump fetch errors
- Added a button to clear cached API dump under Settings β Diagnostics
HI @cxmeels, i am attempted to purchase Codify v2 but as your last comments indicate, you are about to release v3?
Do old user from v2 have free upgrade to plugin v3?
v3 will be a free update to the existing plugin.
Itβs still a work in progress, but aims to improve the quality and performance of the plugin overall.
I had planned on stopping updates to v2, but there were some issues that were affecting multiple users that warranted further updates. I am unlikely to add any additional features beyond patches and bug fixes in the current version, however.
Some feedback, since you use AWS for fetching API dump, i already had a few times i couldnβt reach the API dump, leaving me stranded. If that fails you should have a fallback like storing the returned json in the plugin rblx itself in a module or something. although the plugin stored version will not be guaranteed up to date, it will likely will contain almost all property data that will be needed at any given time, preventing us from getting stranded.
I considered this but was worried it might bloat out the file size a lot?
Remember that you would then have the static dump and the cached fetched dump on your system if the request succeeded.
Iβm happy to add a static dump as a fallback if people are okay with this though.
I just Codified some UI, and itβs adding βTransparency = 1β to my text labels. Itβs making my UI look like this:
I removed the βTransparency = 1β from the Exit Button, so it fixed the issue. Is this a bug?
It might be a hidden property Roblox just added, which Codify defaults to being 1.
ah yep, thatβs an old property from β2009. I recently changed how Codify works internally to stop errors with fetching the API dump, and I mustβve forgotten to filter it out
Iβll push an update today to fix that!
is it possible to change the codified to something like this
vide.create(βScreenGuiβ)({
});
i prefer having everything written out like that and im pretty sure others too
absolutely. Iβll get that pushed out as an optional feature in the next update
Thank you so much, your a lifesaver
is there support to select multiple things?
not currently, but I could add the ability to output multiple snippets based on multiple selections. for react and tsx, we could even have fragments
V3 when?
ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€ββββββββγ
€
Itβs still a work in progress. Overall, Iβm not expecting too many user-facing changes to begin with (mostly UI enhancements), but I am currently prototyping some magical new features to upgrade and improve your workflow.
Iβm in the process of refreshing my whole plugin suite, starting with the Resurface plugin, most likely followed by a new plugin that should compliment (and possibly even integrate with) Codify, but more on that one later.
BillboardGui.Adornee
β, βGuiObject.SelectionImageObject
β).How did you create the βsave to deviceβ feature? Iβve searched everywhere and I canβt find a function that does that.
I see your question was already answered, but for anyone else wondering, Codify temporarily creates a ModuleScript containing the component snippet, selects the newly created ModuleScript and then uses the plugin:PromptSaveSelection
method to show the native save dialogue.