Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from Konloch:master #67

Merged
merged 186 commits into from
Nov 18, 2024
Merged

[pull] master from Konloch:master #67

merged 186 commits into from
Nov 18, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 27, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Konloch and others added 30 commits September 26, 2024 03:41
…alog

Add xapk extension in SUPPORTED_FILE_EXTENSIONS
More of a pre-caution - if parsing fails we should still attempt to display the decompiled code. I've encountered a few errors and manually added them in, but I'm worried I missed one. To fix that I figure we just catch everything that isn't an IO Error.

IO-Errors are probably user related (lack of space, insufficient permissions, etc) - So these errors we should forward to the user, the rest we can silence for developer eyes
- We could now also add the popup menu on the tab itself if we want to instead of just the button.
This may introduce some visual startup delay - will need to profile with JS engines on the classpath
Due to the way the global variable is being created - this may introduce some visual startup delay - will need to profile with JS engines on the classpath
To make temporary plugins work with the BCV.getCurrentlyOpenedClassNode() API, we have to store the last active class viewer in memory

There is probably a better way of doing this, but the only code using these APIs are user plugins, so it shouldn't impact the rest of the program if we have a resource mismatch
Konloch and others added 29 commits October 3, 2024 22:51
[Parser] Add examples of what each visitor visits among other things
- Added 0.1s wait between opening class and registering "Go-To" caret event, hopefully fixes text area not scrolling to caret.
- Added/Re-added ability to open a field declaration in its owner class if the scope was a parameter or variable.
- Added 'field1.field2' where field2 is parsed also
- Added '::method' calls
…e class can be decompiled correctly, and we can parse it.
Inner classes and a few additions to the parser
@pull pull bot merged commit 5f8fd42 into Rune-Status:master Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants