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

The Big Overhaul #292

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 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
bf3be93
Update to Procyon snapshot
ThexXTURBOXx Jan 7, 2022
d76bef5
Fix crash when immediately closing Luyten after start
ThexXTURBOXx Jan 8, 2022
1ae6d65
Add CLI
ThexXTURBOXx Jan 8, 2022
430d0e8
Merge branch 'main' into snapshot
ThexXTURBOXx Jan 8, 2022
5a75586
Fix crash when opening folder
ThexXTURBOXx Jan 8, 2022
6cbcd19
Merge branch 'main' into snapshot
ThexXTURBOXx Jan 8, 2022
d6869dc
Change launch4j type to console
ThexXTURBOXx Jan 8, 2022
9aca533
Merge branch 'main' into snapshot
ThexXTURBOXx Jan 8, 2022
af06b5e
Update RSTA
ThexXTURBOXx Jan 9, 2022
8e721ff
Merge branch 'main' into snapshot
ThexXTURBOXx Jan 9, 2022
80b4440
Oops, links are broken
ThexXTURBOXx Jan 10, 2022
5aaffeb
Merge branch 'main' into snapshot
ThexXTURBOXx Jan 10, 2022
04a74dd
Update dependencies
ThexXTURBOXx Feb 19, 2022
81a4812
Update Procyon to 0.6 stable
ThexXTURBOXx Feb 25, 2022
d545a57
Merge branch 'snapshot' into main
ThexXTURBOXx Feb 25, 2022
97539ef
Bump version
ThexXTURBOXx Mar 9, 2022
55dc661
Update RSyntaxTextArea
ThexXTURBOXx Mar 14, 2022
9c6f880
Fix hyperlinks
ThexXTURBOXx Apr 6, 2022
54eb839
Update Maven plugins
ThexXTURBOXx Sep 14, 2022
ba12901
Update RSTA and remove workaround for hyperlinks
ThexXTURBOXx Sep 26, 2022
23520e1
Update copyrights
ThexXTURBOXx Jan 17, 2023
7fe65ac
Update Launch4J
ThexXTURBOXx Jan 17, 2023
26790c2
Update RSTA and other Maven plugins
ThexXTURBOXx Jan 17, 2023
541940e
Bump version
ThexXTURBOXx Jan 17, 2023
35a5419
Update dependencies
ThexXTURBOXx Apr 15, 2023
01b9c8f
Fix index handling
ThexXTURBOXx Apr 15, 2023
5a785bb
Better Java detection
ThexXTURBOXx Apr 15, 2023
32f5838
Bump version
ThexXTURBOXx Apr 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
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.

30 changes: 21 additions & 9 deletions ReadMe.md → README.md
Expand Up @@ -5,34 +5,46 @@ 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)

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

### PicoCLI

© 2023 Remko Popma
[https://picocli.info/](https://picocli.info/)
[Apache License](https://github.com/deathmarine/Luyten/blob/master/src/main/resources/licenses/PicoCLI.License.txt)

### RSyntaxTextArea
© 2012 Robert Futrell

© 2023 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/master/src/main/resources/licenses/RSyntaxTextArea.License.txt)