Main Menus:
1) Save Button: To Save changes.
2) Copy Button: To Copy selected string to clipboard.
3) Paste Button: To Paste the content from clipboard.
4) Search Button: To show or hide Search panel.
5) More Button: To show More menu options.
6) “HTML”: To show the content as HTML file (readonly).
7) “Color Pad”: To show the Color Pad dialog, to help use get a proper color.
8) “Code Snippet”: To show Code Snippet dialog. Only available when smali file is opened.
9) “Delete Lines”: To delete some lines. A dialog will appear when clicked, and then we can input “From Line NO.” and “To Line NO.” to delete those lines.
10) “Comment Lines”: To comment or uncomment some lines. Only available when smali file is opened.
11) “Settings”: To show Editor Settings.
12) “Help”: To show this Help document.
Search Panel:
1) Input for Find String.
2) Input for Replace String.
3) Regex Toggle Button.
4) Case Insensitive Toggle Button.
5) Input for Line Number.
6) Go Button: When line number is set, then go to that line. Otherwise insert a ‘\n’ character, like enter button is pressed.
7) Find Button.
8) Replace Button: Just replace current occurrence.
9) Replace All Button: Replace all occurrences in current document.