skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.3k stars 4.84k forks source link

Comment text box not shown #2155

Open exp0l0zzz opened 5 months ago

exp0l0zzz commented 5 months ago
image

There is no way to write comment

skylot commented 5 months ago

@exp0l0zzz can you try to resize window to increase height? Looks like comment text box don't have enough space to show. I will try to fix this dialog layout.

exp0l0zzz commented 5 months ago
image

我怎么删除这个注释?没看到按钮。这是在反编译里

skylot commented 5 months ago

How do I delete this comment? I don't see the button

Comment dialog have a remove button, so you need to open dialog again to remove comment :slightly_smiling_face:

exp0l0zzz commented 5 months ago

我看到了,但是我觉得这个地方应该有所改进,我一开始有点糊涂,原来是重新点击 添加注释 按钮 才会出来

skylot commented 5 months ago

I saw it, but I think this place should be improved. I was a little confused at first. It turns out that it only comes out when I click the Add Comment button again.

I agree, "Add comment" to edit/remove is very misleading. Not sure how better to improve this. Maybe I will change menu entry to "Edit comment" if comment already added.