An Open Source Java Decompiler Gui for Procyon
Go to file
Vladimir Sitnikov eade1865d9 Fix text zoom when high-precision scrolling input is used
Touchpad / MagicMouse provide high-precision scrolling events,
and getWheelRotation() often turns out to be 0
Just ignore the events for now since proper handling of high precision is complicated

see 21c99af7c7/bin/idea.properties (L133-L156)
2018-07-02 23:27:39 +03:00
src Fix text zoom when high-precision scrolling input is used 2018-07-02 23:27:39 +03:00
.gitignore Addresses #53 Adds Ctrl+Wheel text zoom, and FontChooser to RightClick 2016-07-26 13:18:37 -04:00
license.txt Addresses #53 Adds Ctrl+Wheel text zoom, and FontChooser to RightClick 2016-07-26 13:18:37 -04:00
luyten.ico Addresses #53 Adds Ctrl+Wheel text zoom, and FontChooser to RightClick 2016-07-26 13:18:37 -04:00
pom.xml Store Font Size in Preferences. 2018-06-05 15:49:47 -04:00
ReadMe.md Update ReadMe.md 2018-05-22 16:07:30 -04:00

Luyten

One of the Best
Java Decompiler Gui for Procyon
Apache License, Version 2.0

Releases

Compilation


We use maven to handle our dependencies.

  • Install Maven 3
  • Clone this repo and: mvn clean install

Screenshot

Screen

Downloads

Releases

Bugs/Suggestions

Issues

Powered by


Procyon

© 2015 Mike Strobel
https://bitbucket.org/mstrobel/procyon/overview
Apache License

RSyntaxTextArea

© 2012 Robert Futrell
http://fifesoft.com/rsyntaxtextarea/
All Rights Reserved