ms-structural / ms-structural/femdesign-api
Change which windows are closed by CloseOpenWindows
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 51
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Instead of having CloseOpenWindows parameter as a boolean, it could have three allowed input values:
- 0 = don't close windows
- 1 = close windows with same file name as you are trying to open
- 2 = close all windows.
This would allow a user to automatically replace the target file every time Model.Open is called, but keep a reference file open at the side for comparison or similar.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CloseOpenWindows parameter and the Model.Open entry point. Trace how the current boolean value controls window closing, then verify the three requested behaviors for values 0, 1, and 2, including the reference-file comparison case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100