User bio
404 bio not found
Member since Jun 2, 2017
Posts:
Replies:
The Pull Request that implements these changes has been merged. GitHub beta releases starting with v2.12.11-beta.3 contain these changes, so there is no more need to use the special build of the extension found in the post.
Hi @Andre Ribera , AFAIK there isn't a way to check on a server if a Studio client connected to it has unsaved changes to a project. You can edit projects programmatically using the %Studio.Project class. You may also want to consider making your app IDE-agnostic because Studio is deprecated and has been removed from IRIS kits starting with 2024.2.
Certifications & Credly badges:
Brett has no Certifications & Credly badges yet.
Global Masters badges:
Brett has no Global Masters badges yet.
Followers:
Following:
Brett has not followed anybody yet.
Thank you for testing the beta! I will attempt to reproduce your issues and will report back.
EDIT: Before I start testing, do you see any errors in the ObjectScript Output channel (besides EMFILE)?
Also, the "auto-generating name" on creation of a new class/routine has been intentionally removed. This change divorces file importing from the export settings' folder structure, so it didn't make sense to keep using those settings to generate a file name.EDIT 2: The "auto-generating name" feature is still in the extension, it's just off by default. To turn it back on, use the
objectscript.autoAdjustName
setting.