Skip to content

Releases: UnitySuperEditor/SuperEditor

v2.0.2

04 May 05:01
5eba719
Compare
Choose a tag to compare

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

21 Mar 09:24
7ed23c7
Compare
Choose a tag to compare

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

15 Feb 15:52
cb12f1f
Compare
Choose a tag to compare

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.

SuperEditor2.0.0

  • You can switch between Quick Mode and Old Mode with one click in Settings

QuickMode

Changes

  • Readd the Close Tabs to the Right method, and partially simplified it
  • Internal architecture adjustment and code optimization

v1.8.4

21 Dec 20:51
f081a58
Compare
Choose a tag to compare

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

06 Dec 09:31
03fad93
Compare
Choose a tag to compare

SuperEditor 1.8.3

Features

  • Add the List Tooltip of tip

SuperEditor1.8.3

Changes

  • Change some of the internal descriptions

Bug Fixes

  • Fix tooltip memory leak this issue starting with version 1.8.0
  • Fix When switching Unity Layout in Wordwrap mode, vertical scrollbar may be stuck at the bottom

v1.8.2

28 Nov 05:06
767a0bc
Compare
Choose a tag to compare

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

24 Oct 17:20
9d13d3f
Compare
Choose a tag to compare

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

21 Sep 10:44
af73829
Compare
Choose a tag to compare

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

Tooltip

  • Now you can automatically update with one click, redesign the Check for Updates panel

CheckForUpdate

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

09 Sep 17:14
9377707
Compare
Choose a tag to compare

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

26 Aug 09:08
185c733
Compare
Choose a tag to compare

SuperEditor 1.6.1

Features

  • Add the Enable Inspector View feature (Pro only)

EnableInspectorView

  • 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

HideNamespace

  • Add the Auto Refresh linkage mode. If Auto Refresh is not enabled, saving code will not compile immediately

AutoRefreshLinkageMode

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