-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revit.ini File Editor #286
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # source/RevitLookup/Views/Dialogs/ModulesDialog.xaml
Qodana for .NET107 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Documentation is available for discussion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature 💡
A new feature being implemented
open discussion ☎️
An issue open for active community discussion
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
What is this about:
https://github.com/users/jeremytammik/projects/1?pane=issue&itemId=78197118
Revit.ini File Editor
The Revit.ini file is a key configuration file in Revit that stores settings related to user preferences, system behavior, and project defaults.
The Revit.ini File Editor provides a simple and efficient way to manage these settings without the need for manual editing. With this tool, users can quickly adjust Revit’s configurations to match project needs or personal preferences, making it an essential utility for both professionals and teams working with Revit.
Managing Entries
**The Revit.ini File Editor allows you to add new settings or update existing ones within the Revit.ini file.
To add or update an entry:**
UserInterface
,Snapping
).RecentFiles
,DefaultTemplate
).%USERPROFILE%\Documents\
forProjectPath
or a list of increments forSnapIncrements
).Filtering Settings
The Revit.ini File Editor includes a filtering tool to help you quickly locate specific settings:
There is also an option to display only user-defined settings by toggling the Show only user settings switch.
List Controls
In the Revit.ini File Editor, several controls are available for managing settings:
Restore Button: restores a modified setting to its default value. The default values are retrieved from the
UserDataCache
directory.Delete Button: permanently removes the selected entry from the
Revit.ini
file. Once deleted, the setting cannot be restored unless manually added again.Toggle Switch: temporarily enable or disable a setting. You can toggle it back on at any time to restore the setting without losing its value.
Backing Up the Revit.ini File
Before any edits are made, the Revit.ini File Editor automatically creates a backup of the file.
These backup files are stored in the same directory as the original
Revit.ini
file and follow the naming conventionRevit_RevitLookupBackup_YYYYMMDDHHMMSS
, ensuring that you can easily restore previous settings if necessary.Quality Checklist