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
Copy file name to clipboardExpand all lines: Changelog.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ improvements. Let's move to the details.
16
16
-**Improved exception handling**. Now shows more informational messages, added more supported error types. Fixed some application crashes.
17
17
-**Fixed dependency conflicts** for .NET Framework versions of RevitLookup, according to tests, you should no longer encounter startup issues.
18
18
-**Added AppBundle**, that can be installed with all available versions in the release.
19
-
-**Added user manuals**, visit the [Wiki](https://github.com/LookupEngine/RevitLookup/wiki) for RevitLookup features.
19
+
-**Added user manuals**, visit the [Wiki](https://github.com/lookup-foundation/RevitLookup/wiki) for RevitLookup features.
20
20
-**Added digital signature**. Thanks [Kinship](https://kinship.io/) for providing cloud services!
21
21
22
22
## User Interface
@@ -129,8 +129,8 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
129
129
## Development:
130
130
131
131
-**Redesigned project structure**:
132
-
- Standalone [LookupEngine](https://github.com/LookupEngine/LookupEngine.UI). The LookupEngine is now a separate project, independent of RevitLookup.
133
-
- Standalone [LookupEngine.UI](https://github.com/LookupEngine/LookupEngine.UI). The LookupEngine UI is now a separate project, independent of RevitLookup.
132
+
- Standalone [LookupEngine](https://github.com/lookup-foundation/LookupEngine.UI). The LookupEngine is now a separate project, independent of RevitLookup.
133
+
- Standalone [LookupEngine.UI](https://github.com/lookup-foundation/LookupEngine.UI). The LookupEngine UI is now a separate project, independent of RevitLookup.
134
134
- UI Playground for development and testing the UI outside the Revit, independently.
135
135
-**Moving to Central Package Management**, all dependencies are now managed in a single file.
136
136
-**Moving to Central Build Management**, common build configurations are now managed in a single file.
@@ -139,7 +139,7 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
139
139
-**Migrated to SLNX solution format**, to avoid Git merge conflicts.
140
140
-**Changed API for ContextMenu**. Now it provides dependecies and execution context.
141
141
-**Disabled PresentationFramework traces** for the entire domain to address UI performance issues and freezing under an attached debugger, leaving only Critical events enabled.
Copy file name to clipboardExpand all lines: Contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ To create releases directly on GitHub:
211
211
212
212
## Architecture
213
213
214
-
RevitLookup is built on the [LookupEngine](https://github.com/LookupEngine/LookupEngine) framework, which provides a system for analyzing object structures at runtime.
214
+
RevitLookup is built on the [LookupEngine](https://github.com/lookup-foundation/LookupEngine) framework, which provides a system for analyzing object structures at runtime.
215
215
This section explains how you can extend and modify core components of the project.
Copy file name to clipboardExpand all lines: Readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Interactive Revit project database exploration tool to view and navigate BIM ele
9
9
10
10
Whether you are a seasoned professional or just starting out, the RevitLookup is an indispensable tool for anyone who works with Revit projects. Its ease of use and advanced features make it the perfect solution for exploring, analyzing and manipulating Revit databases.
| Since 2022 |[Nice3point](https://github.com/Nice3point), with invaluable [contributions](https://github.com/LookupEngine/RevitLookup/graphs/contributors) from the entire Revit add-in developer community |
39
+
| Since 2022 |[Nice3point](https://github.com/Nice3point), with invaluable [contributions](https://github.com/lookup-foundation/RevitLookup/graphs/contributors) from the entire Revit add-in developer community |
40
40
| 2008 - 2022 | Jeremy Tammik, [The Building Coder](http://thebuildingcoder.typepad.com), [Autodesk Platform Services](https://aps.autodesk.com/), [ADN](http://www.autodesk.com/adn)[Open](http://www.autodesk.com/adnopen)|
41
41
| 11 May 2005 | Originally implemented by [Jim Awe](https://www.linkedin.com/in/james-awe-4630a94/) of [Autodesk Inc.](https://www.autodesk.com) as [RvtMgdDbg](https://thebuildingcoder.typepad.com/blog/2009/02/rvtmgddbg.html)|
0 commit comments