-
Notifications
You must be signed in to change notification settings - Fork 105
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
Allow disabling symbol resolution for some modules #112
Conversation
@CyberShadow need Your help :) |
I can't test it but the diff looks good. Actually I would suggest to simplify it a little. The module list can just be a hidden option (and stored together with all options), for example as a string separated by |
What do you need help with, does it not work for you? |
@CyberShadow Can it be merged, or do I need to make changes? |
I can merge this as is. But just so we understand each other...
|
@CyberShadow as need for project owner:) but I don't know how to add command line parser, it works for me as is, but you can improve it if needed |
I don't think we need a command line parser. My idea was to replace the file reading with Also it would be nice to have a menu option (e.g. in the right-click menu) to toggle symbol resolution in the selected function's module, that would allow removing all other GUI for the option (so no changes in the options dialog window). Does that make sense to you? |
First I tried to add 'ignore module' to context menu, but it not works, I think because is not reloaded ? (I just don't know how to works code in this tool) In this PR i just added read file beforce profile started. Yes I think it can be easy replaced to string::split without problems but I removed project from HDD ) You can do it without me...) I'm leaving this PR! |
OK, thanks! I will have a closer look at this when I'm home and have access to my Windows development VM. |
@CyberShadow ........ |
I forgor 💀 |
#109