diff options
| author | 2016-08-14 15:58:58 +0200 | |
|---|---|---|
| committer | 2016-08-14 15:58:58 +0200 | |
| commit | 0bc78d57a860789efa2c5af1fd2600f09332e78e (patch) | |
| tree | 48cfd1e68a5cb7eb55b4ee0ae9a66b87af4b23c2 /src/main/java/cuchaz/enigma/Main.java | |
| parent | Reverse scan of superclasses to find the first definition of method signature... (diff) | |
| download | enigma-fork-0bc78d57a860789efa2c5af1fd2600f09332e78e.tar.gz enigma-fork-0bc78d57a860789efa2c5af1fd2600f09332e78e.tar.xz enigma-fork-0bc78d57a860789efa2c5af1fd2600f09332e78e.zip | |
Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with generics...
Diffstat (limited to 'src/main/java/cuchaz/enigma/Main.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/Main.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/Main.java b/src/main/java/cuchaz/enigma/Main.java index c141982..89ba223 100644 --- a/src/main/java/cuchaz/enigma/Main.java +++ b/src/main/java/cuchaz/enigma/Main.java | |||
| @@ -16,6 +16,7 @@ import java.util.jar.JarFile; | |||
| 16 | import javax.swing.UIManager; | 16 | import javax.swing.UIManager; |
| 17 | 17 | ||
| 18 | import cuchaz.enigma.gui.Gui; | 18 | import cuchaz.enigma.gui.Gui; |
| 19 | import cuchaz.enigma.mapping.ClassEntry; | ||
| 19 | 20 | ||
| 20 | public class Main { | 21 | public class Main { |
| 21 | 22 | ||
| @@ -32,7 +33,7 @@ public class Main { | |||
| 32 | } | 33 | } |
| 33 | 34 | ||
| 34 | // DEBUG | 35 | // DEBUG |
| 35 | //gui.getController().openDeclaration(new ClassEntry("none/bxq")); | 36 | gui.getController().openDeclaration(new ClassEntry("none/asj")); |
| 36 | } | 37 | } |
| 37 | 38 | ||
| 38 | private static File getFile(String path) { | 39 | private static File getFile(String path) { |