showcomments icon indicating copy to clipboard operation
showcomments copied to clipboard

IDA Pro plugin that shows the comments in a database

Results 7 showcomments issues
Sort by recently updated
recently updated
newest added

Subj. Pre and post comments

enhancement

Adding a filter box can filter the results as the filter box changes;in ida8.2

Added ablity to search through table and changed way that plugin jumps to selected address.

This switches to using a table model for the table combined with a QSortFilterProxyModel for nice filtering and adds support for anterior and posterior comments (extra comments). The table's also...

I am trying to search through the comments and it appears the search is not working: ![image](https://github.com/user-attachments/assets/943cde84-d277-4919-8307-268ac44379a0)

I modified you code a bit and added some filters. While not really 'only user comments' it does a good filtering job. I filter by phrases, exact phrases and remove...

Errors in "OnCreate", "Populate Form", "reset_and_populate", "headerData" AttributeError: Error calling Python override of QAbstractTableModel::headerData(): module 'PtQt5.QtCore' has no attribute 'QVariant' Please support this py version, this plugin is one of...

question