-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathevidence_CreateNewEditorTab_RemoveHomescreenPanel.txt
More file actions
51 lines (45 loc) · 3.65 KB
/
evidence_CreateNewEditorTab_RemoveHomescreenPanel.txt
File metadata and controls
51 lines (45 loc) · 3.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Evidence for CreateNewEditorTab and RemoveHomescreenPanel
Source: tools/diagnostics_20251203_190811/logs/magnetic_debug.log (excerpt lines ~27040-27110)
2025-12-03T09:33:16.9987564-06:00 | DumpWindowZOrder wrote file: C:\Users\Trevor\AppData\Local\Temp\OracleCodeEditor_HWND_Dumps\hwnd_dump_EnhancedOracleCodeEditor_263984_20251203_153316_990.log
2025-12-03T09:33:17.0324858-06:00 | DumpWindowZOrder: tag=Welcome_Reuse_PostShow, Process=EnhancedOracleCodeEditor (263984)
... (window list omitted)
2025-12-03T09:33:17.4389206-06:00 | DumpWindowZOrder wrote file: C:\Users\Trevor\AppData\Local\Temp\OracleCodeEditor_HWND_Dumps\hwnd_dump_EnhancedOracleCodeEditor_263984_20251203_153317_429.log
2025-12-03T09:33:20.2826447-06:00 | CreateNewEditorTab invoked: title=(null), filePath=(null)
2025-12-03T09:33:20.2859285-06:00 | MagneticGrid.SuppressDisplay set to False
2025-12-03T09:33:20.2888612-06:00 | UpdateTaskBar: starting. OpenForms=2
2025-12-03T09:33:20.2934586-06:00 | UpdateTaskBar: including floating form -> Title='Welcome', Visible=True, MinimizedInApp=False
2025-12-03T09:33:20.2971516-06:00 | ShowAttachedTextEditor: adding editor panel
2025-12-03T09:33:20.3077359-06:00 | AddSavedLayoutPanel: creating Editor attached panel...
2025-12-03T09:33:20.3128356-06:00 | AttachedPanel.ParentChanged: Name=AttachedPanel_a55ef287cf934e0693abb096e1b85716, Parent=MagneticGrid, ParentChildren=4
2025-12-03T09:33:20.3658848-06:00 | UpdateTaskBar: including attached panel -> Name='AttachedPanel_a55ef287cf934e0693abb096e1b85716', Title='AttachedPanel_a55ef287cf934e0693abb096e1b85716', Visible=True
Source: tools/diagnostics_20251203_190811/logs/oracle_debug.log (excerpt lines ~7600-7688)
SyncGutterToEditor: entered activeEditor=Y, gutterBox=Y
... (many SyncGutterToEditor entries omitted)
CreateNewEditorTab invoked: title=(null), filePath=(null)
AddNewTabWithEditor: title= filePath=(null)
AddTabBar: TabControl created. TabPages=0
Creating tab: (untitled)
TabPage added: Untitled 1
Tab created: Untitled 1
AddNewTabWithEditor: created tab idx=0, tabPages=1
AddNewTabWithEditor: _tabContentPanelExists=True, _tabContentHostExists=True
AddNewTabWithEditor: _tabContentsByPageContains=True
AddNewTabWithEditor: _tabContentsContainsIdx=True, _activeEditorType=RichTextBox
AddNewTabWithEditor: activeEditorVisible=True, handleCreated=False
CreateNewEditorTab: after AddNewTab selectedIndex=0, tabPages=1
Source: tools/diagnostics_20251203_190811/logs/startup_progress.txt (excerpt lines ~4716-4760)
2025-12-03T17:58:43.3010258-06:00 - Before Application.Run
2025-12-03T18:01:44.7175614-06:00 - FormClosing reason=UserClosing
2025-12-03T18:01:45.9428982-06:00 - AppDomain.ProcessExit raised
2025-12-03T18:15:19.5415632-06:00 - Args: (none)
2025-12-03T18:15:19.5419607-06:00 - Env ORACLE_DEBUG_FEATURES=true
2025-12-03T18:15:19.5639740-06:00 - After ApplicationConfiguration.Initialize
2025-12-03T18:15:19.6266954-06:00 - Splash shown
2025-12-03T18:15:19.7495930-06:00 - Before Application.Run
2025-12-03T18:15:21.1875697-06:00 - Homescreen repro: invoking ShowWelcomePanelNow (1)
2025-12-03T18:15:22.3970726-06:00 - Homescreen repro: invoking RemoveHomescreenPanel via magneticGrid
2025-12-03T18:15:23.2022605-06:00 - Homescreen repro: re-invoking ShowWelcomePanelNow (2)
Notes:
- These excerpts demonstrate the runtime sequence: the app invoked `CreateNewEditorTab`, unsuppressed the MagneticGrid display, added/created an attached editor panel and tab (tabPages=1), and the startup repro invoked `RemoveHomescreenPanel` (homescreen overlay removal).
- Full log files referenced above contain more context and additional related traces (window dumps, taskbar updates, header drag events, etc.).
Generated by assistant on 2025-12-09T