summaryrefslogtreecommitdiff
path: root/enigma-swing/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-03Abstract out common code between ConnectToServerDialog and CreateServerDialogGravatar 2xsaiko3-146/+142
2020-06-03Improve CreateServerDialogGravatar 2xsaiko2-37/+115
2020-06-03Extend validation systemGravatar 2xsaiko2-99/+21
2020-06-03Prepare for allowing error messages in VerifiableTextFieldGravatar 2xsaiko2-7/+29
2020-06-03Improve connect dialogGravatar 2xsaiko3-51/+175
2020-06-03Fix 'Save Mappings' entry missing from the menu and ctrl+s not workingGravatar 2xsaiko1-0/+1
2020-06-03Editor tabs (#238)Gravatar 2xsaiko29-1043/+2195
* Split into modules * Add validation utils from patch-1 branch * Tabs, iteration 1 * Delete RefreshMode * Load initial code asynchronously * Formatting * Don't do anything when close() gets called multiple times * Add scroll pane to editor * Fix getActiveEditor() * Rename components to more descriptive editorScrollPanes * Move ClassHandle and related types out of gui package * Fix tab title bar and other files not updating when changing mappings * Fix compilation errors * Start adding renaming functionality to new panel * Scale validation error marker * Make most user input validation use ValidationContext * Fix line numbers not displaying * Move CodeReader.navigateToToken into PanelEditor * Add close button on tabs * Remove TODO, it's fast enough * Remove JS script action for 2 seconds faster startup * Add comment on why the action is removed * ClassHandle/ClassHandleProvider documentation * Fix language file formatting * Bulk tab closing operations * Fix crash when renaming class and not connected to server * Fix caret jumping to the end of the file when opening * Increase identifier panel size * Make popup menu text translatable * Fix formatting * Fix compilation issues * CovertTextField -> ConvertingTextField * Retain formatting using spaces * Add de_de.json * Better decompilation error handling * Fix some caret related NPEs * Localization * Close editor on classhandle delete & fix onInvalidate not running on the Swing thread * Fix crash when trying to close a tab from onDeleted class handle listener Co-authored-by: Runemoro <runemoro1@gmail.com>
2020-06-03Refactor MenuBar (#251)Gravatar 2xsaiko2-352/+337
* Make MenuBar not suck * Remove unneeded generated menu item lists
2020-06-03Split GUI code to separate module (#242)Gravatar Runemoro52-0/+6209
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>