Skip to content

Commit df392bf

Browse files
committed
Ida Pro 7.0 Added Plgin manager
1 parent c9deba3 commit df392bf

File tree

13 files changed

+5069
-33
lines changed

13 files changed

+5069
-33
lines changed

6.8/plugins/Code editor/icons/icon4.py

Lines changed: 335 additions & 0 deletions
Large diffs are not rendered by default.

6.95/plugins/Code editor/icons/icon4.py

Lines changed: 335 additions & 0 deletions
Large diffs are not rendered by default.

6.95/plugins/Code editor/pyeditor.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,12 +492,12 @@ def closeEvent(self, event):
492492
if __name__ == '__main__':
493493
import sys
494494

495-
#app = QtWidgets.QApplication.instance() # enable for usage outside
496-
#if not app: # enable for usage outside
497-
#app = QtWidgets.QApplication([]) # enable for usage outside
495+
app = QtWidgets.QApplication.instance() # enable for usage outside
496+
if not app: # enable for usage outside
497+
app = QtWidgets.QApplication([]) # enable for usage outside
498498
MainWindow = MyWindow()
499499
ui = Ui_MainWindow()
500500
ui.setupUi(MainWindow)
501501
MainWindow.resize(1000, 600)
502502
MainWindow.show()
503-
#app.exec_()
503+
app.exec_()

7.0/Add to PyQt5 folder/Qsci.dll

1.02 MB
Binary file not shown.

7.0/Add to PyQt5 folder/Qsci.pyd

1.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)