QML Observer: Refresh debug id's when new objects are created
Previously, the user had to navigate to the context of a qml item in order to edit its source code in Live Preview mode. This change tells the client to update when new objects are created on server-side, and makes the editing possible without having to manually trigger updates.
Showing
- src/libs/qmljsdebugger/include/qdeclarativedesigndebugserver.h 1 addition, 0 deletions...ibs/qmljsdebugger/include/qdeclarativedesigndebugserver.h
- src/libs/qmljsdebugger/include/qdeclarativedesignview.h 3 additions, 0 deletionssrc/libs/qmljsdebugger/include/qdeclarativedesignview.h
- src/libs/qmljsdebugger/qdeclarativedesigndebugserver.cpp 10 additions, 0 deletionssrc/libs/qmljsdebugger/qdeclarativedesigndebugserver.cpp
- src/libs/qmljsdebugger/qdeclarativedesignview.cpp 65 additions, 2 deletionssrc/libs/qmljsdebugger/qdeclarativedesignview.cpp
- src/libs/qmljsdebugger/qdeclarativedesignview_p.h 8 additions, 0 deletionssrc/libs/qmljsdebugger/qdeclarativedesignview_p.h
- src/plugins/qmljsinspector/qmljsclientproxy.cpp 4 additions, 2 deletionssrc/plugins/qmljsinspector/qmljsclientproxy.cpp
- src/plugins/qmljsinspector/qmljsclientproxy.h 1 addition, 1 deletionsrc/plugins/qmljsinspector/qmljsclientproxy.h
- src/plugins/qmljsinspector/qmljsdesigndebugclient.cpp 2 additions, 0 deletionssrc/plugins/qmljsinspector/qmljsdesigndebugclient.cpp
- src/plugins/qmljsinspector/qmljsdesigndebugclient.h 1 addition, 0 deletionssrc/plugins/qmljsinspector/qmljsdesigndebugclient.h
- src/plugins/qmljsinspector/qmljsinspector.cpp 22 additions, 2 deletionssrc/plugins/qmljsinspector/qmljsinspector.cpp
- src/plugins/qmljsinspector/qmljsinspector.h 9 additions, 1 deletionsrc/plugins/qmljsinspector/qmljsinspector.h
- src/plugins/qmljsinspector/qmljslivetextpreview.cpp 8 additions, 0 deletionssrc/plugins/qmljsinspector/qmljslivetextpreview.cpp
Loading
Please register or sign in to comment