diff --git a/ChangeLog b/ChangeLog index 5c91b6d..08746cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2021-08-10 Gregory John Casamento + + * Framework/PCEditorManager.m: Add method -gotoFile:atLine: + * Framework/PCProjectEditor.m: Add method openEditorForFilePath:windowed: + * Framework/PCProjectManager.m: Add method openFileAtPath:windowed: + * Headers/ProjectCenter/PCEditorManager.h + * Headers/ProjectCenter/PCProjectEditor.h + * Headers/ProjectCenter/PCProjectManager.h: Declarations for above methods. + * Modules/Debuggers/ProjectCenter/GDBWrapper.h + * Modules/Debuggers/ProjectCenter/GDBWrapper.m: Add code to pull + "thread-selected" dictionary when the debugger stops by using break/pause + or by using up or down. Code to syncronize editor with where the debugger + has stopped. + * Modules/Debuggers/ProjectCenter/PCDebugger.h + * Modules/Debuggers/ProjectCenter/PCDebugger.m: updateEditor method. This + method makes use of the gotoFile:atLine: method to get the file and show it + in the code editor and go to the line where it has stopped. + * Modules/Editors/ProjectCenter/PCEditor.m: Update internal editor + * Modules/Editors/ProjectCenter/PCEditorView.m: minor bugfixes. + 2021-07-16 Riccardo Mottola * Modules/Debuggers/ProjectCenter/GDBWrapper.h