Releases: UnitySuperEditor/SuperEditor
Releases · UnitySuperEditor/SuperEditor
v2.0.2
SuperEditor 2.0.2
Changes
- Super Favorites adds a text prompt in the middle for a better new-user experience
Bug Fixes
- Fix Super Favorites drag error in Unity 2021.2 or later
- Fix the bad experience of reference window in Super Editor 2.x and simplified up and down key shortcuts to jump quickly
- Fix an error in automatic update detection when downloading is not complete
v2.0.1
SuperEditor 2.0.1
Features
- Go to line window adds display line number, unified Mac/Windows/Linux shortcuts, optimize user experience
Changes
- Old Mode takes the traditional Unity workflow mode of double-clicking the script to open the external IDE and only upgrades Unity Inspector's display
- Super Hierarchy displays only components by default
Bug Fixes
- Fix redundant preview effects for multiple file selections
v2.0.0 New Workflow
SuperEditor 2.0.0
Features
- Create a brand-new workflow - Quick Mode that avoids the problem of too many Windows and greatly improves the user experience. This mode is inspired by Roblox Studio's built-in IDE and Xcode, No double click, just one click.
- You can switch between Quick Mode and Old Mode with one click in Settings
Changes
- Readd the Close Tabs to the Right method, and partially simplified it
- Internal architecture adjustment and code optimization
v1.8.4
SuperEditor 1.8.4
Features
- Super Hierarchy adds the ContextMenu for the icon component by right-clicking it
Changes
- Reduce the max size of the tooltip to avoid excessively large Windows
- Remove gaps in the code prompt scroll bar to improve aesthetics
- Change “Window/Super Editor/Reset to Factory Settings” Menu Function, The SuperEditor theme preference in editorPref will be removed,By default, Unity Light theme corresponds to Super Editor Xcode theme and Unity Dark theme corresponds to Super Editor Visual Studio Dark theme
Bug Fixes
- Fix tooltip misplacement when code prompts were reversed
- Fix tooltip pressing up and down keys to see overloaded function descriptions disappear
- Fix code template function index overflow
- Fix Ctrl/Cmd + S shortcut key failure when search bar is selected
v1.8.3
v1.8.2
SuperEditor 1.8.2
Bug Fixes
- Fix shortcut key failure when mouse click on List Tooltip
- Fix an issue where the lower edge of the Inspector-View not responding
- Fix delegate void type tooltip show unknown type
v1.8.1
SuperEditor 1.8.1
Changes
- Optimize the interface of the Reference Window and redesign the buttons to be more concise
- Optimize automatic download and analysis of XML document experience, super Editor will automatically display after downloading
- Optimize Inspector-view presentation
Bug Fixes
- Fix array index out of range exception
- Fix an issue where tooltip automatic identification ignored attributes
v1.7.1
SuperEditor 1.7.1
Features
- Support System, System.IO, System.Reflection, System.Xml, Sytem.Collections namespace classes and interfaces and functions etc for use description
- Now you can automatically update with one click, redesign the Check for Updates panel
Changes
- Optimize the speed of displaying component names in the Hierarchy enhancement
- Adjust the description of some dialog boxes
Bug Fixes
- Fix missing tooltips for some common Unity classes and structs (e.g. Vector3)
v1.7.0
SuperEditor 1.7.0
Changes
- Internal code structure optimization and refactoring, for the advancement of the industry, Super Editor and Super Editor Pro are merged, all functions are now free to use
- Part of the icon resolution adjustment
Bug Fixes
- Fix a long-standing bug from 1.0 to 1.6.1 that caused icons to disappear when loading new scene, I'm really sorry that I didn't send this bug until now
v1.6.1
SuperEditor 1.6.1
Features
- Add the Enable Inspector View feature (Pro only)
- Add a new option to hide Namespace. The default option is enabled to make the interface more concise. You can customize whether to display the namespace
- Add the Auto Refresh linkage mode. If Auto Refresh is not enabled, saving code will not compile immediately
Changes
- Rewrite the SearchField in the toolbar to look the same as the Built-in SearchField in the Unity Editor
- Add the Write a Review option
- Set the minimum size of the code window to avoid abnormal display
Bug Fixes
- Fix the NullReference exception when a Namespace was deleted
- Fix an issue where the indexer code navigation bar was displayed abnormally
- Correct some spelling mistakes