java-decompiler / jd-gui

A standalone Java Decompiler GUI
GNU General Public License v3.0
13.97k stars 2.38k forks source link

CTRL - L wont work #403

Open WIPService opened 2 years ago

WIPService commented 2 years ago

Using CTRL - L i would be able to jump to a source code line - which is shown on the left side. It does not work as expected.

Example: I have a Big file with 3216 lines of code. If i copy all code to a text editor i get 1594 lines. If i press CTRL-L i get a suggestion Enter line number (1..1592) If i enter 1592 i jump to line 1588 (source code line)