Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #284

Closed
wants to merge 28 commits into from
Closed

Fixes #284

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dc2c70c
continue search on remaining files after error
psytester Jun 3, 2019
0ac78dc
solve TreeNode to DefaultMutableTreeNode type conversion error for op…
Aug 27, 2020
84edf18
Merge remote-tracking branch 'winprog/master'
ThexXTURBOXx Mar 26, 2021
82c1763
Merge remote-tracking branch 'psytester/patch-1'
ThexXTURBOXx Mar 26, 2021
560d2a7
Ignore IntelliJ files
ThexXTURBOXx Oct 8, 2021
7188afd
Update RSTA
ThexXTURBOXx Oct 8, 2021
5f63ab9
General cleanup
ThexXTURBOXx Oct 8, 2021
0723c49
RSTA only works on Java 8+
ThexXTURBOXx Oct 8, 2021
76584c1
Allow multi-file drop
ThexXTURBOXx Oct 8, 2021
5bad6aa
Fix classes on same path being open in different jars
ThexXTURBOXx Oct 8, 2021
1932ccb
Some more cleanup
ThexXTURBOXx Oct 8, 2021
667f7b3
Remove maxVersion attribute
ThexXTURBOXx Oct 8, 2021
71ba267
Java 8 refactor
ThexXTURBOXx Oct 9, 2021
617c5e1
Optimize imports
ThexXTURBOXx Oct 9, 2021
8514b88
Update procyon link
ThexXTURBOXx Oct 9, 2021
c3b95a1
Allow closing tabs via middle mouse button
ThexXTURBOXx Oct 9, 2021
09b2c04
Disable closing tabs via middle mouse button for now
ThexXTURBOXx Oct 9, 2021
fa559db
Fix resource leak
ThexXTURBOXx Oct 9, 2021
bd596b5
Fix rare crash
ThexXTURBOXx Oct 9, 2021
a8b7e4a
Ignore exception on shutdown
ThexXTURBOXx Oct 9, 2021
ff1ca19
Fix maximize expression
ThexXTURBOXx Oct 9, 2021
ecee126
Fix Regex with some workaround
ThexXTURBOXx Oct 9, 2021
589ed3c
Update dependencies
ThexXTURBOXx Jan 6, 2022
5b94825
Restructuring
ThexXTURBOXx Jan 7, 2022
ad14428
Add File Util
ThexXTURBOXx Jan 7, 2022
cbc8611
Update links
ThexXTURBOXx Jan 7, 2022
a0e44a9
Forgot it was 2022 already :)
ThexXTURBOXx Jan 7, 2022
be54495
Fix bug in some Java implementations
ThexXTURBOXx Jan 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
/target
/lib
/resources

# IntelliJ
.idea/
*.iml
64 changes: 32 additions & 32 deletions license.txt → LICENSE

Large diffs are not rendered by default.

24 changes: 15 additions & 9 deletions ReadMe.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,40 @@ Java Decompiler Gui for Procyon
Apache License, Version 2.0

[![Releases](https://img.shields.io/github/downloads/deathmarine/luyten/total.svg)](https://github.com/deathmarine/Luyten/releases)

## Compilation

*****

We use maven to handle our dependencies.

* Install [Maven 3](https://maven.apache.org/download.html)
* Install [Maven 3](https://maven.apache.org/download.cgi)
* Clone this repo and: `mvn clean install`

## Screenshot

![Screen](https://i.imgur.com/phc59W6.png)

### Downloads
[Releases](https://github.com/deathmarine/Luyten/releases/latest)

[Releases](https://github.com/deathmarine/Luyten/releases/latest)

### Bugs/Suggestions
[Issues](https://github.com/deathmarine/Luyten/issues)

[Issues](https://github.com/deathmarine/Luyten/issues)

## Powered by

## Powered by
*****

### Procyon
© 2015 Mike Strobel
[https://bitbucket.org/mstrobel/procyon/overview](https://bitbucket.org/mstrobel/procyon/overview)
[Apache License](https://github.com/deathmarine/Luyten/blob/master/src/distfiles/Procyon.License.txt)

© 2022 Mike Strobel
[https://github.com/mstrobel/procyon](https://github.com/mstrobel/procyon)
[Apache License](https://github.com/deathmarine/Luyten/blob/fixes/src/main/resources/distfiles/Procyon.License.txt)

### RSyntaxTextArea
© 2012 Robert Futrell

© 2022 Robert Futrell
[https://bobbylight.github.io/RSyntaxTextArea/](https://bobbylight.github.io/RSyntaxTextArea/)
[All Rights Reserved](https://github.com/deathmarine/Luyten/blob/master/src/distfiles/RSyntaxTextArea.License.txt)
[All Rights Reserved](https://github.com/deathmarine/Luyten/blob/fixes/src/main/resources/distfiles/RSyntaxTextArea.License.txt)
Loading