ecode: add customizable debugger panel layouts

- add a reusable right-side panel managed at the application level
  - migrate debugger tabs to UITabWidgetSplitter instances
  - support moving and splitting debugger tabs across bottom and right panels
  - restrict debugger tab drops to debugger-owned panel targets
  - serialize debugger tab layouts, panel state, and table column widths
  - add pixel and percentage column-width modes to UIAbstractTableView
  - support XML/CSS configuration and an optional width-mode context menu
  - preserve percentage totals across resizing, fit-to-content, minimum widths,
    scrollbar changes, and pixel-density rounding
  - add splitter edge hiding while preserving splitter-always-show precedence
  - use EventConnection ownership for safe widget and controller lifetimes
  - validate serialized splitter layouts with structural limits
  - display project-relative source paths in debugger stack frames
  - add ecode localization strings, CSS documentation, tests, and agent rules
This commit is contained in:
Martín Lucas Golini
2026-08-14 00:17:29 -03:00
parent a2c9adca9a
commit bf750761ae
37 changed files with 1579 additions and 131 deletions

View File

@@ -874,6 +874,8 @@ the directory tree and in file dialogs to open a folder or file.</string>
<string name="uifiledialog_select_file">Select a file</string>
<string name="uifiledialog_select_folder">Select a folder</string>
<string name="uifiledialog_table">Table</string>
<string name="uitable_fit_columns_to_view">Fit Columns to View</string>
<string name="uitable_free_column_widths">Free Column Widths</string>
<string name="uiterminal_copy">Copy</string>
<string name="uiterminal_open_link">Open Link</string>
<string name="uiterminal_paste">Paste</string>