Commit Graph

1106 Commits

Author SHA1 Message Date
Konloch 15df6abfc9 Tabbed Windows
This gives the option to open all of the window dialogs as tabbed resources. The plugin writer and plugin console tab could be merged into a single pane at a later date. The error dialog might be over-kill and should remain an external window.

This is mostly an experiment for better UIs, because of this everything is optional and can be turned off within the configuration class
2021-07-23 15:12:53 -07:00
Konloch 582dccdb96 Translation Fixes 2021-07-23 10:02:34 -07:00
Konloch 4620507918 Version Downgrade
v2.11.0 will be introduced once v2.10.x is stable, hopefully v2.10.15 will be the last patch
2021-07-23 09:47:45 -07:00
Konloch 2583c95248 More Translations
I had to manually correct a few things so expect issues with this batch. These translations contain template variables which caused formatting issues for some of the translators.
2021-07-23 09:46:52 -07:00
Konloch 05e69c5bb8 Error Log Translations 2021-07-23 09:20:23 -07:00
Konloch 23d6e64a66 Typo 2021-07-22 22:17:20 -07:00
Konloch 08e129b470 Fixes #333
A work around for the SettingsDialog menu being null
2021-07-22 22:10:53 -07:00
Konloch 6d3a383c96 Cleanup 2021-07-21 16:21:45 -07:00
Konloch 52927e678f Update Check Fallback 2021-07-21 16:19:27 -07:00
Konloch b26c407306 Renamed Pom Artifact ID
Updated to Bytecode-Viewer to ease jar packaging
2021-07-21 15:57:02 -07:00
Konloch a4cf3a2337 Version Prompt 2021-07-21 15:55:42 -07:00
Konloch 8fa494ada6 Force Prompt Update 2021-07-21 15:54:28 -07:00
Konloch ce015c4f50 Fix Version Check 2021-07-21 15:54:17 -07:00
Konloch 0c629833dd Code Cleanup 2021-07-21 15:28:48 -07:00
Konloch 55d071af32 Reverted DarkLAF
On AdoptJDK8 jLabel component text is pixelated, reverting the library fixes it
2021-07-21 15:26:36 -07:00
Konloch 96935050fb
Merge pull request #331 from ThexXTURBOXx/fixes
Some more stuff again
2021-07-21 14:59:48 -07:00
Nico Mexis 859a60f059
Add more translations 2021-07-21 23:47:41 +02:00
Nico Mexis da06975535
Merge remote-tracking branch 'origin/master' into fixes 2021-07-21 23:32:07 +02:00
Nico Mexis b72d47bef9
Document Hex Editor better 2021-07-21 23:31:05 +02:00
Konloch b42f555cfd README Update 2021-07-21 14:26:31 -07:00
Konloch 42feadc630 Translations 2021-07-21 14:26:22 -07:00
Nico Mexis fa85fd7479
Better Hex Editor in Dark Mode 2021-07-21 23:20:42 +02:00
Nico Mexis 06d07959bb
Update SLF4J 2021-07-21 23:10:27 +02:00
Nico Mexis dbb77c7997
Fix jawt.dll error
Temporary solution -> Again: Wait until 2.6.2 is released
2021-07-21 23:08:16 +02:00
Nico Mexis a67d8012c2
Revert German translation back 2021-07-21 23:07:48 +02:00
Konloch 561f0ce99c v2.11.0 2021-07-21 13:12:14 -07:00
Konloch a7fe68e801 Fixed Refresh Button Lock 2021-07-21 13:11:46 -07:00
Konloch e63676e92a Repackaging 2021-07-21 12:55:20 -07:00
Konloch d8c88b18d1 Refactored The Version Checker
Now the version checker supports downloading for every single BCV release
2021-07-21 12:55:03 -07:00
Konloch 7b227bb10e Better About Draft
Still a work in progress. Formatting for the pre tag is broken and should be replaced with something else
2021-07-21 11:17:43 -07:00
Konloch 84d3b36454 Fixed Versioning
The downloader is still broken and seems to have issues with the entire v2.10.x line so any version prompt cannot happen till everyone is on v2.11.x or it will just be a remote error

that also means the downloader needs to be fixed for v2.11.0
2021-07-21 10:47:56 -07:00
Konloch 7056c0bd40 Reload Resource Fix
This fixes the resources being added twice but introduced a new bug, now reload resources resets the resource list.

A better solution would be to preserve the original list, then add or remove anything new that was found, while updating the byte[] and ClassNodes of the existing resource containers
2021-07-21 10:05:05 -07:00
Konloch 7819fe6575 Removed Duplicate File Filters 2021-07-21 09:52:01 -07:00
Konloch 296227360a Translations & Cleanup 2021-07-21 09:20:25 -07:00
Konloch 0898588be6 More Translations 2021-07-21 09:06:00 -07:00
Konloch 87ff4bd291 Better Translation Error Information 2021-07-21 08:29:45 -07:00
Konloch 0203a13472 Code Cleanup
Translation errors are now silenced unless developer mode is enabled
2021-07-21 08:20:38 -07:00
Konloch e3d16031b8 Visual Bug Fix
Language and CFR settings dialog display the bug best
2021-07-21 07:58:23 -07:00
Konloch 173b1937ff Zoomable Exception UI
This also provides support for the global font setting
2021-07-21 07:50:09 -07:00
Konloch eeaafa48eb Comments & Constants Cleanup 2021-07-21 07:44:25 -07:00
Konloch ed709b07e2 Code Cleanup 2021-07-21 07:28:37 -07:00
Konloch c07185a3fc Developer Mode
If the maven version can't be found, assume developer mode
2021-07-21 07:28:30 -07:00
Konloch d9bf1dedb8 Fix Resources Opening Twice
This may need to be re-added if anyone notices this removed functionality
2021-07-21 07:19:37 -07:00
Konloch 30385ee7f1 Prevent No View From Opening 2021-07-21 07:18:33 -07:00
Konloch 69c751372a More Translations 2021-07-21 07:06:51 -07:00
Konloch aa46334396 Translation Cleanup
This provides more clear documentation on the translation keys and updates the naming to reflect the current codebase
2021-07-21 06:54:29 -07:00
Konloch f22002e529 Graal.JS Update
Disabled Graal.JS dependency, re-add the library at any time for Graal.JS Support
2021-07-21 06:29:51 -07:00
Konloch 479e884a06 Fallback For No JS Engine 2021-07-21 06:28:07 -07:00
Konloch 3fc02c46fa Better Tab Fallback Names
If the active resource cannot be found (Plugin Console created outside of execution function) - Name the tabs in numerical order of the resources processed
2021-07-21 06:25:59 -07:00
Konloch 0729da39f3 JS API Update
Build the plugin console inside of the execute function. This allows the tab name to update correctly based on the resource being processed. (It will fallback without correct tab names if not)
2021-07-21 06:22:22 -07:00