Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: have a config file to enable/disable plugins when (re)loading #2

Closed
saidelike opened this issue Jun 5, 2020 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@saidelike
Copy link
Contributor

Atm some plugins are activated by default in the repo but it may not fit some other people needs so it means everyone has to manually disable the plugins he needs in the source code.

Another way of doing it would be to have a config file that dictates what plugins should be enabled by default when loading/reloading them, and that would dictates how it should behave.

@patois
Copy link
Owner

patois commented Jun 5, 2020

Thank you, I do like the idea and I've had it in mind as well but not prioritized. Probably going to copy-paste similar code I've used in another project at some point (xray: https://github.com/patois/xray/blob/94082906dbaf2be4387ccabfef2904e5767010f6/xray.py#L173).

@patois patois added the enhancement New feature or request label Jun 5, 2020
patois added a commit that referenced this issue Jun 6, 2020
implement config file
@patois
Copy link
Owner

patois commented Jun 6, 2020

Implemented with commit 90862e1

@patois patois closed this as completed Jun 6, 2020
patois added a commit that referenced this issue Jan 6, 2022
This plugin/filter highlights a decompiler view's citems that correspond to the current line ("screen ea") of a disassembly view.
It uses the "Extra line background overlay #2" color from IDA's color options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants