Rename DebugTool to DeveloperTools with enhanced features - #8
Merged
Conversation
Pull the rebuilt core from builder-abap2UI5-js: upstream abap2UI5 5a91ddeb + samples cloud 2aa17092 (DeveloperTools rename, control-call consolidation into follow_up_action, reorganized samples incl. the new g00 getting-started gallery). Assembled app green: builder jest 11/11, app jest 17/17. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KL2rJRRu4LLsigfqMTxBuE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename the debug tool to "Developer Tools" and significantly expand its capabilities with new tabs for viewing system state, error logs, and rendered view content. Add error dialog improvements and fix various control resolution issues across the codebase.
Key Changes
Developer Tools Expansion
DebugTool.js→DeveloperTools.jswith corresponding XML fragment and class filesAppState.state.errorsError Handling Improvements
ErrorView.jswith friendly error dialog that shows error previewsControl Resolution Fixes
ViewSlots.jsto properly attach shared models when setting viewsTree.jsto usebyIdOfOwner()instead ofbyId()for proper slot resolutionScrolling.js,Focus.js,UITableExt.js,MultiInputExt.js,UploadSetExt.jsto use correct control resolution methodsDirty.jsto track multiple instances with global state managementEvent Handling & Model Updates
z2ui5_cl_core_srv_event.jsto usecs_event.control_by_idconstant instead of string literalz2ui5_cl_core_srv_model.jsto skip non-numeric row indices in delta applicationz2ui5_cl_core_srv_bind.jserror handling for invalid table indicesUI & Formatter Updates
formatter.jsfor consistent state/icon mappingFrontendAction.jsimports to include Filter, FilterOperator, and Sortermanifest.jsonSample Apps
z2ui5_cl_sample_app_001.js→z2ui5_cl_demo_app_g00.jsz2ui5_cl_demo_app_001.jsandz2ui5_cl_demo_app_383.jsNotable Implementation Details
https://claude.ai/code/session_01KL2rJRRu4LLsigfqMTxBuE