Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ReClassNET
/
ReClass.NET
Public
Notifications
You must be signed in to change notification settings
Fork
403
Star
2.2k
Code
Issues
71
Pull requests
12
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Various Quality of Life features
- #262
#262
Open
FransBouma
wants to merge 10 commits into
ReClassNET:master
ReClassNET/ReClass.NET:master
from
FransBouma:master
FransBouma/ReClass.NET:master
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Various Quality of Life features
#262
FransBouma
wants to merge 10 commits into
ReClassNET:master
ReClassNET/ReClass.NET:master
from
FransBouma:master
FransBouma/ReClass.NET:master
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2023
Added alt-shortcuts to main context menu
FransBouma
committed
05c13a1
View commit details
Copy full SHA for 05c13a1
Browse repository at this point
Defined various shortcut keys on the node type menu items. Changed toolbar button to toolbar menu item so it can have a shortcut too.
FransBouma
committed
e3660a7
View commit details
Copy full SHA for e3660a7
Browse repository at this point
Moved ReadFromBuffer to MemoryBuffer where it belongs, and it's now usable from different nodes. Changed VTable node so it always displays the RTTI information if available.
FransBouma
committed
4d3ac22
View commit details
Copy full SHA for 4d3ac22
Browse repository at this point
Redefined some kb shortcuts, as ctrl-shift-c/v aren't used elsewhere
FransBouma
committed
4d2f079
View commit details
Copy full SHA for 4d2f079
Browse repository at this point
Added a way to name a class after RTTI information associated with the class. This required some hairy work in a lot of places as the context menu wasn't usable on nested classes. It now is
FransBouma
committed
208454e
View commit details
Copy full SHA for 208454e
Browse repository at this point
Changed 'Auto-name' into 'Init from RTTI' and it now also inits the vtable pointer automatically.
FransBouma
committed
b61edca
View commit details
Copy full SHA for b61edca
Browse repository at this point
Removed alt-key shortcuts from context menu as they can't be viewed anyway
FransBouma
committed
68b44d5
View commit details
Copy full SHA for 68b44d5
Browse repository at this point
Commits on Jul 4, 2023
Added a toolstrip button for Init class from RTTI so the shortcut works without opening the menu. Made the window a bit wider (was too small already) so all toolbar buttons are visible
FransBouma
committed
c831f9b
View commit details
Copy full SHA for c831f9b
Browse repository at this point
Marked Init class from RTTI toolbar button as 'Overflow as needed' so it gets removed when the window is too narrow
FransBouma
committed
dc5225e
View commit details
Copy full SHA for dc5225e
Browse repository at this point
Removed 2nd empty lines when introduced, added 32bit version of ReadFromBuffer to MemoryBuffer, have refactored Hex32Node to use this method instead, have removed unnecessary braces and brackets.
FransBouma
committed
aa8a857
View commit details
Copy full SHA for aa8a857
Browse repository at this point
You can’t perform that action at this time.