Commit Graph

1401 Commits

Author SHA1 Message Date
Konloch
02749d6913 Removed Unused Tab Code 2024-09-25 19:58:24 -06:00
Konloch
13a35b12a9
Merge pull request #497 from Bl3nd/master
Tabs and fix for splitpanes being reset during resize
2024-09-25 18:28:04 -07:00
Cody
1f92ccf4ab Merge/resolving conflicts. 2024-09-25 18:41:09 -06:00
Konloch
5f1e75c284
Merge pull request #513 from Bl3nd/go-to-enhancement
Token Parsing
2024-09-25 16:05:46 -07:00
Cody
06e6117175 Add ability to use 'CTRL' + LMB for go to action. 2024-09-23 21:59:51 -06:00
Cody
9a08a5f100 Token parsing updates.
- Fixed a few bugs
- Added methods and classes (highlighting and go-to)
2024-09-21 23:15:58 -06:00
Cody
7b7f8976ea Bug: Fixed imports with '.*'.
- Also added a resolver to help resolve classes within the jar.
2024-09-18 22:28:13 -06:00
Cody
00319e9537 Add a little documentation and rename a few variables for clarity. 2024-09-18 20:26:39 -06:00
Cody
e756324245 [Go-To] Move caret to requested field.
- Also added enum constant declarations to the token parser.
2024-09-16 18:22:15 -06:00
Konloch
77f84d9d39
Merge pull request #511 from ThexXTURBOXx/master
Update dependencies
2024-09-16 07:39:40 -07:00
Nico Mexis
db4c0823bc
Update dependencies 2024-09-15 15:37:44 +02:00
Cody
afeab95f0b Add ability to open an accessed fields parent class. 2024-09-12 18:42:35 -06:00
Cody
262a408c95 Add left padding to search panel buttons. 2024-09-09 22:28:04 -06:00
Cody
86bc66e0d4 Merge remote-tracking branch 'origin/go-to-enhancement' into go-to-enhancement 2024-09-07 19:22:30 -06:00
Cody
8dc70a581c Added the "Go-To" action to bring the caret to the variables declaration. Also:
- BUG: Tokens with only one character would not get shown if the caret was before the character
- ADD: Made the caret visible
2024-09-07 19:22:10 -06:00
Cody
7063e4f48e
Merge branch 'Konloch:master' into go-to-enhancement 2024-09-06 21:09:59 -06:00
Cody
a24c4c0fb6 Moved the search panel to its own panel.
- Fixes search panel glitch
- Fixes markers mismatching with scrollbar thumb.
2024-09-06 21:08:48 -06:00
Cody
850da2dc4f Add parameter and local field token markers. 2024-09-05 18:25:08 -06:00
Cody
db26cd2758 Start of token parsing. 2024-09-05 17:51:09 -06:00
Konloch
77faf4254e Java Docs Cleanup 2024-09-05 17:50:48 -06:00
Konloch
65d11ab47b General Refactoring 2024-08-21 11:42:46 -06:00
Konloch
761ef12bdb General Refactoring 2024-08-21 11:41:34 -06:00
Konloch
b1933d2760 File Copyright Header Update 2024-08-21 11:35:07 -06:00
Konloch
8875f96b97 Refactoring Style Test 2024-08-21 10:40:16 -06:00
Konloch
b5c87e4eef General Refactoring 2024-08-21 10:36:26 -06:00
Konloch
16c2eef1d9 Adjusted CLI Startup Banner 2024-08-21 10:28:03 -06:00
Konloch
4e433000eb General Refactoring 2024-08-21 10:06:21 -06:00
Konloch
22de1b06b7 Copyright Header Update 2024-08-21 09:59:25 -06:00
Konloch
d3c11307a1 General Refactoring 2024-08-21 09:52:37 -06:00
Konloch
eb09cebf04 Added FileHeaderUtils 2024-08-21 09:49:13 -06:00
Konloch
de433f6d84 Fix Thread.sleep Usage 2024-08-21 09:41:51 -06:00
Konloch
e138680d7c Remove Unused DelayTabbedPaneThread 2024-08-21 09:37:54 -06:00
Konloch
c02116fb56 Fix Overzealous Final Usage 2024-08-21 09:26:54 -06:00
Cody
bdad9c5187 Revert "Updated POM dependency versions."
This reverts commit 7de139f666.
2024-07-15 22:50:18 -06:00
Cody
2612d36214 Merge remote-tracking branch 'origin/master' 2024-07-15 21:22:19 -06:00
Cody
7de139f666 Updated POM dependency versions. 2024-07-15 21:21:11 -06:00
Cody
c07581dfdf
Merge branch 'Konloch:master' into master 2024-07-09 18:40:57 -06:00
Konloch
6f96b0d4f4
Merge pull request #501 from Bl3nd/bytecode-syntax
Added Java bytecode token highlighting.
2024-07-09 16:59:11 -07:00
Cody
73c82f90f1
Merge pull request #1 from Bl3nd/bytecode-syntax
Added Java bytecode token highlighting.
2024-07-09 17:38:18 -06:00
Cody
41e9db6fad Added Java bytecode token highlighting. 2024-07-09 17:15:44 -06:00
Cody
73128f04a0 Revert "Bytecode token highlighter."
This reverts commit cccca31d4b.
2024-07-09 16:41:32 -06:00
Cody
cccca31d4b Bytecode token highlighter. 2024-07-09 16:24:18 -06:00
Cody
14061e9f9f Merge remote-tracking branch 'origin/master' 2024-07-04 02:49:16 -06:00
Cody
d441bb973b Fix for issue #499. 2024-07-04 02:47:21 -06:00
Cody
a00a563bbd
Merge branch 'Konloch:master' into master 2024-04-22 09:52:23 -06:00
Cody
cdb6573ca4 Tabs: Include pane.remove into removeTab method. 2024-04-13 12:20:28 -06:00
Cody
f6bacdacef Tabs: Renamed CloseButtonComponent to a more suitable name and close button popup didn't remove the tab from the openedTabs array (which wouldn't allow that resource to be opened again). 2024-04-13 12:15:55 -06:00
Cody
6ef288f4c4 Clean up unused code in DraggableTabbedPane 2024-04-13 11:49:36 -06:00
Konloch
4399f0552d
Merge pull request #496 from Bl3nd/master
Font size spinner also updates opened tabs automatically now.
2024-04-12 23:49:22 -07:00
Konloch
43432646ce Fix Signature Hiding Next Line 2024-04-13 00:41:05 -06:00