Commit graph

589 commits

Author SHA1 Message Date
Konloch
baaa2c0780 Translation Loading
Translations only need to be loaded by themselves now, English is the default on component creation
2021-07-08 02:33:03 -07:00
Konloch
7b724d00c2 Fix Korean 2021-07-08 02:32:09 -07:00
Konloch
342d60536b Verbose Fix 2021-07-08 02:24:28 -07:00
Konloch
9ab8ec7f8c More Command Line Options 2021-07-08 02:24:12 -07:00
Konloch
c4f77bd47b Translation Fix 2021-07-08 02:08:46 -07:00
Konloch
309f363cc5 Extended Translation 2021-07-08 01:56:36 -07:00
Konloch
0084e4c408 Translation Fix 2021-07-08 01:55:52 -07:00
Konloch
d651f43b62 Translated Component Fix
Components that lack base translations will overwrite with blank text, this preserves the default text until translation is applied
2021-07-08 01:53:08 -07:00
Konloch
dca90245e5 Better Plugin Integration
Instead of plugins running instantly you are given the option to edit them using the Plugin Writer
2021-07-08 01:50:57 -07:00
Konloch
42d914d7a6 English Fix 2021-07-08 01:36:44 -07:00
Konloch
8933a9a8c0 More Translations
Most components should be translated. All of the components that were hardcoded for English now work with translations.

All of the translations now include any missing translation keys.

Added translations for: Farsi, Finnish, Greek, Indonesian, Bengali, Italian, Korean,  Dutch, Polish, Swedish, Thai, Hebrew, Turkish, Ukrainian, Hungarian, Georgian, Javanese, Hausa, Swahili, Norwegian & Vietnamese
2021-07-08 01:22:39 -07:00
Konloch
27694a5ec6 Fixed Search Pane Selection Bug
This removes the scrollbar but fixes the selection bug caused by it
2021-07-07 17:53:57 -07:00
Konloch
c94ff17045 Extended BCV Default Size 2021-07-07 17:52:25 -07:00
Konloch
a4abb49d6a Better Console Printing 2021-07-07 16:49:06 -07:00
Konloch
f1b36e785f Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-07-07 15:06:52 -07:00
Kalen (Konloch) Kinloch
96a6b62a4d
Merge pull request #314 from ThexXTURBOXx/master
Updated translations
2021-07-07 13:54:00 -07:00
Nico Mexis
76d04bfe70
Update intro.german.html 2021-07-07 15:26:50 +02:00
Nico Mexis
fb3994f28b
Update src/main/resources/translations/html/intro.mandarin.html
Co-authored-by: Janmm14 <Janmm14@users.noreply.github.com>
2021-07-07 15:25:30 +02:00
Nico Mexis
e3fe393c55
Update src/main/resources/translations/html/intro.english.html
Co-authored-by: Janmm14 <Janmm14@users.noreply.github.com>
2021-07-07 15:25:22 +02:00
Nico Mexis
b2f3181f10 Updated German translation 2021-07-07 13:45:03 +02:00
Nico Mexis
8828d4a193 Added Discord Server link to intro 2021-07-07 13:44:51 +02:00
Konloch
820a086a93 More Translation Support 2021-07-07 03:39:29 -07:00
Konloch
29c816c13e Translations 2021-07-07 03:23:10 -07:00
Konloch
556c0ef1c8 Typo Fix 2021-07-07 02:01:53 -07:00
Konloch
bd636f2125 Translations & Better About Window 2021-07-07 02:00:14 -07:00
Konloch
f3c7c1881a Better Compiler Error Handling 2021-07-06 23:11:49 -07:00
Konloch
9af03cb465 DiskWriter Failsafe 2021-07-06 23:04:09 -07:00
Konloch
963e31408a Hotkeys After Startup
This fixes the bug with needing to click and wait for hotkeys to start working
2021-07-06 22:57:35 -07:00
Konloch
6af691edf9 Cleanup 2021-07-06 22:56:29 -07:00
Konloch
af26f2c257 CTRL + L Hotkey
Opens your last opened file. If there is a more well known global hotkey for this function it should be changed to that
2021-07-06 22:38:47 -07:00
Konloch
c60bcb3fb2 Discord Link Updated 2021-07-06 22:25:08 -07:00
Konloch
2dbcb8bb7d Cleanup 2021-07-06 21:45:39 -07:00
Konloch
c5b53be4b8 BCV API Change
This API change will break compatibility with most pre-existing plugins
2021-07-06 21:36:11 -07:00
Konloch
7eda960981 Dynamic Analysis Cleanup 2021-07-06 21:21:06 -07:00
Konloch
02115c4820 RCE Blocking Rename 2021-07-06 20:42:48 -07:00
Konloch
4af4764a71 ASM Resource Util 2021-07-06 20:41:49 -07:00
Konloch
33f524040b Global Hotkeys Cleanup 2021-07-06 20:07:55 -07:00
Konloch
99fde7156e Active Resource API Changes 2021-07-06 20:05:35 -07:00
Konloch
d6be70dfb2 Better Error Handling 2021-07-06 19:51:10 -07:00
Konloch
deb23d3dd3 Error Prompt Cleanup 2021-07-06 19:46:12 -07:00
Konloch
2a5977d980 Cleanup 2021-07-06 19:42:04 -07:00
Konloch
a0c466b813 Added BCV Discord Link 2021-07-06 18:25:32 -07:00
Konloch
b6689c916d Updated Error Logging
Thank you to everyone who sends in stacktraces! This is the start of making it easier on you guys 👍
2021-07-06 18:10:09 -07:00
Konloch
ea507f6833 Updated Welcome Message 2021-07-06 17:53:29 -07:00
Konloch
febdeba457 Updated Error Handling 2021-07-06 17:52:00 -07:00
Konloch
ec91bd08e8 API Cleanup 2021-07-06 17:23:34 -07:00
Konloch
de8cb5b4e7 Launch Args Cleanup 2021-07-06 16:54:20 -07:00
Konloch
0a4f234841 Thread Cleanup 2021-07-06 16:53:37 -07:00
Konloch
e2a8857499 Global Hotkeys Cleanup 2021-07-06 16:08:08 -07:00
Konloch
b99f6bf98a Busy Status Cleanup 2021-07-06 15:57:42 -07:00