Commit Graph

109 Commits

Author SHA1 Message Date
deathmarine
d4ba35dc41 Variable must be final 2017-03-27 07:58:08 -04:00
FisheyLP
00fa40b2d6 Update MainWindow.java 2017-03-23 16:46:36 +01:00
FisheyLP
f7ba91cb45 Update MainMenuBar.java 2017-03-23 16:43:40 +01:00
FisheyLP
d7ff282573 Update Model.java 2017-03-23 16:42:45 +01:00
FisheyLP
bdafe09a15 Made some variables and methods public 2017-03-23 16:42:09 +01:00
FisheyLP
4a839dac79 Added recent files menuitem, clear button and ctrl + w tab close
Ctrl + W also closes the current opened tab, if there is none opened, it closes the file. Clicking close in the menubar always closes the file.
2017-03-23 16:40:54 +01:00
FisheyLP
fe21c166ea loads/updates recent files list 2017-03-23 16:36:47 +01:00
FisheyLP
515c199a97 Added recent opened files handler
loads and saves the recent files list.
2017-03-23 16:34:36 +01:00
FisheyLP
eeb20e4f07 Added .yml file icon 2017-03-23 16:33:34 +01:00
FisheyLP
d01bd1ad7b Add files via upload 2017-03-23 16:32:06 +01:00
Deathmarine
b94f633fbc Merge pull request #62 from games647/enter
Open files in the navigation tree with ENTER too (Related to #27)
2016-12-19 08:01:05 -05:00
games647
dbc1dd8ba5
Open files in the navigation tree with ENTER too 2016-12-18 11:39:43 +01:00
deathmarine
372f9ef0af Autoformat Codebase, Changed from generic to proper serialization 2016-11-18 10:37:26 -05:00
deathmarine
e01206432c Perfectionism 2016-11-18 10:22:30 -05:00
deathmarine
890b0b740f Version Change v0.5.0 2016-11-18 08:29:46 -05:00
deathmarine
674ae0d133 Added Links and Updated the About dialog 2016-11-17 16:23:47 -05:00
deathmarine
8245759591 Fixes #58 Tab MouseListener Cancels Tab Change and Selection 2016-11-17 11:53:05 -05:00
deathmarine
15d23d82c5 Change how exceptions are handled. 2016-11-17 10:48:57 -05:00
deathmarine
40118fba2a Added debugging output, Gracefully Handle Decompiler Issues.
Addresses Issue #60
2016-11-17 09:12:06 -05:00
deathmarine
cb5d4eb8c2 Fix Inner Outer classes in FindAll. 2016-08-25 11:27:05 -04:00
deathmarine
88d78ca699 Version Change 2016-08-25 09:33:34 -04:00
deathmarine
5e41ff7957 Middle Mouse Button closes tab. Closes #23 2016-08-25 09:29:37 -04:00
deathmarine
7b355607eb Resolved issues with FindAll dialog.
Doubleclicking FindAll items decompiles.
2016-08-25 09:21:26 -04:00
deathmarine
f19b098c98 FindAll acts as a dialog box, restores focus. Closes #40
Interrupt FindAll search thread in progress address #52
2016-08-25 08:21:20 -04:00
deathmarine
64c26488d2 Renames *.java files found in a jar to *.src.java files when saving all
sources, retaining the originals and the decompiled source. Addresses
#56
2016-08-24 13:37:46 -04:00
deathmarine
2dfd16c2e8 Render Font for Name, Render Style for Type in FontChooser 2016-07-27 08:16:58 -04:00
deathmarine
c8fa30bc8c Version Changed, Update pom.xml 2016-07-26 14:33:58 -04:00
deathmarine
2dee06a2fc Fix Scrolling while Zooming,
Ctrl inhibits scroll functions in RScrollPane
Addresses #53
2016-07-26 14:16:34 -04:00
deathmarine
9290349011 Addresses #53 Adds Ctrl+Wheel text zoom, and FontChooser to RightClick
popup
2016-07-26 13:18:37 -04:00
deathmarine
92fae89c60 Added Classloader name dump for debug. Reference #40 2016-05-27 14:26:14 -04:00
deathmarine
16eb43a5c8 Add Version to OSX App Binary 2016-04-20 15:44:27 -04:00
Nathan Toone
8d8e514894 Download universalJavaApplicationStub from the original project location instead of maintaining a copy 2016-04-20 10:19:30 -06:00
Nathan Toone
c9b6938bbe Handle quitting of OS X application in a more "natural" way. 2016-04-13 16:07:48 -06:00
Nathan Toone
e66673e8b1 Build an OS X application
This uses the jarbundler plugin (https://github.com/UltraMixer/JarBundler) and universalJavaApplicationStub (https://github.com/tofi86/universalJavaApplicationStub) to generate and build an OS X application.  The application handles dropping of files onto it, as well as a more "OS X-like" menu bar, antialiasing, high resolution, etc.

The application is zipped up into a single "Luyten-OSX.zip" archive for easier distribution (since OS X .apps are actually directories)
2016-04-13 15:50:52 -06:00
Deathmarine
9992e054a1 Merge pull request #48 from toonetown/menu-shortcut-mask
Use the toolkit's getMenuShortcutKeyMask function instead of CTRL_MASK.
2016-04-12 16:06:35 -04:00
deathmarine
10c6405e8b Forgot to commit and push version change.
Closes #49
2016-04-12 15:58:19 -04:00
Nathan Toone
ca0c6664f8 Use the toolkit's getMenuShortcutKeyMask function instead of CTRL_MASK.
On OS X, the standard shortcut key is command instead of ctrl.  If you use the getMenuShortcutKeyMask function instead of ActionEvent.CTRL_MASK, then keyboard shortcuts will work as expected on OS X.
2016-04-11 15:01:54 -06:00
deathmarine
e754c6a43b Update ReadMe for Build instructions. 2016-01-07 14:40:23 -05:00
deathmarine
7ec6aee13d Adds Luyten Version to About, Closes #29 2016-01-06 13:49:02 -05:00
deathmarine
6e49935623 Update pom.xml to remove Assembly plugin for Shade plugin. 2016-01-05 13:52:28 -05:00
deathmarine
492b9820c4 Changes Version, Addresses Issue #46,
Modifies Theme Structure
2016-01-05 13:52:23 -05:00
dstmath
20eafd2a52 Update Luyten for Procyon 2015-12-28 14:22:54 -05:00
Deathmarine
bd8fe23960 Merge pull request #36 from virustotalop/master
Fixed filesaver not saving non-java files
2015-05-27 19:08:14 -04:00
virustotalop
b9bb2f54d0 Fixed filesaver not saving non-java files 2015-05-19 22:45:05 -07:00
Deathmarine
872186aef9 Update ReadMe.md 2015-03-19 10:19:04 -04:00
deathmarine
85db51db5b Closes #31 - FileChooser not accepting Directorys 2015-02-23 23:31:38 -05:00
deathmarine
80bd8d0591 Better launch4j plugin... 2015-02-23 23:25:00 -05:00
deathmarine
5419968642 Updated pom / Commented external jar reference / Removed unnessecary
included target
2015-02-09 10:33:42 -05:00
zerdei
15a9ee1b22 Enable Unicode Replacement fixed (it went wrong because of hyperlinks
merge)
2015-02-08 11:22:41 +01:00
zerdei
f2153b295c Merge branch 'hyperlinks' 2015-02-08 10:51:25 +01:00