|
1 | | -# SuperEditor 2.0.0 |
| 1 | +# SuperEditor 2.0.1 |
2 | 2 |
|
3 | 3 | ## Features |
4 | | -- 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. |
5 | | -- You can switch between Quick Mode and Old Mode with one click in Settings |
| 4 | +- Go to line window adds display line number, unified Mac/Windows/Linux shortcuts, optimize user experience |
6 | 5 |
|
7 | 6 | ## Changes |
8 | | -- Readd the Close Tabs to the Right method, and partially simplified it |
9 | | -- Internal architecture adjustment and code optimization |
10 | | - |
11 | | - |
12 | | - |
13 | | -# SuperEditor 1.8.4 |
14 | | - |
15 | | -## Features |
16 | | -- Super Hierarchy adds the ContextMenu for the icon component by right-clicking it |
17 | | - |
18 | | -## Changes |
19 | | -- Reduce the max size of the tooltip to avoid excessively large Windows |
20 | | -- Remove gaps in the code prompt scroll bar to improve aesthetics |
21 | | -- 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 |
22 | | - |
23 | | -## Bug Fixes |
24 | | -- Fix tooltip misplacement when code prompts were reversed |
25 | | -- Fix tooltip pressing up and down keys to see overloaded function descriptions disappear |
26 | | -- Fix code template function index overflow |
27 | | -- Fix Ctrl/Cmd + S shortcut key failure when search bar is selected |
28 | | - |
29 | | - |
30 | | - |
31 | | -# SuperEditor 1.8.3 |
32 | | - |
33 | | -## Features |
34 | | -- Add the List Tooltip of tip |
35 | | - |
36 | | -## Changes |
37 | | -- Change some of the internal descriptions |
38 | | - |
39 | | -## Bug Fixes |
40 | | -- Fix tooltip memory leak this issue starting with version 1.8.0 |
41 | | -- Fix When switching Unity Layout in Wordwrap mode, vertical scrollbar may be stuck at the bottom |
42 | | - |
43 | | - |
44 | | - |
45 | | -# SuperEditor 1.8.2 |
46 | | - |
47 | | -## Bug Fixes |
48 | | -- Fix shortcut key failure when mouse click on List Tooltip |
49 | | -- Fix an issue where the lower edge of the Inspector-View not responding |
50 | | -- Fix delegate void type tooltip show unknown type |
51 | | - |
52 | | - |
53 | | - |
54 | | -# SuperEditor 1.8.1 |
55 | | - |
56 | | -## Changes |
57 | | -- Optimize the interface of the Reference Window and redesign the buttons to be more concise |
58 | | -- Optimize automatic download and analysis of XML document experience, super Editor will automatically display after downloading |
59 | | -- Optimize Inspector-view presentation |
60 | | -## Bug Fixes |
61 | | -- Fix array index out of range exception |
62 | | -- Fix an issue where tooltip automatic identification ignored attributes |
63 | | - |
64 | | - |
65 | | - |
66 | | -# SuperEditor 1.8.0 |
67 | | - |
68 | | -## Features |
69 | | -- Compared to version 1.7.1, reference search is 10 times faster and reference jump is faster than VS and VS Code in most cases |
70 | | -- All .NET API reference documents are supported, and Super Editor automatically downloads and analyzes relevant XML documents from GitHub. |
71 | | -- Improve the performance of Hierarchy Enhancement, save CPU resources and power compared with version 1.7.1. |
72 | | -- Tooltips support two types of comments (// and ///) |
73 | | - |
74 | | -## Bug Fixes |
75 | | -- Fix poor scrolling experience in Word Wrap mode |
76 | | - |
77 | | - |
78 | | - |
79 | | -# SuperEditor 1.7.1 |
80 | | - |
81 | | -## Features |
82 | | -- Support System, System.IO, System.Reflection, System.Xml, Sytem.Collections namespace classes and interfaces and functions etc for use description |
83 | | -- Now you can automatically update with one click, redesign the Check for Updates panel |
84 | | - |
85 | | -## Changes |
86 | | -- Optimize the speed of displaying component names in the Hierarchy enhancement |
87 | | -- Adjust the description of some dialog boxes |
88 | | - |
89 | | -## Bug Fixes |
90 | | -- Fix missing tooltips for some common Unity classes and structs (e.g. Vector3) |
91 | | - |
92 | | - |
93 | | - |
94 | | -# SuperEditor 1.7.0 |
95 | | - |
96 | | -## Changes |
97 | | -- 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 |
98 | | -- Part of the icon resolution adjustment |
| 7 | +- 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 |
| 8 | +- Super Hierarchy displays only components by default |
99 | 9 |
|
100 | 10 | ## Bug Fixes |
101 | | -- Fix a long-standing bug from 1.0 to 1.6.1 that caused icons to disappear when loading new scene |
| 11 | +- Fix redundant preview effects for multiple file selections |
0 commit comments