Skip to content

Commit d2f541a

Browse files
committed
added icon for plugin template.
1 parent 4a7bb55 commit d2f541a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

7.0/plugins/Code editor/pyeditor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -882,9 +882,6 @@ def on_margin_clicked(self, nmargin, nline, modifiers):
882882

883883

884884

885-
886-
887-
888885
class MyWindow(QtWidgets.QMainWindow):
889886
'''
890887
we have to ask user for quiting so we can change back to root dir

README.MD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ PyQt4/or PyQt5 depends on ida pro version.
2626

2727
[Pyqt5 ida pro 7.0](https://www.techbliss.org/threads/ida-pro-7-0-pyqt5-total-package-by-storm-shadow.950/)
2828

29+
**PyQt5 for 7.2 is shipped within the package**
30+
2931
**IMPORTANT!
3032
you have to take Qt5Core.dll , Qt5Gui.dll, Qt5widgets.dll from PyQt5 package and overwrite the ones in ida pro 7.0 folder**
3133

@@ -63,9 +65,9 @@ or it wont work
6365
**Tip!**
6466
Use hit hotkey Alt+E twize to load the editor.
6567

66-
**Current Changelog 1.5**
68+
**Current Changelog 1.7**
6769
```
68-
Added Plugin manager
70+
Updatetet for ida pro 7.2
6971
```
7072

7173
**Hotkeys**

0 commit comments

Comments
 (0)