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
* Update Readme.md
* Github dark theme support
* Psd image source
* Nuke update
* Fix usings
* Switch demo project configuration
* Async unit dialogs
* Public snoop api
* Family parameters: show definition name
for user instead of "FamilyParameter"
* An expicit Resharper rules for private fields (#176)
for those like me who hates any prefixes of vars, fields, props etc. and who wants to calm down R# / Rider on RevitLookup project.
Nothing is changed for others.
* An extension to show associated family parameters (#175)
* Add a new parameter extension
to retrieve associated family parameter
* make the results of parameter extension
which gets associated family parameter snoopable
* FailyParameterDescriptor implements
IDescriptorCollector, so no need to define any useless methods
* make extension manager context
public readonly property
* pull member up
* register extension only for family editor environment
* inline method
+ simplification - we don't need to double check extension.Context
* Update editor settings
* Cleanup
* Remove reviewer
* FamilyManager descriptor support
* Fix issue 177
* Remove unused types
* Fix element builder
* Time support
* Edit message
* Context menu improvement
* Set FontWeight
* Fix column toggle
* Add resources dictionary
* Fix ManuItem namespace
* Update Contributing.md
* Update Changelog.md
* Bump version
* Update tracker
* Icons update
---------
Co-authored-by: Alexander Ignatovich <[email protected]>
Copy file name to clipboardExpand all lines: Changelog.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,47 @@
1
1
# Changelog
2
2
3
+
# 2023-06-22 **2024.0.8**
4
+
5
+
## Features
6
+
7
+
### Core
8
+
9
+
* Computing Time Tracking
10
+
11
+
This feature includes the ability to monitor the computing time taken to invoke a member, such as methods or properties.
12
+
By tracking the execution time, you can identify and analyze slow-performing methods or properties, gaining insights into their overall performance.
13
+
The computing time is displayed in a separate column and a tooltip, providing you with detailed information. This feature is optional and disabled by default
Icons have been added to the context menu, making it more visually appealing and intuitive for users to navigate and interact with the available options.
0 commit comments