alexander-hanel / msdocsviewer

msdocsviewer is a simple tool that parses Microsoft's win32 API and driver documentation to be used within IDA.
148 stars 14 forks source link

'QTextEdit' object has no attribute 'setMarkdown' #3

Closed scuzhangzhang closed 9 months ago

scuzhangzhang commented 10 months ago

i have already modified this function
def OnClose(self, form): """ Called when the widget is closed """ global frm global started del frm started = False Then, Failed while executing plugin_t.run(): Traceback (most recent call last): File "h:/tools/IDA 7.6/IDA Pro 7.6/plugins/msdocviewida.py", line 110, in run frm.load_markdown() File "h:/tools/IDA 7.6/IDA Pro 7.6/plugins/msdocviewida.py", line 73, in load_markdown self.markdown_viewer.setMarkdown(api_markdown) AttributeError: 'QTextEdit' object has no attribute 'setMarkdown'

alexander-hanel commented 10 months ago

Hello, I can not replicate this issue. I believe it has to do with the previous #2 closed issue. Please re pull the repo and try again. If you have the error again, please post the steps you took so i can reproduce it.