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

Try to restore opened tabs on file reload #793

Merged
merged 2 commits into from
Dec 10, 2019
Merged

Try to restore opened tabs on file reload #793

merged 2 commits into from
Dec 10, 2019

Commits on Dec 10, 2019

  1. Add getRealFullName() to ClassNode and JavaClass and searchJavaClassB…

    …yRealName() to JadxWrapper
    
    Those methods is like getFullName() and searchJavaClassByClassName(), but for class names without aliases.
    It is necessary for renaming classes/methods/fields.
    S-trace committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    eb071b6 View commit details
    Browse the repository at this point in the history
  2. MainWindow: Try to restore open tabs on deobfuscation toggle

    Restore open tabs if possible when user toggles deobfuscation mode.
    Try to scroll to the position before toggling deobfuscation mode (may be not exact cause of the comments).
    S-trace committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    a7efe4b View commit details
    Browse the repository at this point in the history