|
4 | 4 |
|
5 | 5 | A new major RevitLookup update with official Revit 2026 support and a lot of enhancements 🎉
|
6 | 6 |
|
7 |
| -This release focuses on performance, a renewed UI, expanded functionality, redesigned application architecture, clearer separation of core components and user flow |
8 |
| -improvements. Let's move to the details. |
| 7 | +This release focuses on performance, a renewed UI, expanded functionality, redesigned application architecture, clearer separation of core components and user flow improvements. Let's move to the details. |
9 | 8 |
|
10 | 9 | ## General
|
11 | 10 |
|
@@ -39,8 +38,7 @@ Updated and improved Summary page components.
|
39 | 38 | - **Improved shortcuts**, now the **F5** key works in all cases, previously it was required to focus on an element.
|
40 | 39 | - **Improved filter menu**. Now applying **Show/hide** filters does not close the menu.
|
41 | 40 | - **Improved tooltips**. Tooltips now display more useful information, number of elements contained in the type, full type name.
|
42 |
| -- **Improved search**. It is now more intuitive and faster. Priority is given to the members table, the table is filtered first, then if nothing is found, the list of items is |
43 |
| - filtered. When searching the table of members, the elements with the same type will be filtered as well. |
| 41 | +- **Improved search**. It is now more intuitive and faster. Priority is given to the members table, the table is filtered first, then if nothing is found, the list of items is filtered. When searching the table of members, the elements with the same type will be filtered as well. |
44 | 42 | - **Show Extension** filter is now enabled by default.
|
45 | 43 | - **Patched WPF** issues causing non-obvious member's table behavior.
|
46 | 44 |
|
@@ -73,10 +71,11 @@ Updated and improved Summary page components.
|
73 | 71 |
|
74 | 72 | ## LookupEngine
|
75 | 73 |
|
76 |
| -RevitLookup now runs on its own engine. |
| 74 | +RevitLookup now runs on its own [engine](https://github.com/lookup-foundation/LookupEngine). |
77 | 75 | The engine can run outside Revit, and can be reused across the entire family of Autodesk products.
|
78 |
| -This is a pledge for the future for |
79 |
| -products like AutocadLookup, InventorLookup and others. Isolating the engine also brings many new improvements: |
| 76 | +This is a pledge for the future for products like **AutocadLookup**, **InventorLookup** and others. |
| 77 | + |
| 78 | +Isolating the engine also brings many new improvements: |
80 | 79 |
|
81 | 80 | - **The engine is much faster** than the integrated version, it allocates less memory, and supports more features.
|
82 | 81 | - **Added context support**, now allows additional metadata to be used to resolve members.
|
@@ -122,7 +121,7 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
|
122 | 121 | - `IsStructuralDeck`
|
123 | 122 | - `ParticipatesInWrapping`
|
124 | 123 |
|
125 |
| -- Visualisation now supports the new [CurveLoop](https://github.com/jeremytammik/RevitLookup/wiki/Visualization#curveloop-visualization) type, thanks @JieGou for the implementation! |
| 124 | +- Visualisation now supports the new [CurveLoop](https://github.com/lookup-foundation/RevitLookup/wiki/Visualization#curveloop-visualization) type, thanks @JieGou for the implementation! |
126 | 125 |
|
127 | 126 | 
|
128 | 127 |
|
|
0 commit comments