1. 04 3月, 2021 1 次提交
    • S
      feat(gui): add code comments (#359) (PR #1127) · 4e5fac4b
      skylot 提交于
      * feat(gui): add code comments (#359)
      * refactor: replace instanceof search with method dispatch in RegionGen
      * fix: various bug fixes and improvements for code comments
      * fix(gui): support multiline code comments
      * fix: resolve code differences after class reload
      * fix(gui): add search for comments, allow search in active tab only
      * fix: correct search for inner classes
      * fix(gui): run full index on search dialog open
      4e5fac4b
  2. 03 3月, 2021 1 次提交
  3. 02 3月, 2021 1 次提交
  4. 24 2月, 2021 1 次提交
  5. 21 2月, 2021 2 次提交
    • S
      refactor: use interface for CodeWriter · b873c6ae
      Skylot 提交于
      Details:
      - add simple and annotated code writers to allow
         skip code annotations processing in jadx-cli and other places
      - add annotated code info to use only than needed
      - allow to set provider for codewriter in JadxArgs
      - add JadxArgs argument to constructor to allow change output
      - add cli option to insert debug line numbers as code comments
         (example for previous change)
      b873c6ae
    • S
      fix(gui): compact TabComponent labels and TabToolTip (#1120) (PR #1121) · 4835b1b8
      Surendrajat 提交于
      * Compact CodePanel labels and TabToolTip
      * Remove top padding from tab title
      4835b1b8
  6. 13 2月, 2021 3 次提交
  7. 06 2月, 2021 2 次提交
  8. 04 2月, 2021 1 次提交
  9. 03 2月, 2021 2 次提交
  10. 02 2月, 2021 2 次提交
  11. 31 1月, 2021 2 次提交
  12. 29 1月, 2021 1 次提交
  13. 28 1月, 2021 3 次提交
  14. 27 1月, 2021 2 次提交
  15. 25 1月, 2021 2 次提交
  16. 24 1月, 2021 1 次提交
  17. 23 1月, 2021 1 次提交
  18. 19 1月, 2021 1 次提交
  19. 15 1月, 2021 3 次提交
  20. 05 1月, 2021 1 次提交
  21. 03 1月, 2021 1 次提交
  22. 01 1月, 2021 2 次提交
  23. 31 12月, 2020 1 次提交
  24. 30 12月, 2020 1 次提交
    • G
      feat(gui): allow use regex in the search dialog (PR #1069) · 1b8b377f
      green9317 提交于
      * Implements the option to use Regex on the Search Dialog
      
      * Updated the way search works to pass a search settings class with options set rather than method arguments
      
      * Fixing style issues
      
      * Updating Style Fix
      
      * Cleaning code
      
      * Updating code to combine SearchSettings and Search Impl as well as efficiency improvements.
      
      * Fixing bug caused from moving code in the searchImpl class
      
      * Fixing a minor bug
      
      * adding style fixes
      1b8b377f
  25. 24 12月, 2020 2 次提交